/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sirver.net
| | jasonmaa.com
1.7 parsecs away

Travel
| |
| | stephenmalina.com
1.7 parsecs away

Travel
| | Selected Exercises # 5.A # 12. Define $ T \in \mathcal L(\mathcal P_4(\mathbf{R})) $ by $$ (Tp)(x) = xp'(x) $$ for all $ x \in \mathbf{R} $. Find all eigenvalues and eigenvectors of $ T $. Observe that, if $ p = a_0 + a_1 x + a_2 x^2 + a_3 x^3 + a_4 x^4 $, then $$ x p'(x) = a_1 x + 2 a_2 x^2 + 3 a_3 x^3 + 4 a_4 x^4.
| | nhigham.com
3.8 parsecs away

Travel
| | Backward error is a measure of error associated with an approximate solution to a problem. Whereas the forward error is the distance between the approximate and true solutions, the backward error is how much the data must be perturbed to produce the approximate solution. For a function $latex f$ from $latex \mathbb{R}^n$ to $latex \mathbb{R}^n$
| | www.r-statistics.com
25.3 parsecs away

Travel
| This post is about speeding up your R code using the JIT (just in time) compilation capabilities offered by the new (well, now a year old) {compiler} package. Specifically, dealing with the practical difference between enableJIT and the cmpfun functions. If you do not want to read much, you can just skip to the example