LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cross product vi

I'm looking for a vector cross product vi. I expected it to be in the Linear Algebra function pallette. Do I have to build my own?

Thanks,
Tim
0 Kudos
Message 1 of 4
(3,260 Views)
Shan wrote:
> I'm looking for a vector cross product vi. I expected it to be in the
> Linear Algebra function pallette. Do I have to build my own?
>
> Thanks,
> Tim

What if you take the determinant three times?

x: 1 0 0
y: 0 1 0
z: 0 0 1
0 Kudos
Message 2 of 4
(3,260 Views)
Cult of Nurse's wrote:
>
>
> Shan wrote:
>
>> I'm looking for a vector cross product vi. I expected it to be in the
>> Linear Algebra function pallette. Do I have to build my own?
>>
>> Thanks,
>> Tim
>
>
> What if you take the determinant three times?
>
> x: 1 0 0
> y: 0 1 0
> z: 0 0 1
>

oops

x: 1 0 0
y: 0 -1 0
z: 0 0 1
0 Kudos
Message 3 of 4
(3,260 Views)
I was looking for it as well. I made one of my own.
Here it is.

madmat
0 Kudos
Message 4 of 4
(3,260 Views)