m2m模型翻译
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
185 B

7 months ago
  1. VARIABLES X,Y
  2. CONSTANTS A,B,R
  3. EQN[1] = A*X^3+B*Y^2-R
  4. EQN[2] = A*SIN(X)^2 + B*COS(2*Y) - R^2
  5. INPUT A=2.0, B=3.0, R=1.0
  6. INPUT X = 30 DEG, Y = 3.14
  7. CODE NONLINEAR(EQN,X,Y) some_filename.c