Matrices - Find x, y and z
I have two matrices $A$ and $B$ and I'm trying to figure out what $x$, $y$, and $z$ are. $$\begin{bmatrix}x+2y&x\\-x+y&2x-y\end{bmatrix} = \b...
I have two matrices $A$ and $B$ and I'm trying to figure out what $x$, $y$, and $z$ are. $$\begin{bmatrix}x+2y&x\\-x+y&2x-y\end{bmatrix} = \b...
I'm looking to gain a better understanding of how the cofinite topology applies to R. I know the definition for this topology but I'm specifical...
So clearly the kernel of $A$ is contained within the kernel of $A^TA$, since $$A^T(A\vec{x}) = \vec{0} \Rightarrow A^T(\vec{0}) = \vec{0}$$. Now we need t...
Define $$S_1 = \sum_{i=1}^n P(A_i)$$ and $$S_2 =\sum_{1 \le i < j \le n}^n P(A_i \cap A_j)$$ as well as $$S_k =\sum_{1 \le i_1 < \cdots < i_k \le...
If all sides: $a, b, c, d$ are known, is there a formula that can calculate the area of a trapezoid? I know this formula for calculating the area of a tra...
We can represent rotations of a equilateral triangle by matrices . Can we represent flips of a equilateral triangle by matrices ??
Why is the term displacement used as being the integral of velocity instead of position. The integral should cancel the derivative.
You have the misfortune to own an unreliable clock. This one loses exactly 20 minutes every hour. It is now showing 4:00am and you know that is was correc...
A bag contains n white and 2 black cards. Balls are drawn one by one without replacement until a black is drawn. If 0,1,2,3,... white balls are drawn befo...
Prove that every even degree polynomial function $f$ has maximum or minimum in $\mathbb{R}$. (without direct using of derivative and making $f'$) The...
I have a tutorial sheet that asks: Prove that $n^2 - 3$ is $\Omega(n^2)$ I understand that: $$f(n) ≥ c g(n) $$ And that to $c > 0$ & $n > n_{0}$...
I used to think of the row space of an $m \times n$ matrix $A$ as the column space of $A^T$, and therefore the row vectors are the images of the standard ...