hoa can i solve this system ?

1 view (last 30 days)
Charis Theodorou
Charis Theodorou on 29 Jun 2014
Commented: Charis Theodorou on 29 Jun 2014
How can i solve this problem:
[A]{x}+[B]{x'}+[C]{x''}={K}
A,B,C:known matrices K:known vector (nx1)
and x'' derivative of x' and x' derivative of x(unknown)
  1 Comment
Charis Theodorou
Charis Theodorou on 29 Jun 2014
Also can you remind me how i write the ode45 when i have a vector(nx1) and not a number?
I call this function with ode(@diplomatiki, [0 20], zeros(n+3,2))
It might be an error regarding dimensions since I am not sure how to cope with vectors

Sign in to comment.

Answers (0)

Categories

Find more on Programming 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!