given is this function $y = N \cdot e^st$.
I have to transform it to a "linear"(least square approx.)
$\implies y = \ln(N)+ st$
How do I put this to a Matrix form $A \cdot x = b$
$N$ and $s$ are unknown.
The only problem that I have is I don't know how to represent $\ln(N)$ in the Matrix because $N$ is unknown.
I know that the Matrix should look like this: \begin{bmatrix}" "&t\\\end{bmatrix} multiple by the unknowns \begin{bmatrix}N\\s\end{bmatrix}
What should I write in "" so when I multiply the matrix, it gives the $\ln(N)$