Тёмный

Octave Tutorial #15: Solve Polynomial Equations using Octave/Matlab 

Mr. STEM EDU TV
Подписаться 5 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

11 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@mr.stemedutv5514
@mr.stemedutv5514 3 года назад
Hope this tutorial video is useful for you who would like to learn Matlab and GNU Octave, and please let me know if you have any questions and comments!
@sewind6613
@sewind6613 2 года назад
Wow. This is a fantastic way to check my homework. Thank you, sir. Great video.
@udayan62
@udayan62 2 года назад
Thanks very much. I tried the problem you gave at the end: >> roots([1 -5 5 5 -6]) ans = 3.0000 -1.0000 2.0000 1.0000 I also got complex roots (for x^2 + 1 = 0): >> roots([1 0 1]) ans = -0 + 1i 0 - 1i
@ayandamemela1278
@ayandamemela1278 2 года назад
Thanks
@chhayanktarkarietlucknow212
@chhayanktarkarietlucknow212 2 года назад
very very helpful
@jam-ss2jc
@jam-ss2jc Год назад
Bro
@jam-ss2jc
@jam-ss2jc Год назад
Please help 🙏
@jam-ss2jc
@jam-ss2jc Год назад
Do you know how to solve non linear system of equations in octave?
@jam-ss2jc
@jam-ss2jc Год назад
Suppose there are two simultaneous quadratic equations and we want to calculate the values of it... Then how do we do this in octave?
@chhayanktarkarietlucknow212
Ye mene bahut phle pda tha ab to sb bhul gya bro
@jam-ss2jc
@jam-ss2jc Год назад
Please help 🙏🙏 Suppose there are two simultaneous quadratic equations and we want to calculate the values of it... Then how do we do this in octave?
@mr.stemedutv5514
@mr.stemedutv5514 Год назад
You can use "fsolve" function in Octave or Matlab. I can make the video for you shortly.
@johnsmithsu310
@johnsmithsu310 2 года назад
hello sir, what about x^100 -121 ? how to write it in octave? thanks alot
@chemistry_vs7472
@chemistry_vs7472 2 года назад
I guess it will be roots([1 0 0 0 ... 0 0 0 -121]). Between 1 and -121 there should be 99 zeros.
@mr.stemedutv5514
@mr.stemedutv5514 Год назад
Yes, it should be. To make 99 zeros, you can use "zeros(1,99)".
@g1ntok147
@g1ntok147 2 года назад
How to solve non linear equations in octave
@mr.stemedutv5514
@mr.stemedutv5514 2 года назад
Can you share the non-linear equations to solve?
Далее
ДОМИК ДЛЯ БЕРЕМЕННОЙ БЕЛКИ#cat
00:45
Growing fruit art
00:33
Просмотров 2,3 млн
solving equations but they get increasingly awesome
10:44
The SAT Question Everyone Got Wrong
18:25
Просмотров 12 млн
Examples: A Different Way to Solve Quadratic Equations
40:05
A Proof That The Square Root of Two Is Irrational
17:22