SlideShare a Scribd company logo
1 of 114
Download to read offline
BasicCalculations 
ME 443Mathematica forEngineers
RunningMathematica 
Installationand runningstatementscan 
be differentfrom one computer system to another, 
beaffected byvarious kinds of customization done on Mathematica. 
However, the structure of Mathematicacalculations is the same in all cases. 
You enter input, 
Mathematicaprocesses it, 
Mathematicareturnsa result.
Notebooks 
ThespecialgraphicaluserinterfacesofMathematicaiscalledas“notebook”. 
Notebooksareinteractivedocuments,intowhichyoucaninsertMathematicainputaswellasordinarytextandgraphics. 
Youcaninteractwithnotebooksby 
typingtext, 
usingapointingdevicesuchasamouse
Kernels 
ThefundamentalcomputationalpartofMathematicaiscalledthekernel. 
Thefrontendisusuallyaseparateprogramwhichhandlesvariousaspectsofuserinteraction. 
Frontendstypicallyallowyoutoprepareinputinvariousways,thensendtheinputtothekernel,andthengetresultsbackfordisplay. 
ThenotebookinterfaceforMathematicaisanexampleofaMathematicafrontend.
ThenotebookinterfaceiscurrentlyastandardtypeofMathematicafrontend,althoughitisbynomeanstheonlypossibletype. 
Notebooks consist of a hierarchyof cells. 
Each cell can contain a particularkind of material: 
text, 
graphics, 
Mathematicainputoroutput, 
andsoon. 
Sequences of cells can be arrangedin groups representingrelated material. A group of cells might, for example, correspond to a section or chapter in your document.
An important feature of notebook interfaces is that they allow you to manipulate your documentat several levels. 
At the lowest level, you can modify text or other material within a single cell. 
At ahigher level, you can do the same kinds of operations on a whole cell at a time. 
And beyond that, you can manipulate whole groups of cells. 
Notebook interfaces can typically take advantage of the typographical capabilities of your computersystem's graphical user interface. 
cells containing text can have a variety of "styles". The styles can involve various fonts, sizes, and so on. 
In addition, even within a single cell, you canoften mix several styles, allowing you to produce typographically complex text.
By looking at thesebrackets, you canseehow a particular notebookis organized. 
Whenagroupofcellscorrespondstoasectionorchapterofyourdocument,thefirstcellinthegrouptypicallygivessomekindofheadingforthesectionorchapter.Notebookinterfacesallowyouto"close"groupsofcellssothatonlytheirfirstcellsarevisible.Ifthefirstcellscontainheadings,youcangetanoutlineofyourdocumentinthisway. 
indicatestheextentof cell 
indicatestheextentof cellgroups
Starting and Quitting 
double-click 
the Mathematicaicon 
text SHIFT+ENTER 
choose menu itemQuit 
typicalaction for startingMathematica 
input for Mathematica 
exiting Mathematica
AfteryousendinputfromyournotebooktoMathematica, Mathematicawilllabelyourinputsandoutputs. 
In[n]:=correspondstonthinputofMathematicasession. 
Out[n]:=correspondstonthoutputofMathematicasession. 
•type 2 + 2 
•pressShift-Return 
•Mathematicaprocesses the input 
•then it adds the input label In [1] : = 
•and gives the outputwithlabelOut[1]:=
EnteringInput 
PressSHIFT+ENTERtosendinputtoMathematica. Withthiscommand, you 
tell Mathematicathat you have finished preparing input for it in a particular cell. 
giveall the text in your current cell as input to the Mathematica kernel. 
Mathematica requires that the input you give follow a definite syntax.
HistoryofMathematicasessioncanbeobtainonlybyfollowingtheIn[n]:=andOut[n]:=. 
SomefeaturesofNotebookinterfaceare; 
commandcompletion. 
controlof variousparametersusinggraphicaltools. 
Notebook interfacestypically allow you tofind and specifycoor- dinatesgraphically.
By rotating the box, you can specify a viewpoint, which is then fed to Mathematica in textual form.
Getting Information from Mathematica 
?Name 
??Name 
show information on Name 
show extra information on Name
?Aaaa* 
objects whose names begin with Aaaa 
You can ask for information about any object, whether it is built into Mathematica, has been read in from a Mathematica package, or has been introduced by you.
Youcanputa*anywhereinthestringyouask?about.Forexample, ?*ExpandwouldgiveyouallobjectswhosenamesendwithExpand. Similarly,?x*0wouldgiveyouobjectswhosenamesstartwithx,andendwith0,andhaveanysequenceofcharactersinbetween.
InterruptingCalculations 
To terminate or interrupt Mathematica in the middle of a calculation, youcan use 
menu item “Quit Kernel” from menu “Evaluation”. 
some commands related with kernel control such as 
Abort[] 
Interrupt[] 
Quit[] 
Exit[] 
On some computer systems, it may take Mathematica some time to respond to your interrupt
WarningsandMessages 
Mathematicausuallygoesaboutitsworksilently,givingoutputonlywhenithasfinisheddoingthecalculationsyouaskedfor. 
However,ifitlooksasifMathematicaisdoingsomethingyoudefinitelydidnotintend,Mathematicawillusuallyprintamessagetowarnyou.ThereisalistofstandardMathematicamessagesavailableasaWolframResearchtechnicalreport,MathematicaWarningMessages.
-NumericalCalculations– Arithmetic 
You can do arithmetic with Mathematica just as you would on an electronic calculator.
ExactAndApproximateResults 
Astandardelectroniccalculatordoesallyourcalculationstoaparticularaccuracy,saytendecimaldigits.WithMathematica, however,youcanoftengetexactresults. 
Mathemaicagivesexactresultfor2100, eventhoughit has 31 decimaldigits. 
YoucantellMathematicatogiveyouanapproximatenumericalresult,justasacalculatorwould,byputtingN[]aroundyourinput. TheNstandsfor"numerical".Itmustbeacapitalletter.
When you type in an integer like 7, Mathematica assumes that it is exact. If you type in a number like 4.5, with an explicit decimal point, Mathematica assumes that it is accurate only to a fixed number of decimal places.
SomeMathematicalFunctions 
Mathematicaincludesaverylargecollectionofmathematicalfunctions.Hereareafewofthecommonones.
Theargumentsof allMathematicafunctionsareenclosedin squarebrackets. 
Thenamesof built-in Mathematicafunctionsbeginwithcapitalletters.
Noticethatthenamesofthesebuilt-inconstantsallbeginwithcapitalletters.
Arbitrary-PrecisionCalculations 
WhenyouuseNtogetanumericalresult,Mathematicadoeswhatastandardcalculatorwoulddo:itgivesyouaresulttoafixednumberofsignificantfigures.YoucanalsotellMathematicaexactlyhowmanysignificantfigurestokeepinaparticularcalculation.ThisallowsyoutogetnumericalresultsinMathematicatoanydegreeofprecision.
Increasingthenumericalprecision,decreasetheroundofferrors. 
Thisgivesthenumericalvaluesofπtoafixednumberofsignificantdigits. 
This gives πto 40 digits. 
Here is square root 7 to 30 digits.
GettingUsedtoMathematica 
Arguments of functions are given in square brackets. 
Names of built-in functions have their first letters capitalized. 
Multiplication can be represented by a space. 
Powers are denoted by ^. 
Numbers in scientific notation are entered, for example, as 2.5 10^- 4.
DefiningVariables 
Whenyoudolongcalculations,itisoftenconvenienttogivenamestoyourintermediateresults.Justasinstandardmathematics,orinothercomputerlanguages,youcandothisbyintroducingnamedvariables.
Onceyouhaveassignedavaluetoaparticularvariable,thevaluewillbekeptuntil 
youexplicitlyremoveitor 
youstartawholenewMathematicasession. 
ForgettingaboutdefinitionsyoumadeearlieristhesinglemostcommoncauseofmistakeswhenusingMathematica.Ifyousetx=5, Mathematicaassumesthatyoualwayswantxtohavethevalue5,untilorunlessyouexplicitlytellitotherwise.Toavoidmistakes,youshouldremovevaluesyouhavedefinedassoonasyouhavefinishedusingthem.
The variables you define can have almost any names. 
There is no limit on the length of their names. One constraint, however, is that variable names can never start with numbers. For example, x2 could be a variable, but 2x means 2*x. 
Mathematica uses both upper-and lower-case letters. 
There is a convention that built-in Mathematica objects always have names starting with upper-case (capital) letters. 
To avoid confusion, you should always choose names for your own variables that start with lower-case letters.
YoucantypeformulasinvolvingvariablesinMathematicaalmostexactlyasyouwouldinmathematics.Thereareafewimportantpointstowatch,however. 
xymeansxtimesy. 
xywith no space is the variablewith name xy. 
5xmeans5timesx. 
x^2ymeans(x^2)y,notx^(2y)
UsingPreviousResults 
In doing calculations, you will often need to use previous results that you have got. In Mathematica, % always stands for your last result.
Sequences of Operations 
In doing a calculation with Mathematica, you usually go through a sequence of steps. If you want to, you can do each step on a separate line. Often, however, you will find it convenient to put several steps on the same line. You can do this simply by separating the pieces of input you want to give with semicolons.
Ifyouendyourinputwithasemicolon,itisasifyouaregivingasequenceofoperations,withan"empty"oneattheend.ThishastheeffectofmakingMathematicaperformtheoperationsyouspecify,butdisplaynooutput.
MakingListsof Objects 
Indoingcalculations,itisoftenconvenienttocollecttogetherseveralobjects,andtreatthemasasingleentity.ListsgiveyouawaytomakecollectionsofobjectsinMathematica.Asyouwillseelater,listsareveryimportantandgeneralstructuresinMathematica. 
Alistsuchas{3,5,1}isacollectionofthreeobjects.Butinmanyways,youcantreatthewholelistasasingleobject.Youcan,forexample,doarithmeticonthewholelistatonce,orassignthewholelisttobethevalueofavariable.
ManipulatingElementsof Lists 
ManyofthemostpowerfullistmanipulationoperationsinMathematicatreatwholelistsassingleobjects.Sometimes,however, youneedtopickoutorsetindividualelementsinalist. 
YoucanrefertoanelementofaMathematicalistbygivingits"index".Theelementsarenumberedinorder,startingat1.
Byassigningavariabletobealist,youcanuseMathematicalistsmuchlike"arrays"inothercomputerlanguages.
The Four Kinds of Bracketing in Mathematica 
Eachkindofbracketinghasaverydifferentmeaning. 
(term)parenthesesforgrouping 
f[x]squarebracketsforfunctions 
{a,b,c}curlybracesforlists 
v[[i]]doublebracketsforindexing
Typesof Numbers 
Four types of numbers are built into Mathematica. 
Integerarbitrary-length exact integer 
Rationalinteger/integerin lowest terms 
Realapproximate real number, with any specified precision 
Complexcomplexnumber of the form number+ numberi
NumericalFunctions
ElementaryTranscendentalFunctions 
MathematicalfunctionsinMathematicaaregivennamesaccordingtodefiniterules. 
AswithmostMathematicafunctions,thenamesareusuallycompleteEnglishwords,fullyspelledout. 
Forafewverycommonfunctions,Mathematicausesthetraditionalabbreviations.Thusthetangentfunction,forexample,isTan,notTangent.
ComplexNumbers 
You can enter complex numbers in Mathematica just by including the constant I, equal to squareroot-1. Make sure that you type a capital I.
DefiningMathematica Functions 
Mathematicacontainshundredsofbuilt-inmathematicalfunctionslikeRound,Sqrt,andSin,andthesecanbecombinedtoformanendlessnumberofpossibleexpressions.Theseexpressionscanbesimplelike1/xormorecomplicatedlikeAbs[Abs[x]-1]. 
ThefirststepinMathematicaprogrammingistodefineafunctiontoabbreviatesuchanexpression.
Numerical Precision 
Mathematicacanhandleapproximaterealnumberswithanynumberofdigits. 
Ingeneral,theprecisionofanapproximaterealnumberisthenumberofdecimaldigitsinitwhicharetreatedassignificantforcomputations. 
Theaccuracyofanapproximaterealnumberisthenumberofdecimaldigitswhichappeartotherightofthedecimalpoint. Precisionisthusameasureoftherelativeerrorinanumber,whileaccuracyisameasureofabsoluteerror.
WhenyouuseN[expr,n],Mathematicaevaluatestheexpressionexprstartingwithnumbersthathavendigitsofprecision.However,thefactthatsuchnumbersareuseddoesnotnecessarilymeanthattheresultsyougetwillhavendigitsofprecision.Inmostcases,yourresultswillhaveatleastslightlyfewerdigitsofprecision.
Indoingnumericalcomputations,itisinevitablethatyouwillsometimesendupwithresultsthatarelessprecisethanyouwant. Particularlywhenyougetnumericalresultsthatareveryclosetozero,youmaywellwanttoassumethattheresultsshouldbeexactlyzero.ThefunctionChopallowsyoutoreplaceapproximaterealnumbersthatareclosetozerobytheexactinteger0.
Algebra 
OneofthemostimportantfeaturesofMathematicaisthatitcandosymbolic,aswellasnumericalcalculations.Thismeansthatitcanhandlealgebraicformulasaswellasnumbers.
Youcanusespacestodenotemultiplication.Becarefulnottoforgetthespaceinxy.Ifyoutypeinxywithnospace,Mathematicawillinterpretthisasasinglesymbol,withthenamexy,notasaproductofthetwosymbolsxandy.
Whenyoutypeinmorecomplicatedexpressions,itisimportantthatyouputparenthesesintherightplaces.Thus,forexample,youhavetogivetheexpressionx4yintheformofx^(4y).Ifyouleaveouttheparentheses,yougetx4yinstead.
Whenyoutypeinanexpression,Mathematicaautomaticallyappliesitslargerepertoireofrulesfortransformingexpressions.Theserulesincludethestandardrulesofalgebra,suchasx-x=0,togetherwithmuchmoresophisticatedrulesinvolvinghighermathematicalfunctions.
Thenotionoftransformationrulesisaverygeneralone.Infact,youcanthinkofthewholeofMathematicaassimplyasystemforapplyingacollectionoftransformationrulestomanydifferentkindsofexpressions. 
ThegeneralprinciplethatMathematicafollowsissimpletostate.Ittakesanyexpressionyouinput,andgetsresultsbyapplyingasuccessionoftransformationrules,stoppingwhenitknowsnomoretransformationrulesthatcanbeapplied.
UsingSymbolsforUnits 
TherearemanywaystousesymbolsinMathematica.Sofar,wehaveconcentratedonusingsymbolstostorevaluesandtorepresentmathematicalvariables.ThissubsectiondescribesanotherwaytousesymbolsinMathematica. 
Theideaistousesymbolsas“tags”fordifferenttypesofobjects. 
Workingwithphysicalunitsgivesonesimpleexample.Whenyouspecifythelengthofanobject,youwanttogivenotonlyanumber,butalsotheunitsinwhichthelengthismeasured.Instandardnotation,youmightwritealengthas12meters. 
YoucanimitatethisnotationalmostdirectlyinMathematica.Youcanforexamplesimplyuseasymbolmeterstoindicatetheunitsofourmeasurement.
ThereisinfactastandardMathematicapackagethatallowsyoutoworkwithunits.Thepackagedefinesmanysymbolsthatrepresentstandardtypesofunits.
ValuesforSymbols 
WhenMathematicatransformsanexpressionsuchasx+xinto2x,itistreatingthevariablexinapurelysymbolicorformalfashion.Insuchcases, xisasymbolwhichcanstandforanyexpression. 
Often,however,youneedtoreplaceasymbollikexwithadefinite“value”. Sometimesthisvaluewillbeanumber;oftenitwillbeanotherexpression. 
Totakeanexpressionsuchas1+2xandreplacethesymbolxthatappearsinitwithadefinitevalue,youcancreateaMathematicatransformationrule, andthenapplythisruletotheexpression.Toreplacexwiththevalue3, youwouldcreatethetransformationrulex→3.Youmusttype“-”+”>”asapaircharacters,withnospaceinbetween.Youcanthinkofx→3asbeingaruleinwhich“xgoesto3”. 
ToapplyatransformationruletoaparticularMathematicaexpression,youtypeexpr/.rule.The“replacementoperator”/.istypedasapairofcharacters,withnospaceinbetween.
Thereplacementoperator/.allowsyoutoapplytransformationrulestoaparticularexpression.Sometimes,however,youwillwanttodefinetransformationrulethatshouldalwaysbeapplied.Forexample,youmightwanttoreplacexwith3wheneverxoccurs.
You can define the value of a symbol to be any expression, not just a number. You should realize that once you have given such a definition, the definition will continue to be used whenever the symbol appears, until you explicitly change or remove the definition. For most people, forgetting to remove values you have assigned to symbols is the single most common source of mistakes in using Mathematica.
TransformingAlgebraicExpressions 
Thereareoftenmanydifferentwaystowritethesamealgebraicexpression.Asoneexample,theexpression(1+x)2canbewrittenas1+2x+x2.Mathematicaprovidesalargecollectionoffunctionsforconvertingbetweendifferentformsofalgebraicexpressions.
SimplifyingAlgebraicExpressions 
Therearemanysituationswhereyouwanttowriteaparticularalgebraicexpressioninthesimplestpossibleform.Althoughitisdifficulttoknowexactlywhatonemeansinallcasesbythe"simplestform",aworthwhilepracticalprocedureistolookatmanydifferentformsofanexpression,andpickouttheonethatinvolvesthesmallestnumberofparts.
For many simple algebraic calculations, you may find it convenient to use Simplify routinely on your results.
Inmorecomplicatedcalculations,however,youoftenneedtoexercisemorecontrolovertheexactformofanswerthatyouget.Inaddition,whenyourexpressionsarecomplicated,Simplifymayspendalongtimetestingalargenumberofpossibleformsinitsattempttofindthesimplestone. 
Mathematicadoesnotautomaticallyexpandoutexpressionsoftheform(ab)^cexceptwhencisaninteger.Ingeneralitisonlycorrecttodothisexpansionifaandbarepositivereals.Nevertheless,thefunctionPowerExpanddoestheexpansion,effectivelyassumingthataandbareindeedpositivereals.
SumsandProducts
AdvancedTopic: TransformingTrigonometricExpressions 
Aswehaveseen,evenwhenyourestrictyourselftopolynomialsandrationalexpressions,therearemanydifferentwaystowriteanyparticularexpression.Ifyouconsidermorecomplicatedexpressions, involving,forexample,highermathematicalfunctions,thevarietyofpossibleformsbecomesstillgreater.Asaresult,itistotallyinfeasibletohaveaspecificfunctionbuiltintoMathematicatoproduceeachpossibleform.Rather,Mathematicaallowsyoutoconstructarbitrarysetsoftransformationrulesforconvertingbetweendifferentforms.
There are nevertheless a few additional built-in Mathematicafunctions for transforming expressions.
SolvingEquations 
Theassignmentssuchasx=ywhichsetxequaltoy.Thissectiondiscussesequations,whichtestequality.Theequationx==ytestswhetherxisequaltoy. 
Itisveryimportantthatyoudonotconfusex=ywithx==y. Whilex=yisanimperativestatementthatactuallycausesanassignmenttobedone,x==ymerelytestewhetherxandyareequal,andcausesnoexplicitaction.
Thetestswehaveusedsofarinvolveonlynumbers,andalwaysgiveadefiniteanswer,eitherTrueorFalse.Youcanalsodotestsonsymbolicexpressions.
Evenwhenyoudotestsonsymbolicexpressions,therearesomecaseswhereyoucangetdefiniteresults.Animportantoneiswhenyoutesttheequalityoftwoexpressionsthatareidentical.Whateverthenumericalvaluesofthevariablesintheseexpressionsmaybe, Mathematicaknowsthattheexpressionsmustalwaysbeequal.
Expressionslikex==4representequationsinMathematica.TherearemanyfunctionsinMathematicaformanipulatingandsolvingequations.
SolvingAlgebraicEquations 
Anexpressionlikex2+2x-7==0representsanequationinMathematica.Youwilloftenneedtosolveequationslikethis,tofindoutforwhatvaluesofxtheyaretrue.
Solvealwaystriestogiveyouexplicitformulasforthesolutionstoequations.However,itisabasicmathematicalresultthat,forsufficientlycomplicatedequations,explicitalgebraicformulascannotbegiven.Ifyouhaveanalgebraicequationinonevariable,andthehighestpowerofthevariableisatmostfour,thenMathematicacanalwaysgiveyouformulasforthesolutions.However,ifthehighestpowerisfiveormore,itmaybemathematicallyimpossibletogiveexplicitalgebraicformulasforallthesolutions.
SolvingSimultaneousEquations 
YoucanalsouseMathematicatosolvesetsofsimultaneousequations. Yousimplygivethelistofequations,andspecifythelistofvariablestosolvefor.
Mathematicacan solve any set of simultaneous linear equations. Mathematicacan also solve a largeclass of simultaneous polynomial equations. Even when it does not manage to solve the equationsexplicitly, Mathematicawill still usually reduce them to a much simpler form.
NumericalSolutionof PolynomialEquations
NSolvewill always give you the complete set of numerical solutions to any polynomial equation inone variable.
SolvingNon-AlgebraicEquations 
ThemainequationsthatSolveandrelatedMathematicafunctionsdealwitharepolynomialequations.Inadditiontobeingabletosolvepurelyalgebraicequations,Mathematicacanalsosolvesomeequationsinvolvingotherfunctions. 
Itisimportanttorealizethatanequationsuchassin(x)=aactuallyhasaninfinitenumberofpossiblesolutions,inthiscasedifferingbymultiplesof2tt.However,Solvebydefaultreturnsjustonesolution, butprintsamessagetellingyouthatothersolutionsmayexist.
Solvecanalsohandleequationsinvolvingsymbolicfunctions.Insuchcases,itagainprintsawarning,thengivesresultsintermsofformalinversefunctions.
EliminatingVariables 
Whenyouareworkingwithsetsofequationsinseveralvariables,itisoftenconvenienttoreorganizetheequationsbyeliminatingsomevariablesbetweenthem. 
WhenyouwritedownasetofsimultaneousequationsinMathematica,youarespecifyingacollectionofconstraintsbetweenvariables.WhenyouuseSolve,youarefindingvaluesforsomeofthevariablesintermsofothers,subjecttotheconstraintsrepresentedbytheequations.
Insomecases,youmaywanttoconstructexplicitlyequationsinwhichvariableshavebeeneliminated.YoucandothisusingEliminate.
As a more sophisticated example of Eliminate, consider the problem of writing x5 + y5 in terms ofthe "symmetric polynomials" x+yand xy.

