I am attempting to solve the following system of 2 equations (2 unknowns) using a Ti-Nspire CX CAS calculator:
I have already solved it using Mathematica:
Solve[v*Sqrt[1+0.5^2 + 2*0.5*Cos[2*(2*Pi/(8*10^-3))*(-3*10^-3) + p]]==2 && v*Sqrt[1+0.5^2 + 2*0.5*Cos[2*(2*Pi/(8*10^-3))*(-1*10^-3) + p]]==6 && 0<=p<=2*Pi, {v,p}];
So I know that v=4 and p=Pi/2 but I get a "Resource exhaustion; Cannot complete calculation" error when I try to solve the system on the calculator with the following 3 steps: