Question

DIRECTIONS: Perform the following using MATLAB. After the simulation, your report must be uploaded in the Moodle Learning sys
f(x, y, z) = 2y – sin(xz), x = 3t, y = et-1, z = Int. f(x, y) = x2 + xy + y2, x = uv, y = u/v. Procedure 2: Find the first or

using matlab to solve this problem as soon as possible
thanks

use matlab to slove the problem as soon as possible

solve the activity of number 1&2&3 by using matlab

for this problem i need from you to solve activity one and two and three by using matlab
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Activity 1.

1.- Define both the vectors in array form

a=[1 2 -3]
b=[-2 -1 5]

2.- For the dot product of a and b use the command dot(a,b)

dot_product=dot(a,b)

3.- For the cross product of a and b use the command cross(a,b)
cross_product=cross(a,b)

4.- Since both the quantities are equal to zero therefore a and b are orthogonal to their cross product

dot(cross_product,a)
dot(cross_product,b)

Add a comment
Know the answer?
Add Answer to:
using matlab to solve this problem as soon as possible thanks use matlab to slove the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT