How to solve this non-linear equation?

1 view (last 30 days)
Eric Chua
Eric Chua on 15 May 2020
Commented: Eric Chua on 24 May 2020
Can you please provide a code for this equation? k is in the range of 3<=k<=16, and yj[k] is a known value at given time,k. S[k] is a sequence of binary matrix that have different matrix when k is changing, I am not sure how to code this please help me!

Answers (1)

Walter Roberson
Walter Roberson on 15 May 2020
Which of those variables are vectors or matrices? would normally indicate a transpose but if is a scalar then it does not make any sense to transpose it. I can only make sense out of it if is a vector being transposed.
Which is the variable being solved for?
  13 Comments
Eric Chua
Eric Chua on 22 May 2020
Thank you for the follow up again. Here is another paper discussing the same equation, the matrices were shown at page 29 to 31.
Eric Chua
Eric Chua on 24 May 2020
How do I write the code to find the unknown value of C (a vector) in case there is no summation in front of the equation? Please help me.

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!