how to define var vector?
sage: a,b,c=var("a,b,c")
sage: v = vector(QQ, ["a", "b", "c"]);v
...
TypeError: unable to convert a to a rational
cannot run
asked 10 years ago
This post is a wiki. Anyone with karma >750 is welcome to improve it.
sage: a,b,c=var("a,b,c")
sage: v = vector(QQ, ["a", "b", "c"]);v
...
TypeError: unable to convert a to a rational
cannot run
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 10 years ago
Seen: 1,038 times
Last updated: Oct 23 '14