Define the vectors x equals open square brackets table row 1 2 3 4 5 end table close square brackets and y equals open square brackets table row 3 6 9 12 15 end table close sq

5 views (last 30 days)
Define the vectors and . Use x and y in the following expressions to calculate vectors d and f. Note: In each case, the resulting vector should also be a vector with 5 elements.
(a)
(b)
  1 Comment
Steven Lord
Steven Lord on 8 Apr 2022
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the free MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.

Sign in to comment.

Answers (1)

Voss
Voss on 8 Apr 2022
List of relevant mathematical operations in MATLAB (continued from here):
  • Use log10 to take the base-10 logarithm of something

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!