Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Lignes de courant

Project: Mat453
Views: 311
typeset_mode(True)

Exercice n. 39, p. 397

F=(1,x)\mathbf{F} = (1,x). On va ici dessiner le champ, et la ligne de courant demandée.

var('x,y,t') P(x,y)=1 Q(x,y) = x Champ = plot_vector_field([P(x,y),Q(x,y)],(x,-3,3),(y,-3,3), color="blue") Courbe = plot(x^2/2,(x,-3,3),color="red")# La solutuion, calculée manuellement. show(Champ + Courbe, ymin = -3, ymax = 3, aspect_ratio = 1, figsize = 7)
(x\displaystyle x, y\displaystyle y, t\displaystyle t)