Python Forum
Creating symbolic matrix automated
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating symbolic matrix automated
#1
Hi,
I have to create a matrix
A = [ x5^5 X4^4 X3^3 X2^2 X1 1]
Reply
#2
This is rather cryptic. I don't see a matrix but a sequence of characters. A matrix is a table of items. What items will your matrix contain? Are they numbers, character strings, Python objects? Please elaborate and give a complete description of the expected result.
Reply
#3
It seems to be Vandermonde matrix, take a look at vander function from NumPy.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Check if two matrix are equal and of not add the matrix to the list quest 3 1,794 Jul-10-2023, 02:41 AM
Last Post: deanhystad
  Question about Creating an Automated Process in Python Supratik1234 0 1,168 Jan-13-2023, 08:29 PM
Last Post: Supratik1234
  How to multiply a matrix with herself, until the zero matrix results peanutbutterandjelly 3 4,548 May-03-2021, 06:30 AM
Last Post: Gribouillis
  Automated Bet placement redmercury 2 10,289 Dec-04-2019, 10:53 AM
Last Post: redmercury
  Sympy symbolic Point shoulddt 0 3,330 Jul-17-2017, 06:07 PM
Last Post: shoulddt
  Script for automated task help darkitecture 2 3,922 Mar-26-2017, 07:02 PM
Last Post: micseydel
  matrix from matrix python numpy array shei7141 1 4,434 Jan-16-2017, 06:10 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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