Extracting values from vectors/matrices in home
|
02-24-2016, 10:15 AM
Post: #1
|
|||
|
|||
Extracting values from vectors/matrices in home
Hello !
How can I extract a specific value from a vector or a matrix in home? In cas I can extract the 2 value of a vector simply with [2 4 6](2) and I get 4. If I do the same in home I get [4 8 12], so [2 4 6](2) will be interpreted as [2 4 6]*(2) Is there a way to do this in home without having to store the vector in a variable? Typical use is when you solve a polynomial equation with proot() or a linear system with RREF() and want to extract the single solutions. Thank you very much for the help Reto |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Extracting values from vectors/matrices in home - retoa - 02-24-2016 10:15 AM
RE: Extracting values from vectors/matrices in home - DrD - 02-24-2016, 12:34 PM
RE: Extracting values from vectors/matrices in home - Didier Lachieze - 02-24-2016, 01:05 PM
RE: Extracting values from vectors/matrices in home - Han - 02-24-2016, 04:06 PM
RE: Extracting values from vectors/matrices in home - retoa - 02-25-2016, 08:05 AM
RE: Extracting values from vectors/matrices in home - retoa - 02-25-2016, 08:27 AM
|
User(s) browsing this thread: 2 Guest(s)