Properties
Category
English
Similar Topics
Statistics
Comments
3
Participants
2
Subscribers
2
Votes
1
Views
487
Share
Answered
I'm trying to define a Vandermonde matrix (https://en.wikipedia.org/wi...) in CAS:
Sequence(Sequence(i^j, j, 0, 9), i, 1, 10)
CAS expands i^j so, for instance, 2^3 is expanded to 8. I would like to keep the format 2^3.
I tried a matrix of texts instead:
Sequence(Sequence(Text[i + "^" + j], j, 0, 9), i, 1, 10)
But this command returns an array of "?".
How to generate a Vandermonde matrix (numerical or as text) keeping the power layout?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
How about
(in the Algebra View)
Oh, thank you!
Comments have been locked on this page!