More Related Content

What's hot

Matlab 1(operations on_matrix)
Matlab 1(operations on_matrix)Matlab 1(operations on_matrix)
Matlab 1(operations on_matrix)harman kaur
 
Programming in matlab lesson5
Programming in matlab lesson5Programming in matlab lesson5
Programming in matlab lesson5najmah17
 
Importance of matlab
Importance of matlabImportance of matlab
Importance of matlabkrajeshk1980
 
Matlab solved problems
Matlab solved problemsMatlab solved problems
Matlab solved problemsMake Mannan
 
MatLab Basic Tutorial On Plotting
MatLab Basic Tutorial On PlottingMatLab Basic Tutorial On Plotting
MatLab Basic Tutorial On PlottingMOHDRAFIQ22
 
MATLAB BASICS
MATLAB BASICSMATLAB BASICS
MATLAB BASICSbutest
 
Parametric Equations with Mathcad Prime
Parametric Equations with Mathcad PrimeParametric Equations with Mathcad Prime
Parametric Equations with Mathcad PrimeCaroline de Villèle
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlabBilawalBaloch1
 
Basic matlab and matrix
Basic matlab and matrixBasic matlab and matrix
Basic matlab and matrixSaidur Rahman
 
Matlab ch1 (4)
Matlab ch1 (4)Matlab ch1 (4)
Matlab ch1 (4)mohsinggg
 
