Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Challenge question: Logarithmic spiral In this question we are going to use some simple matrix transformations to create some fun plots. A point p =
Challenge question: Logarithmic spiral
In this question we are going to use some simple matrix transformations to create some fun plots.
A point in two space can be represented as a column vector, ie a matrix
Such a point can be rotated counter clockwise radians about the origin by multiplying on the left by the matrix:
For example we could represent the rotation of the point by counter clockwise as:
Furthermore, a point can be scaled by with respect to the origin by multiplying on the left by the matrix
Notes:
You are allowed to use loops and comprehensions.
The above plot was made with the call plotlogspirale
The title should be the same as in the plot above, ie of the form "Logarithmic Spiral: rotation theta in radians to decimal places
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started