Merlijn Kamps

5 Reputation

0 Badges

11 years, 216 days

MaplePrimes Activity


These are questions asked by Merlijn Kamps

For a question i'm trying to make for my students i need to solve a system of two linear equations, of which the coefficients are determined by predefined random variables. After that i need to assign the solution of the system to two variables. So far i have attempted two approaches, neither of which seem to work:

Solve using inverse matrix:

$oplossing=maple("with(LinearAlgebra):Matrixinverse(Matrix([[1,1],[tan(Pi*alphadeg/180),tan(Pi*betadeg/180)]]))*Vector([$F*sin($gamma),$F*cos($gamma)])");...

Page 1 of 1