Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh-iitrpr authored May 15, 2024
1 parent c118284 commit 1f91011
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions matrixmystics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /matrixmystics/

* TOC
{:toc}

**Strictly use geogebra to solve all the questions**
# Module A
___

Expand Down Expand Up @@ -61,6 +61,13 @@ ___

</details><br>

6(a).Let a line be $y=5x+6$. For what values of $\alpha$ and $\beta$ will the line $y=\alpha x + \beta$ be parallel to the given line? When will it intersect the given line in the 3rd quadrant?
<details closed>
<summary>Sol.</summary>

Put your solution here.

</details><br>
7.Consider the following simultaneous equation:

$$2x+3y=7$$ <br>
Expand Down Expand Up @@ -127,7 +134,7 @@ ___
</details><br>


13.Consider the function $$\phi : \mathbb{R}^2\rightarrow \mathbb{R}^2$$ defined by $$\phi (x,y)=(2x+3y,3x+4y)$$. What has this to do with the previous question?
13.Consider the function $$\phi : \mathbb{R}^2\rightarrow \mathbb{R}^2$$ defined by $$\phi (x,y)=(2x+3y,3x+4y)$$. What has this to do with the simultaneous equations?

<details closed>
<summary>Sol.</summary>
Expand All @@ -145,6 +152,15 @@ ___

</details><br>

14(a).Take a random looking 2*2 matrix. Is it invertible? How often is it invertible?

<details closed>
<summary>Sol.</summary>

Put your solution here.

</details><br>

15.We will now see matrices as functions. Instead of $$\phi$$ we will write the matrix itself: <br>$$\left( \begin{matrix} 2 & 3 \\3 & 4 \\\end{matrix}\right) : \mathbb{R}^2 \rightarrow \mathbb{R}^2$$.

<details closed>
Expand Down Expand Up @@ -244,7 +260,7 @@ $$

22.In the figure below:
![fig1](/codershigh/assets/markov2.png)
If 1000 people were to start in one state, what will be the distribution of people eventually?
If 1000 people were to start in one state, what will be the distribution of people eventually? Write down a python script to find the convergence.
<details closed>
<summary>Sol.</summary>

Expand All @@ -254,7 +270,7 @@ If 1000 people were to start in one state, what will be the distribution of peop

23.In the figure below:
![fig2](/codershigh/assets/markov3.png)
If 1000 people were to start in one state, what will be the distribution of people eventually?
If 1000 people were to start in one state, what will be the distribution of people eventually? Write down a python script to find the convergence.
<details closed>
<summary>Sol.</summary>

Expand Down Expand Up @@ -391,7 +407,18 @@ iii)$$2y+x=1800$$

</details><br>

36.In general $$B=\begin{bmatrix} 1 & 2 \\ 2 & 4\\ \end{bmatrix}:\mathbb{R^2}\mapsto \mathbb{R^2}$$, where does this function take $$2y+x=k$$?(where $$k$$ is a constant)
35(a).In general $$B=\begin{bmatrix} 1 & 2 \\ 2 & 4\\ \end{bmatrix}:\mathbb{R^2}\mapsto \mathbb{R^2}$$, where does this function take $$2y+x=k$$?(where $$k$$ is a constant)
<details closed>
<summary>Sol.</summary>

Put your solution here.

</details><br>

36.Consider a matrix $$A=\begin{bmatrix} 1 & 4 \\ 2 & 3\\ \end{bmatrix} and a vector $v$ = $$\begin{bmatrix} 1 \\ 1\\ \end{bmatrix}$$ to what is it transformed?
36(a).Is it rotated?
36(b).Is the magnitude preserved?
36(c).What is the ratio of magnitude of $$Av$$ to $$v$$?
<details closed>
<summary>Sol.</summary>

Expand Down

0 comments on commit 1f91011

Please sign in to comment.