runebrasmussen

10 Reputation

One Badge

12 years, 128 days

MaplePrimes Activity


These are questions asked by runebrasmussen

Hi.

I want to solve two varibles from a vector crossproduct equation, but receives a failure massage no matter what i do.
The equation is the one below and i want to solve for Gx and Gy.

Really hope you can help.. THANKS!

with(LinearAlgebra);
F1:=<Fr1,-Ft1,-Fa1>;
Sug :=<0,0,-Duzg>;
Su1:=<Dux1,0,-Duz1>;
Mmotor:=<0,0,-Mind>;
G:=<Gx,Gy,Gz>;
OO:=<0,0,0>;

U:=(Su1 &x F1) + (Sug &x G) - Mmotor = OO;...
Page 1 of 1