Matlab tme series benni
Matlab tme series benniMatlab tme series benni
Matlab tme series bennidvbtunisia
 
Brief Introduction to Matlab
Brief  Introduction to MatlabBrief  Introduction to Matlab
Brief Introduction to MatlabTariq kanher
 
Digital communication lab lectures
Digital communication lab  lecturesDigital communication lab  lectures
Digital communication lab lecturesmarwaeng
 
Matlab ch1 (2)
Matlab ch1 (2)Matlab ch1 (2)
Matlab ch1 (2)mohsinggg
 
Introduction to MATLAB
Introduction to MATLABIntroduction to MATLAB
Introduction to MATLABSarah Hussein
 

What's hot (20)

Matlab 1(operations on_matrix)
Matlab 1(operations on_matrix)Matlab 1(operations on_matrix)
Matlab 1(operations on_matrix)
 
Programming in matlab lesson5
Programming in matlab lesson5Programming in matlab lesson5
Programming in matlab lesson5
 
Importance of matlab
Importance of matlabImportance of matlab
Importance of matlab
 
Matlab solved problems
Matlab solved problemsMatlab solved problems
Matlab solved problems
 
MATLAB
MATLABMATLAB
MATLAB
 
MATLAB
MATLABMATLAB
MATLAB
 
MatLab Basic Tutorial On Plotting
MatLab Basic Tutorial On PlottingMatLab Basic Tutorial On Plotting
MatLab Basic Tutorial On Plotting
 
