Group Abstract Group Abstract

Message Boards Message Boards

Draw the level curves defined by an implicit integral equation?

Posted 7 years ago
POSTED BY: Jonathan Crabbé
2 Replies

Thank you so much, it works perfectly!

POSTED BY: Jonathan Crabbé

Capitalize Sqrt and define g with immediate Set:

cs[X_] := Sqrt[(L'[X])/(2*X*L''[X] + L'[X])];
Clear[X];
g[X_] = Integrate[1/(X*cs[X]), X];
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard