Defining a function with vectors
|
09-24-2023, 01:00 AM
Post: #2
|
|||
|
|||
RE: Defining a function with vectors
That's definitely a weird issue. You can work around it by putting the three variables into lists and then converting the lists to vectors with ListToMat, like this:
CROSS(ListToMat({A, B, C}),ListToMat({C, B, A})) -road |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Defining a function with vectors - Quadratica - 09-23-2023, 11:26 PM
RE: Defining a function with vectors - roadrunner - 09-24-2023 01:00 AM
RE: Defining a function with vectors - parisse - 09-24-2023, 02:50 PM
RE: Defining a function with vectors - Quadratica - 09-24-2023, 07:17 PM
|
User(s) browsing this thread: 3 Guest(s)