hoa can i solve this system ?

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

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)

Tags

Asked:

on 29 Jun 2014

Commented:

on 29 Jun 2014

Community Treasure Hunt

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

Start Hunting!