Using MatLab, I need to create a 2d triangle in matrix S, rotate it, and plot. I know that matrix S needs to have 2 rows and 4 columns, but I do not know how to fill in the matrix. I also do not know how to plot the triangle in MatLab. Would appreciate some help, what I have done so far is attached
Using MatLab, I need to create a 2d triangle in matrix S, rotate it, and plot. I know that matrix S needs to have 2 rows and 4 columns, but I do not know how to fill in the matrix. I also do not know how to plot the triangle in MatLab. Would appreciate some help, what I have done so far is attached
Advanced Engineering Mathematics
10th Edition
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Erwin Kreyszig
Chapter2: Second-order Linear Odes
Section: Chapter Questions
Problem 1RQ
Related questions
Question
100%
Using MatLab, I need to create a 2d triangle in matrix S, rotate it, and plot. I know that matrix S needs to have 2 rows and 4 columns, but I do not know how to fill in the matrix. I also do not know how to plot the triangle in MatLab. Would appreciate some help, what I have done so far is attached
![1 %Create the standard matrix A that rotates a point 60 degrees counterclockwise about the origin.
2 A =
[cos (pi/3) -sin(pi/3); sin(pi/3) cos(pi/3)]
3 %Create a matrix S containing the points of the triangle as the columns.
4 S = [? ? ? ? ; ? ? ? ?]
5
6 %Perform matrix multiplication to transform each of the points in S.
Store this in T1.
8 %Plot the original triangle and the transformed triangle in a single graph.
9](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F4abdb1a0-ca94-4b72-97d9-10533892971e%2Fa59acb76-a50a-417d-a2b8-46382e378167%2Fsk5gzki_processed.png&w=3840&q=75)
Transcribed Image Text:1 %Create the standard matrix A that rotates a point 60 degrees counterclockwise about the origin.
2 A =
[cos (pi/3) -sin(pi/3); sin(pi/3) cos(pi/3)]
3 %Create a matrix S containing the points of the triangle as the columns.
4 S = [? ? ? ? ; ? ? ? ?]
5
6 %Perform matrix multiplication to transform each of the points in S.
Store this in T1.
8 %Plot the original triangle and the transformed triangle in a single graph.
9

Transcribed Image Text:For this activity, rotate the triangle formed by the points (0,0), (1,1), and (3,0) counterclockwise 60° about the origin. The order
for drawing the triangle is to start at point (0,0), move to (1,1), then to (3,0), and finish at (0,0).
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.Recommended textbooks for you

Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education

Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY

Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education

Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY

Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,

