====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gibson:teaching:fall-2012:math445:hwexamples [2012/09/17 21:07] gibson |
gibson:teaching:fall-2012:math445:hwexamples [2012/09/18 05:10] (current) gibson |
||
---|---|---|---|
Line 2: | Line 2: | ||
<code> | <code> | ||
- | >> % Problem H. | + | |
- | >> | + | John Gibson |
+ | Lab #3, 9/18/2012 | ||
+ | Math 445 | ||
+ | |||
+ | Problem H. | ||
>> % Show e^a e^b == e^(a+b) for a=0.3, b=0.4 | >> % Show e^a e^b == e^(a+b) for a=0.3, b=0.4 | ||
>> a=0.3; b=0.4; | >> a=0.3; b=0.4; |