Vector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Vector
When I try to calculate the cross product of two three element vectors I get an error message on the first vector
"This value must be a 3-element vector". I am using Mathcad Prime 8.0.0.0. I have tried the same thing on 7.0.0.0. I have changed the vector and matrix index Origin to from 0 to 1.
Jack Smith, Katy TX
`
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Vectors are matrices with one column and many rows.
Supplied to the cross product in your sheet are row matrices with one row and many columns,
Simply transpose the inputs.
Cheers
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Vectors are matrices with one column and many rows.
Supplied to the cross product in your sheet are row matrices with one row and many columns,
Simply transpose the inputs.
Cheers
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Terry, Many thanks for the answer to my question and also for the surreptitious tip on converting the single row, many column matrix that doesn't take a lot of space to the single column many row matrix.
Jack
