Toto.jl logo
Toto.jl
  • Accueil
  • Index des fonctions
Version
  • Accueil
  • Accueil
Edit on GitHub
Auteurs : O.Cots, J. Gergaud, S. Gratton, P. Matalon, C. Royer, D. Ruiz et E. Simon
using Plots
f(x)=100*(x[2]-x[1]^2)^2+(1-x[1])^2
x, y = -1.5:0.1:1, -2:0.1:3.5
z = Plots.Surface((x,y)->f([x,y]), x, y)
Plots.surface(x,y,z,camera=(85,43))
Index des fonctions »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl on Tuesday 28 July 2020. Using Julia version 1.4.2.