pydy / pydy-tutorial-human-standing

PyDy tutorial materials for MASB 2014, PYCON 2014, and SciPy 2014/2015.
http://pydy.org
160 stars 70 forks source link

Update the control notebook to use KanesMethod.linearize() #77

Closed moorepants closed 9 years ago

moorepants commented 9 years ago

We should get rid of all the details about manually linearizing and just use the method.

moorepants commented 9 years ago

@jcrist Would you want to do this? Or shall we leave it as is?

jcrist commented 9 years ago

I can take care of this.

moorepants commented 9 years ago

@jcrist The milestone due dates for the release of 0.3.0 and this updated tutorial are today. What's the status on your contributions?

jcrist commented 9 years ago

Woops, forgot about this. I'll make sure to do it tonight, shouldn't take too long.

moorepants commented 9 years ago

Ok, I'm hoping to send SciPy the updated materials by tomorrow. We'll see what I can get done.

Also we should touch base this week to discuss the tutorial and how we are going to present it (who does what, etc.).

oliverlee commented 9 years ago

Will this be livestreamed/recorded?

On Mon, Jun 15, 2015 at 9:34 PM, Jason K. Moore notifications@github.com wrote:

Ok, I'm hoping to send SciPy the updated materials by tomorrow. We'll see what I can get done.

Also we should touch base this week to discuss the tutorial and how we are going to present it (who does what, etc.).

— Reply to this email directly or view it on GitHub https://github.com/pydy/pydy-tutorial-human-standing/issues/77#issuecomment-112182143 .

moorepants commented 9 years ago

Yes, it will be available on Youtube soon after the conference.

moorepants commented 9 years ago

You should see if Arend will fund you to come over!

oliverlee commented 9 years ago

Maybe next year

jcrist commented 9 years ago

Many of the exercises in this notebook have them doing the linearization manually. I kindof think those are good exercises, and am not sure what to do instead. What are your thoughts on this?

moorepants commented 9 years ago

We can leave it as is if you want. Maybe just show at the end that you can also do it automatically?

jcrist commented 9 years ago

See how I did it in #81 - this may be good enough, idk.