Octave Tutorial #25: Solve Algebraic Equations using Symbolic Math in GNU Octave and Matlab

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024

ความคิดเห็น • 5

  • @alpeshmahajan8066
    @alpeshmahajan8066 ปีที่แล้ว +1

    I love you sir jindagi bacha li...Love from India💕💕💕💕

  • @arnoldloaizafabian3234
    @arnoldloaizafabian3234 ปีที่แล้ว

    Hi Mr Edu, I want to generate n symbolic variables according to the value of n, for a similar output: x1, x2, x3, ... xn. In matlab I got it easy with the command V = sym('x', [1 n]); syms(V) ; but in octave it generates x11, x12, x1n and the syms(V) command doesn't work. I want to program a modified raphson newton for any nonlinear systems of equations where I input the equations with the variables x1,x2,x3,...xn.

  • @b_hav_6365
    @b_hav_6365 2 ปีที่แล้ว +1

    Do i need to install Python as well, to make it work on OCTAVE.

    • @mr.stemedutv5514
      @mr.stemedutv5514  2 ปีที่แล้ว +1

      No, I do not think so. You can still use GNU Octave without installing python.

  • @hrh2092
    @hrh2092 ปีที่แล้ว

    if i say syms x, i see Waiting followed by dozens of dots (.....)
    what a lousy tool.