- if I choose x and that I calculate y=f (x) and that I give you y, it is impossible for you to find x.
- if you choose x and x' different, it is quasi impossible that f (x) =f (x').
Friday, January 12, 2007
Crush or remote face
Thursday, January 11, 2007
LaTeX on Blogger
Thursday, January 04, 2007
Equations in Blogger???
Some times to make understand an idea, a little more complicated, it is necessary to use good tools:
mathematics… When I must write a report, I use LaTeX
, but on my blog how can I make??? Have you ever tried to represent an integral on blogger: it is quite impossible. This is why I seek everywhere to find a solution… for example jsmath which is a javascript code and which modifies the LaTeX code directly in the end-user browser… nevertheless, that requires that all the code is located on Blogger: which is not the case… the only solution in the long term will be to modify the script
… Another solution a little less elegant consists in transforming beforehand all the equations into images (png) for example with this LaTeX editor on line, but that is not very user friendly… Notice that I did not speak yet about MathML, this language based on the XML should answer this problem as soon as it is completely finalized and that all the browsers will understand it… We can say that it is not for tomorrow
… So if you have an idea, tell me ![]()
Tags: mathematics, jsmath, mathml, blogger, xml, Latex, Javascript
Wednesday, December 20, 2006
The Chinese Theorem
result: Sun Tsu counts only up to 2… Let us note N the number of soldier of the large army and A the product it a1.a2.a3… the problem is then:
NR = n1 [a1]if a1, a2, a3… are chosen to be prime 2 to 2 then N can be written as:
NR = N2 [a2]
NR = n3 [a3]
...
How to calculate e1, e2, e3….? In fact it is very simple: just use the correct identity of Bezout:N=n1.n1.(A/a1) + n2.n2.(A/a2) + n3.n3.(A/a3)...
from there you can easily check that the solution is the good one modulo A.e1 such as e1.a1 + n1. (A/a1) = 1
and son1.n1.(A/a1) = 1 [a1]
Voila Wendell: this is the Chinese theorem…