diff options
author | Santosh G. Vattam | 2010-04-23 08:49:25 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-23 08:49:25 +0530 |
commit | e17f34beba1df09250d2e80d502e291aa97be3ac (patch) | |
tree | 1bc8875aa33e61669ef64d1dfc5b7a99080fc625 /day1/session6.tex | |
parent | a46479c09eba9fe9b56745961ae3a228f7cd4188 (diff) | |
download | workshops-e17f34beba1df09250d2e80d502e291aa97be3ac.tar.gz workshops-e17f34beba1df09250d2e80d502e291aa97be3ac.tar.bz2 workshops-e17f34beba1df09250d2e80d502e291aa97be3ac.zip |
Minor corrections.
Diffstat (limited to 'day1/session6.tex')
-rwxr-xr-x | day1/session6.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/day1/session6.tex b/day1/session6.tex index 0e34996..455b86d 100755 --- a/day1/session6.tex +++ b/day1/session6.tex @@ -78,7 +78,7 @@ \author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {02 April, 2010\\Day 1, Session 6} +\date[] {22 April, 2010\\Day 1, Session 6} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -163,11 +163,13 @@ Out[]: array([ 1., -2., -2.]) \begin{frame}[fragile] \frametitle{Let's check!} +\begin{small} \begin{lstlisting} In []: Ax = dot(A, x) In []: Ax Out[]: array([ 1.00000000e+00, -2.00000000e+00, -1.11022302e-16]) \end{lstlisting} +\end{small} \begin{block}{} The last term in the matrix is actually \alert{0}!\\ We can use \kwrd{allclose()} to check. |