Solve with an array
Show older comments
So hello, the issue is that I have 4 arrays (Q0, Q1, Q2, Q3) and H, which is
H= Q0-Q1-Q2-Q3;
In these arrays (The Q ones) I have a variable, P3, which is a symbolic variable. So far we have Qn---> nxn sym
H= Q0(P3)-Q1(P3)-Q2(P3)-Q3(P3);
How can I know the value of P3 knowing that H is equal to 0?
Thank you very much.
1 Comment
Juan Barrientos
on 28 Apr 2020
Answers (0)
Categories
Find more on Number Theory in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!