Question: Programming ( MATLAB ) 1 . Input: x , y , Output: x 2 - y 2 2 . Input: a , b Output: |

Programming (MATLAB)
1. Input: x,y,
Output: x2-y2
2. Input: a,b
Output: |c|=|a+bi|=a2+b22
Do not use direct build-in function.
3. Solve equation x2-2px+q=0
Input: p,q
Output: x1,x2
4. Given 2-dim array (matrix) A and B, Find C=A+B
Input matrix: A and B,(same size)
Output matrix: A+B
Do not use build-in functions
 Programming (MATLAB) 1. Input: x,y, Output: x2-y2 2. Input: a,b Output:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!