According to the documentation, we can generate a Vandermonde matrix using the method matrix.vandermonde() or vandermonde().
But they generate only square matrix. How do we generate a Vandermonde matrix which is not a square matrix?
| 1 | initial version |
According to the documentation, we can generate a Vandermonde matrix using the method matrix.vandermonde() or vandermonde().
But they generate only square matrix. How do we generate a Vandermonde matrix which is not a square matrix?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.