MATLAB BASICS
MATLAB BASICSMATLAB BASICS
MATLAB BASICS
 
All About MATLAB
All About MATLABAll About MATLAB
All About MATLAB
 
Matlab basic and image
Matlab basic and imageMatlab basic and image
Matlab basic and image
 
Parametric Equations with Mathcad Prime
Parametric Equations with Mathcad PrimeParametric Equations with Mathcad Prime
Parametric Equations with Mathcad Prime
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlab
 
Basic matlab and matrix
Basic matlab and matrixBasic matlab and matrix
Basic matlab and matrix
 
Matlab ch1 (4)
Matlab ch1 (4)Matlab ch1 (4)
Matlab ch1 (4)
 
Matlab tme series benni
Matlab tme series benniMatlab tme series benni
Matlab tme series benni
 
Matlab intro
Matlab introMatlab intro
Matlab intro
 
Brief Introduction to Matlab
Brief  Introduction to MatlabBrief  Introduction to Matlab
Brief Introduction to Matlab
 
Digital communication lab lectures
Digital communication lab  lecturesDigital communication lab  lectures
Digital communication lab lectures
 
Matlab ch1 (2)
Matlab ch1 (2)Matlab ch1 (2)
Matlab ch1 (2)
 
Introduction to MATLAB
Introduction to MATLABIntroduction to MATLAB
Introduction to MATLAB
 

