Rkfixed Solver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Rkfixed Solver
Updated question from a few weeks ago. I added a few functions and I am having some more issues with getting Rkfixed to work with my system of equations. Last issue was setting origin to 1, and a units issue. I checked units and they are all correct, so I am at a loss as to what the current issue is that is preventing rkfixed from solving.
For the excel file, read in rows 2-47, and columns A-J.
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What do you get when you evaluate
Dt(t.0,Tt)=
to the right of, or below, the definition of Tt
?
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If I evaluate Dt(0,Tt) I get a 1 column 5 row matrix output of non-zero answers
If I evaluate Dt(t0,Tt) I get an error "this variable is undefined"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
OK, so there's little wrong in the definition of Dt().....
Yes, t0 is undefined. I meant t.0 ( with the '.' indicating subscript, so 't-subscript-0' if you will ).
if Dt(t.0,Tt) produces the same result as Dt(0,Tt), then I don't know what's wrong.
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yeah. They both produce the same result
