How to create a symbolic vandermonde matrix in matlab?
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Anshuman
am 20 Sep. 2022
Kommentiert: Anshuman
am 20 Sep. 2022
I am trying to create a symbolic vandermonde matrix in matlab, but not able to do! I see the function vander() creates a matrix with numbers. But I want to create a symbolic representation; so that I can further take an inverse of that.
AX = b ; I know A = vandermonder matrix of size (nxn) and I know b is of size (nx1) both A and b are arbitraty and A is vandermonde type matrix.
How to create that A and also such that I can take the inverse as well!
Any help with this! Thanks.
1 Kommentar
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!