You're right, except that you have $m$ and $n$ backwards. When $m=0$, we want to get $C=A$, so the correct expression is $C=nA+mB$. This equation expresses $C$ as an affine combination of $A$ and $B$.
1
Bumbble Comm
On
You have $m$ and $n$ reversed. The correct expression is:
\begin{align}
OC &= OA + mAB \\
&=OA+m(OB-OA) \\
&=(1-m)OA + mOB\\
&=nOA+mOB
\end{align}
If you can’t remember where the $m$ and $n$ go in this equation, it’s easy to check the cases $m=0$ and $m=1$.
You're right, except that you have $m$ and $n$ backwards. When $m=0$, we want to get $C=A$, so the correct expression is $C=nA+mB$. This equation expresses $C$ as an affine combination of $A$ and $B$.