Home
Looooooong
Cancel

Integration by Subsitution

Example 01 [\begin{aligned} \int_{1}^{2}xdx &= 4\int_{1}^{2}\frac{1}{2}x \cdot \frac{1}{2} dx &= 4 \int_{1/2}^{1}t dt \end{aligned}] Example 02 [\begin{aligned} \int_{-\infty}^{\infty}\...

Higher Order Functions

CS61A def make_withdraw(balance, password): """Return a password-protected withdraw function. >>> w = make_withdraw(100, 'hax0r') >>> w(25, 'hax0r') 75 >&...

CS61A

currently working on lab07 CS61A Week 6 objects have attributes today.year and method today.strftime(...) objects with good design will do what it supposed to do str(tmr - today) objects c...