implicit-known_traj #488
Replies: 4 comments 2 replies
-
You don't have to find a hack for everything, I can simply support the function z(x,y ). |
Beta Was this translation helpful? Give feedback.
-
What a shame! I thought my hack was really useful. :-) :-) Jest aside: Playing around, I feel that supporting z(x_1, ..., x_n) is probably useful. |
Beta Was this translation helpful? Give feedback.
-
Would you allow z to be dependent on all state variables or just two of them? I agree, this can wait. opty has so many new things, particularly than you can bound the eoms. NB: |
Beta Was this translation helpful? Give feedback.
-
This would be perfect! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I may have an idea how to handle something like surface(x, y).
What I have done is this:
I introduce
surface_x = sm.Function('surface_x')(x)
surface_y = sm.Function('surface_y')(y)
They represent the same function, but in surface_x, I treat y as parameters, and x as variables and vice versa.
I made a simple simulation, which looks like it may work, but early in the game.
If I get it, I will push it, so you can see it.
Beta Was this translation helpful? Give feedback.
All reactions