Similar to Me 443 3 basic calculations Erdi Karaçal Mechanical Engineer University of Gaziantep

interfacing matlab with embedded systems
interfacing matlab with embedded systemsinterfacing matlab with embedded systems
interfacing matlab with embedded systemsRaghav Shetty
 
IntroductionToMathematica.pptx
IntroductionToMathematica.pptxIntroductionToMathematica.pptx
IntroductionToMathematica.pptxMuhammadImran1347
 
A complete introduction on matlab and matlab's projects
A complete introduction on matlab and matlab's projectsA complete introduction on matlab and matlab's projects
A complete introduction on matlab and matlab's projectsMukesh Kumar
 
Systems interfacesanddeployment
Systems interfacesanddeploymentSystems interfacesanddeployment
Systems interfacesanddeploymentXavier Davias
 
Basic MATLAB Programming PPT.pptx
Basic MATLAB Programming PPT.pptxBasic MATLAB Programming PPT.pptx
Basic MATLAB Programming PPT.pptxBajiBabu17
 
Maxima - minimalism in mathematics
Maxima - minimalism in mathematicsMaxima - minimalism in mathematics
Maxima - minimalism in mathematicsSergeiPronkevich
 
From zero to MATLAB hero: Mastering the basics and beyond
From zero to MATLAB hero: Mastering the basics and beyondFrom zero to MATLAB hero: Mastering the basics and beyond
From zero to MATLAB hero: Mastering the basics and beyondMahuaPal6
 
