Engineering Homework Help

Grossmont College Matlab Dot & Cross Products Script Lab Report

 

MATLAB Dot & Cross Products Script

Introduction:

The purpose of this lab is to accentuate the time savings made possible with MATLAB. From the prescribed vectors, determine the dot and cross products of each.

Procedure:

  1. Save your script as MatlabDotCrossFirstName_LastName.m
  2. Don’t forget your description block! Make sure to include the purpose of the script, your name and the date.
  3. Create two variables, one for each vector.
  4. Using MATLAB, determine the Cross Product of Vector A to B
    • Repeat this calculation by traditional pen and paper methods.
  5. Using MATLAB, Determine the Dot Product of vectors A&B
    • Repeat this calculation by traditional pen and paper methods.
  6. Provide a comment at the end of your script, which method did you prefer, why?
  7. Due on the 5-28-2021