If you are looking just for a way to code a vector and use it to perform calculations you could just type in
v = vector([1,2,3,5]) this would give you a column vector. If you have some matrix A already defined you could do A*v. and get the product you would expect. I hope this helps, if not this is pretty vague so feel free to ask for any clarifications. On Thu, Apr 4, 2019 at 10:55 PM Jayro Marin <[email protected]> wrote: > Hi, I'm in linear this semester and they are making us use sage. I need > help finding a way to code a a vector on a line of an equation. Any help > would be great Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
