انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة
الكلية كلية التربية للعلوم الصرفة
القسم قسم الرياضيات
المرحلة 1
أستاذ المادة طفول حسين عمران الخفاجي
26/02/2019 04:26:08
****************************************************************************************************************************************************************************************************************************************************************************** MATLAB System Environment Arithmetic Operations in MATLAB 1. + : is used for addition of two numbers or two matrices. 2. - : is used for subtraction of two numbers or two matrices. 3. * : is used for multiplication of two numbers or two matrices. 4. / or \ : is used for division of two numbers or two matrices. Ex. 7/70=7, 7\70=0.1. (why?) 5. ^ : is used to raise a value to a certain exponent. Ex.: 2^10=100. 6. sqrt : is used for finding the square root for any number. EX.: sqrt(100)=10. 7. % : for writing comments on command window or in m-file. 8. .* : for element by element matrix multiplication. 9. ./ or .\ : for element by element matrix division. 10. .^ : for raising the elements of a matrix to a certain exponent. 11. … : used for continuing writing the expression located in the current line in the next line. ******************************************************************************************************************************************************************************************************************************************************************************
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
الرجوع الى لوحة التحكم
|