MATLAB homework help request

1) Ask a number from user, if an entered number is less than zero, write a MATLAB code that calculates the absolute value of entered number.
2) Write a MATLAB code that asks a number from user, then calculates the sum of numbers from zero to an entered number.
3) Solve the given LES (Linear Equations System) in MATLAB by using Gauss Jordan Elimination Method.

1 个评论

What have you done so far? What specific problems are you having with your code? You can look at the following functions to help you with the first two:
doc input
doc abs
doc colon
doc sum

请先登录,再进行评论。

回答(1 个)

Sara Boznik
Sara Boznik 2020-8-18

0 个投票

It was told to me that I should not give the whole homework answers.
But I can give you advises:
  1. if
  2. for loop (also formula exist)
  3. you have to do 2 matrix and then use \ (I hope you know what is Gauss Jordan Elimination Method)

类别

帮助中心File Exchange 中查找有关 Mathematics 的更多信息

产品

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by