Solve with an array

1 view (last 30 days)
Juan Barrientos
Juan Barrientos on 28 Apr 2020
Commented: Juan Barrientos on 28 Apr 2020
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
Juan Barrientos on 28 Apr 2020
I forgot to tell, the Q variables depends also on a variable called x, which is a vector from 0 to 100.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!