图片解析应用
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.

6 lines
188 B

  1. VARIABLES X, Y
  2. CONSTANTS A{1:2, 1:2}, B{1:2}
  3. EQN[1] = A11*x + A12*y - B1
  4. EQN[2] = A21*x + A22*y - B2
  5. INPUT A11=2, A12=5, A21=3, A22=4, B1=7, B2=6
  6. CODE ALGEBRAIC(EQN, X, Y) some_filename.c