You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Chapters/chapter2.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1224,7 +1224,7 @@ \subsection{MATLAB: assigning matrices and {\tt det} and {\tt cross}
1224
1224
1225
1225
\subsection{MATLAB: generating scripts with the MATLAB editor}
1226
1226
1227
-
Often times using the command window in MATLAB to solve a problem can be tedious, because if the need arises to redo the problem, or change a parameter, one has to rewrite it all. The editor comes in handy for such cases. The editor is a text window (accesed from the command window: {\tt File $\rightarrow$ New $\rightarrow$ Blank M-file}) where one can write commands in the same syntax as the editor, and when one runs it, the results appear in the command window exactly as if one had written them there one after the other.
1227
+
Often times using the command window in MATLAB to solve a problem can be tedious, because if the need arises to redo the problem, or change a parameter, one has to rewrite it all. The editor comes in handy for such cases. The editor is a text window (accessed from the command window: {\tt File $\rightarrow$ New $\rightarrow$ Blank M-file}) where one can write commands in the same syntax as the editor, and when one runs it, the results appear in the command window exactly as if one had written them there one after the other.
1228
1228
1229
1229
For example, the code to generate three random orthogonal vectors would look something like this:
1230
1230
\begin{verbatim}
@@ -1853,7 +1853,7 @@ \subsection{Problems}
1853
1853
\begin{problem}
1854
1854
\label{op1_32}
1855
1855
Find the equation for the line through $[2,-1,-1]$ and parallel to each of the
1856
-
two planes $x_1+x_2=0$ and $x_1-x_2+2x_3=0$. Express the equation fo the line
1856
+
two planes $x_1+x_2=0$ and $x_1-x_2+2x_3=0$. Express the equation of the line
0 commit comments