![]() |
![]() |
#1 |
∂2ω=0
Sep 2002
República de California
101101110110002 Posts |
![]()
I just uploaded a first iteration (pun!) of Iterative Methods for Solving Nonlinear Algebraic Equations, a web tutorial on the Newton-Raphson method, its higher-order-convergent analogs, and applications in areas such as solution of nonlinear differential equations and number theory. (The latter are to-be-added at a later date).
It's a long page, roughly the equivalent of a book chapter, so I suggest interested readers save to their PC and peruse the individual sections at their leisure. I have viewed the page in Firefox and Safari; let me know if you encounter any formatting issues using your browser of choice. (Note: the page is not intended for small-screen mobile devices like smartphones, although I'll be interested to hear if it's at all readable on such.) Comments, questions, suggestions welcome. |
![]() |
![]() |
![]() |
#2 | |
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22×1,627 Posts |
![]() Quote:
The line with all the asterisks (in the Hilbert space section) is rendered to almost the entire page width without a break. Also you have an errant '-->' on the page just before "Once one has computed the coefficients of one's n-term Chebyshev ...". The aqua box just above there is rendered across the entire iSlave screen and appears to be the element that is defining the maximum page width. ETA: The 〈 and 〉 characters render as empty square boxes on the iSlave. Last fiddled with by retina on 2012-09-06 at 03:27 Reason: The 〈 and 〉 characters render as empty square boxes on the iSlave |
|
![]() |
![]() |
![]() |
#3 |
Mar 2006
3×173 Posts |
![]()
Excellent web site. It will take quite a while to go through and digest all the tasty morsels it contains.
Here are some small things I noticed on first glance: In table 3c you have index 4 listed twice, ie 0,1,2,3,4,4, instead of 0,1,2,3,4,5. Then, right after Inv3 you have exponent 2 listed twice, ie ε^0, ε^1, ε^2, ε^2, instead of ε^0, ε^1, ε^2, ε^3 And this one I'm not sure about, but right after you say: "The second and third derivatives might be approximated" you give two equations, one for f'' and one for f'''. It looks like the formula for f''' should be: instead of: But again, this last one is just a guess. |
![]() |
![]() |
![]() |
#4 | |
"Ben"
Feb 2007
70438 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#5 | ||||
∂2ω=0
Sep 2002
República de California
23·32·163 Posts |
![]() Quote:
Quote:
Quote:
Quote:
Thanks for the notes! |
||||
![]() |
![]() |
![]() |
#6 | |
∂2ω=0
Sep 2002
República de California
23×32×163 Posts |
![]() Quote:
The 3rd-derivative formula is correct with the 2s ... a quick way to derive it is to use the 2nd-order-accurate central-diff approx for f'' at [j+1] and [j-1], subtract the resulting approximations f''[j+1] - f''[j-1] and divide the result by 2.delta. |
|
![]() |
![]() |
![]() |
#7 |
∂2ω=0
Sep 2002
República de California
23×32×163 Posts |
![]()
Found one more bug ... formula [E1] has the k-1 and k subscripts reversed. Revised version uploaded.
|
![]() |
![]() |
![]() |
#8 |
Aug 2006
3×1,993 Posts |
![]()
This is very nice, thank you for posting.
|
![]() |
![]() |
![]() |
#9 |
Undefined
"The unspeakable one"
Jun 2006
My evil lair
145548 Posts |
![]() |
![]() |
![]() |
![]() |
#10 |
∂2ω=0
Sep 2002
República de California
23×32×163 Posts |
![]()
I'm not sure about the ASCII equivalent thing ... does not this note in effect say <> are not equivalents of ⟨ and ⟩ ?
In any case, I use <> all over the page already for less-than/greater-than ... and IMO the result of replacing angle-brackets with <> is rather fugly. I wonder if there's a simple way to to implement the analog of a C typedef here, where ⟨ and ⟩ would get aliased to < and > on browsers known to have problems with the former. |
![]() |
![]() |
![]() |
#11 |
Mar 2006
3×173 Posts |
![]()
I'm wondering if you could just use image files for the angle brackets? I found some images online that could be tailored for your use here:
http://www.escapecodes.info/ I would re-color the background to white and trim off the excess white-space to the left and right of the actual bracket. Then you could put in <img> tags like so: Code:
<img src="http://www.escapecodes.info/images/9001.gif" height=12/>ƒ, <i>g</i><img src="http://www.escapecodes.info/images/9002.gif" height=12/> I was originally thinking that CSS could handle the C typedef / multiple browser issue, but after some searching it doesn't seem like this would catch "all" browsers. The one issue I can think of with the image-bracket approach is that getting the height of the image to match the height of the font might be difficult across different browsers and screen resolutions. There may be an easy way around this, but this was all I had time to search for tonight. |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
security of the webpage? | Unregistered | Information & Answers | 4 | 2013-02-08 04:42 |
The webpage cannot be found for win7 64 | benDan | Software | 4 | 2012-12-17 05:59 |
Gimps Results to webpage? | Unregistered | Information & Answers | 2 | 2009-10-27 18:15 |
GIMPS webpage | eratos | Lounge | 26 | 2004-01-06 20:57 |