Using MATLAB command fsolve (multi-variable)

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 8

  • @mrjashshah
    @mrjashshah 4 роки тому

    Thanks for this video!
    I have a doubt. There were three sets of solutions for this problem. So you performed the function thrice. Is there any way to perform the function once only? And make the x0 matrix a 3x3 matrix with all the 9 initial values stored in it so that the function has to be run only once and all solutions come in one matrix?

  • @ericchandler5123
    @ericchandler5123 5 років тому +4

    Amazing vid, saved my grade.

  • @tsehayenegash8394
    @tsehayenegash8394 2 роки тому

    Nice lecture. Please inform me the matlab code of multivariate imputation by chained equations(MICE)

  • @kuzgun_TR
    @kuzgun_TR 3 роки тому

    I have a system with 10 equations and 8 unknowns, how can I solve these equation sets? can i use this method

  • @ShahbazKhan-rg7fd
    @ShahbazKhan-rg7fd 3 роки тому

    Thank you man

  • @fouzilaissani13
    @fouzilaissani13 4 роки тому

    what if the number of equations is greater than the number of variables i try it and i had an error

    • @amoeba5547
      @amoeba5547 3 роки тому

      thats because you dont get a unique solution,so matlab gives you an error. Its like trying to solve 3 linear 2d equations,you can only get a unique solution for 2d only if you take 2 linear equations.

    • @kians4082
      @kians4082 3 роки тому

      Your degree of freedom isn't 0 , you won't get unique answers