Curve fitting
Curve fittingCurve fitting
Curve fittingdusan4rs
 
Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62Max Kleiner
 

Similar to Me 443 3 basic calculations Erdi Karaçal Mechanical Engineer University of Gaziantep (20)

interfacing matlab with embedded systems
interfacing matlab with embedded systemsinterfacing matlab with embedded systems
interfacing matlab with embedded systems
 
Matlab summary
Matlab summaryMatlab summary
Matlab summary
 
Matlab guide
Matlab guideMatlab guide
Matlab guide
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlab
 
Matlab tut2
Matlab tut2Matlab tut2
Matlab tut2
 
IntroductionToMathematica.pptx
IntroductionToMathematica.pptxIntroductionToMathematica.pptx
IntroductionToMathematica.pptx
 
A complete introduction on matlab and matlab's projects
A complete introduction on matlab and matlab's projectsA complete introduction on matlab and matlab's projects
A complete introduction on matlab and matlab's projects
 
Systems interfacesanddeployment
Systems interfacesanddeploymentSystems interfacesanddeployment
Systems interfacesanddeployment
 
Basic MATLAB Programming PPT.pptx
Basic MATLAB Programming PPT.pptxBasic MATLAB Programming PPT.pptx
Basic MATLAB Programming PPT.pptx
 
