Python Forum
define a diagonal matrix from a matrix
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
define a diagonal matrix from a matrix
#1
I need a help plz I want to construct a diagonal matrix D from a matrix A the first element of the diagonal matrix D must be the product of all elements in the subdiagonal of the matrix A, the second element in the diagonal matrix D must be the product of all elements in the subdiagonal of the matrix A except the first one , the third element in the diagonal matrix D must be the product of all elements in the subdiagonal of the matrix A expect the first and the second one,.... , and the last element of the diagonal matrix D must be 1
Reply


Messages In This Thread
define a diagonal matrix from a matrix - by amalalaoui - May-15-2019, 12:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  extract lower/upper antitriangular matrix schniefen 2 1,554 Dec-09-2022, 08:57 PM
Last Post: Gribouillis
  Creating a circular matrix with one input omnisierra 18 6,145 Oct-02-2020, 01:51 PM
Last Post: perfringo
  Help with a Matrix nxn with black and white input Rosko 3 2,097 Nov-24-2019, 07:39 AM
Last Post: buran
  Matrix understanding in Python RavCOder 16 5,938 Nov-14-2019, 02:04 PM
Last Post: perfringo
  Creating a wavelet matrix pingaan 4 2,631 May-26-2019, 06:25 PM
Last Post: heiner55
  random matrix, with some special feature PhysChem 6 3,909 Aug-28-2018, 07:41 PM
Last Post: PhysChem
  24x24 matrix solution malusigumede 1 2,555 Aug-22-2018, 03:28 PM
Last Post: Vysero
  how to do Principal Components Analysis of a Matrix cfc0712 0 2,319 Apr-08-2018, 05:28 PM
Last Post: cfc0712
  Check matrix... jkk30 6 5,560 Apr-14-2017, 09:38 AM
Last Post: jkk30
  Matrix Problem Salito 1 3,028 Apr-05-2017, 02:02 PM
Last Post: zivoni

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020