How to solve equations in MATLAB | MATLAB TUTORIAL

preview_player
Показать описание
How to solve equations in MATLAB. i.e. how to solve liner equations in MATLAB, how to solve non-liner equations in MATLAB, Symbolic expression and equation all of these are covered in this video. This is a part of MATLAB TUTORIAL video lecture series. The initial section of the video explains how to use syms command, how to write syms command syntax, or is simply explain syms syntax. The next section of How to solve equations in MATLAB explains use of syms command using different examples. i.e. how to solve liner equation in matlab using syms command, how to solve nonlinear equation in matlab using syms command, how to solve algebraic equation in matlab using syms command. Once it is done the next section of the Symbolic expression and equation video is to show how to use subs command. This section covers how to write subs command, what is use of subs command, syntax of subs command. The complete explanation is done using different examples of liner and non-liner equations.

___________________________________________________________________________
YouTube

Facebook page
Learning vibes
Learning vibes electrical engineering

Facebook group
Learning Vibes

Telegram
Group
Channel

Instagram account
___________________________________________________________________________

#learning_vibes
#mruduraj #matlab #matlab_tutorial #matlab_assignments #matlab_projects #matlabtutorials #matlabprogramming #matlabtutorials #matlabtutorial
Рекомендации по теме
Комментарии
Автор

'syms' requires Symbolic Math Toolbox. this statement is showing while i was doing coding in MATLAB

ratnakumarsamanthula
Автор

Hello. I have one question.
if we want to solve a 4th order equation that we don't know how many answers it has, how should we relate outputs of solve function to variables???

mohammadalirabiee
Автор

For performing syms command to required math tool box ?
Because it showing me error in matlab as i run the syms command.

sumitpatil
Автор

clear all
clc
syms b c
a=5*b^2+c
solve(a)
? why error coming when i run this ?

shahadathosen
Автор

Thank you, Can you do video on n4sid and iddata?

ABHAYPANIKKASSERILANILKUMAR
Автор

Thank you.This is very helpful.I need your email.There is this complex PDE I need to solve with MATLAB.Could you please assist me?

chinweobi
Автор

why was c gone when we used solve(a)? 2:10

blinkedup