Maxima - minimalism in mathematics
Maxima - minimalism in mathematicsMaxima - minimalism in mathematics
Maxima - minimalism in mathematics
 
From zero to MATLAB hero: Mastering the basics and beyond
From zero to MATLAB hero: Mastering the basics and beyondFrom zero to MATLAB hero: Mastering the basics and beyond
From zero to MATLAB hero: Mastering the basics and beyond
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
EE6711 Power System Simulation Lab manual
EE6711 Power System Simulation Lab manualEE6711 Power System Simulation Lab manual
EE6711 Power System Simulation Lab manual
 
Matlab
MatlabMatlab
Matlab
 
Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62
 
Matlab pt1
Matlab pt1Matlab pt1
Matlab pt1
 
Matlab Tutorial.ppt
Matlab Tutorial.pptMatlab Tutorial.ppt
Matlab Tutorial.ppt
 
MATLAB guide
MATLAB guideMATLAB guide
MATLAB guide
 
Mathcad presentation
Mathcad presentationMathcad presentation
Mathcad presentation
 
++Matlab 14 sesiones
++Matlab 14 sesiones++Matlab 14 sesiones
++Matlab 14 sesiones
 

More from Erdi Karaçal

Ch40 design selection
Ch40 design selectionCh40 design selection
Ch40 design selectionErdi Karaçal
 
Ch39 computer aided manufacturing
Ch39 computer aided manufacturingCh39 computer aided manufacturing
Ch39 computer aided manufacturingErdi Karaçal
 
Ch33 surface roughness
Ch33 surface roughnessCh33 surface roughness
Ch33 surface roughnessErdi Karaçal
 
Ch32 brazing soldering
Ch32 brazing solderingCh32 brazing soldering
Ch32 brazing solderingErdi Karaçal
 
Ch31 solid state welding Erdi Karaçal Mechanical Engineer University of Gazia...
Ch31 solid state welding Erdi Karaçal Mechanical Engineer University of Gazia...Ch31 solid state welding Erdi Karaçal Mechanical Engineer University of Gazia...
Ch31 solid state welding Erdi Karaçal Mechanical Engineer University of Gazia...Erdi Karaçal
 
Ch30 fusion welding Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch30 fusion welding Erdi Karaçal Mechanical Engineer University of GaziantepCh30 fusion welding Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch30 fusion welding Erdi Karaçal Mechanical Engineer University of GaziantepErdi Karaçal
 
Ch29 microeletrical fabrication Erdi Karaçal Mechanical Engineer University o...
Ch29 microeletrical fabrication Erdi Karaçal Mechanical Engineer University o...Ch29 microeletrical fabrication Erdi Karaçal Mechanical Engineer University o...
Ch29 microeletrical fabrication Erdi Karaçal Mechanical Engineer University o...Erdi Karaçal
 
Ch28 microelectronic devices Erdi Karaçal Mechanical Engineer University of G...
Ch28 microelectronic devices Erdi Karaçal Mechanical Engineer University of G...Ch28 microelectronic devices Erdi Karaçal Mechanical Engineer University of G...
Ch28 microelectronic devices Erdi Karaçal Mechanical Engineer University of G...Erdi Karaçal
 
