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
  Eliminate entering QR - Whatsapp web automated by selenium akanowhere 1 3,024 Jan-21-2024, 01:12 PM
Last Post: owalahtole
  Check if two matrix are equal and of not add the matrix to the list quest 3 790 Jul-10-2023, 02:41 AM
Last Post: deanhystad
  Question about Creating an Automated Process in Python Supratik1234 0 712 Jan-13-2023, 08:29 PM
Last Post: Supratik1234
  How to multiply a matrix with herself, until the zero matrix results peanutbutterandjelly 3 3,305 May-03-2021, 06:30 AM
Last Post: Gribouillis
  Automated service status for windows Pkhan 2 2,091 Sep-30-2020, 10:30 AM
Last Post: Pkhan
  Automated compile - Multiple Target OS? nogi 5 2,539 Mar-24-2020, 11:44 AM
Last Post: jefsummers
  Automated Bet placement redmercury 2 8,241 Dec-04-2019, 10:53 AM
Last Post: redmercury
  Python Automated Response System Help altoon 3 3,879 Oct-10-2019, 07:09 AM
Last Post: perfringo
  Sympy symbolic Point shoulddt 0 2,734 Jul-17-2017, 06:07 PM
Last Post: shoulddt
  Script for automated task help darkitecture 2 3,246 Mar-26-2017, 07:02 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