Post Reply 
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Defining a function with vectors - roadrunner - 09-24-2023 01:00 AM



User(s) browsing this thread: 1 Guest(s)