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
#2
What have you tried? We're not big on writing code for people here, but we would be happy to help you fix your code when you run into problems. When you do run into problems, please post your code in Python tags, and clearly explain the problem you are having, including the full text of any errors.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  extract lower/upper antitriangular matrix schniefen 2 1,419 Dec-09-2022, 08:57 PM
Last Post: Gribouillis
  Creating a circular matrix with one input omnisierra 18 5,629 Oct-02-2020, 01:51 PM
Last Post: perfringo
  Help with a Matrix nxn with black and white input Rosko 3 1,958 Nov-24-2019, 07:39 AM
Last Post: buran
  Matrix understanding in Python RavCOder 16 5,502 Nov-14-2019, 02:04 PM
Last Post: perfringo
  Creating a wavelet matrix pingaan 4 2,493 May-26-2019, 06:25 PM
Last Post: heiner55
  random matrix, with some special feature PhysChem 6 3,687 Aug-28-2018, 07:41 PM
Last Post: PhysChem
  24x24 matrix solution malusigumede 1 2,440 Aug-22-2018, 03:28 PM
Last Post: Vysero
  how to do Principal Components Analysis of a Matrix cfc0712 0 2,229 Apr-08-2018, 05:28 PM
Last Post: cfc0712
  Check matrix... jkk30 6 5,348 Apr-14-2017, 09:38 AM
Last Post: jkk30
  Matrix Problem Salito 1 2,933 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