Ch27 advanced machining Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch27 advanced machining Erdi Karaçal Mechanical Engineer University of GaziantepCh27 advanced machining Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch27 advanced machining Erdi Karaçal Mechanical Engineer University of GaziantepErdi Karaçal
 
Ch26 abrassive machining Erdi Karaçal Mechanical Engineer University of Gazia...
Ch26 abrassive machining Erdi Karaçal Mechanical Engineer University of Gazia...Ch26 abrassive machining Erdi Karaçal Mechanical Engineer University of Gazia...
Ch26 abrassive machining Erdi Karaçal Mechanical Engineer University of Gazia...Erdi Karaçal
 
Ch25 machining centers Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch25 machining centers Erdi Karaçal Mechanical Engineer University of GaziantepCh25 machining centers Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch25 machining centers Erdi Karaçal Mechanical Engineer University of GaziantepErdi Karaçal
 
Ch24 milling Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch24 milling Erdi Karaçal Mechanical Engineer University of GaziantepCh24 milling Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch24 milling Erdi Karaçal Mechanical Engineer University of GaziantepErdi Karaçal
 

More from Erdi Karaçal (20)

afm of Ti6Al4V
afm of Ti6Al4V afm of Ti6Al4V
afm of Ti6Al4V
 
Met ch1
Met ch1Met ch1
Met ch1
 
Met ch0
Met ch0Met ch0
Met ch0
 
Ch40 design selection
Ch40 design selectionCh40 design selection
Ch40 design selection
 
Ch39 computer aided manufacturing
Ch39 computer aided manufacturingCh39 computer aided manufacturing
Ch39 computer aided manufacturing
 
Ch38 computer aided
Ch38 computer aidedCh38 computer aided
Ch38 computer aided
 
Ch37 automation
Ch37 automationCh37 automation
Ch37 automation
 
Ch36 quality
Ch36 qualityCh36 quality
Ch36 quality
 
Ch35 measurement
Ch35 measurementCh35 measurement
Ch35 measurement
 
Ch34 coating
Ch34 coatingCh34 coating
Ch34 coating
 
Ch33 surface roughness
Ch33 surface roughnessCh33 surface roughness
Ch33 surface roughness
 
Ch32 brazing soldering
Ch32 brazing solderingCh32 brazing soldering
Ch32 brazing soldering
 
Ch31 solid state welding Erdi Karaçal Mechanical Engineer University of Gazia...
Ch31 solid state welding Erdi Karaçal Mechanical Engineer University of Gazia...Ch31 solid state welding Erdi Karaçal Mechanical Engineer University of Gazia...
Ch31 solid state welding Erdi Karaçal Mechanical Engineer University of Gazia...
 
Ch30 fusion welding Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch30 fusion welding Erdi Karaçal Mechanical Engineer University of GaziantepCh30 fusion welding Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch30 fusion welding Erdi Karaçal Mechanical Engineer University of Gaziantep
 
Ch29 microeletrical fabrication Erdi Karaçal Mechanical Engineer University o...
Ch29 microeletrical fabrication Erdi Karaçal Mechanical Engineer University o...Ch29 microeletrical fabrication Erdi Karaçal Mechanical Engineer University o...
Ch29 microeletrical fabrication Erdi Karaçal Mechanical Engineer University o...
 
Ch28 microelectronic devices Erdi Karaçal Mechanical Engineer University of G...
Ch28 microelectronic devices Erdi Karaçal Mechanical Engineer University of G...Ch28 microelectronic devices Erdi Karaçal Mechanical Engineer University of G...
Ch28 microelectronic devices Erdi Karaçal Mechanical Engineer University of G...
 
Ch27 advanced machining Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch27 advanced machining Erdi Karaçal Mechanical Engineer University of GaziantepCh27 advanced machining Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch27 advanced machining Erdi Karaçal Mechanical Engineer University of Gaziantep
 
Ch26 abrassive machining Erdi Karaçal Mechanical Engineer University of Gazia...
Ch26 abrassive machining Erdi Karaçal Mechanical Engineer University of Gazia...Ch26 abrassive machining Erdi Karaçal Mechanical Engineer University of Gazia...
Ch26 abrassive machining Erdi Karaçal Mechanical Engineer University of Gazia...
 
Ch25 machining centers Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch25 machining centers Erdi Karaçal Mechanical Engineer University of GaziantepCh25 machining centers Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch25 machining centers Erdi Karaçal Mechanical Engineer University of Gaziantep
 
Ch24 milling Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch24 milling Erdi Karaçal Mechanical Engineer University of GaziantepCh24 milling Erdi Karaçal Mechanical Engineer University of Gaziantep
Ch24 milling Erdi Karaçal Mechanical Engineer University of Gaziantep
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 

Me 443 3 basic calculations Erdi Karaçal Mechanical Engineer University of Gaziantep