Kaiser’s Blog

Willkommen in Tunesien und Kanada

Archive for the 'maths and co' Category


Double integral

Posted by Kaiser on Wednesday, January 23, 2008

Hi, all, espcially mathematicians. :)

Could you please help me in finding a closed-form for the double integral below ?

equ.jpg

If there is no possible closed-form, please help me bounding the fraction with logarithms with the most accurately possible. The lower bound is preferrable to the upper bound.

PS: What’s written in french means : the a parameter is positive.

Posted in General, Mathematics, maths and co | Tagged: | 3 Comments »

Installing Maple on Fedora Core

Posted by Kaiser on Friday, September 21, 2007

I finally did it. Yes, it was not that easy, because of some missing librairies. After many research on the Internet, I got what I’ve want.

First of all, I tried to launch Maple from the CD but no success. No real problems until now : I had simply to copy the whole Linux-Maple directory on my home directory.

Then, I launched

./LinuxInstaller.bin

command. I got an the following error

Error: failed /home/kaiser/Temp/setup/maple/Linux/Linux/resource/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

I so run

yum install libstdc++*

No way. Even with this librairy installed the error is always here. The solution is here. You have first to download libstdc++-2-libc6.1-1-2.9.0.so to /usr/lib directory and then to perform the following commands :

ln -s libstdc++-2-libc6.1-1-2.9.0.so libstdc++-libc6.1-1.so.2
ldconfig

Now, you can relaunch the LinuxInstaller.bin command and everything should be OK… Everything is almost OK. Because when you try to run

./xmaple

from the $MAPLE/bin, you could have a message

Connection to kernel lost

The solution is here. Go to directory $MAPLE/jre.IBM_LINUX/bin and perform the following operations

cp java java.orig

Replace the ancient java file by a new containing the following lines

#!/bin/bash
/opt/maple9.5/jre.IBM_INTEL_LINUX/bin/java.orig -Djava.net.preferIPv4Stack=”true” $*

Make java executable

chmod 0755 java

Enjoy Maple.

And see you soon.

PS : I would like to thank Swobodin for his help during some operations. Thank you man.

Posted in Fedora, General, Linux, Maple, Mathematics, Studies, Technology, maths and co | Tagged: , , , , , , | 1 Comment »

Mathematicians, enjoy !!

Posted by Kaiser on Monday, April 2, 2007

I discovered thanks to Bidules that it is possible to write some \LaTeX with wordpress. It gonna be useful, even if this feature is a small overview of what \LaTeX can do for typography. :)

\displaystyle{\int_0^{+\infty} e^{-t^2} dt = \frac{\sqrt{\pi}}{2}}

 

\displaystyle{\frac{C}{B} = \int_I \log(1+qx) f_X(x) dx}

 

A=\left(\begin{array}{c c c} 1&0&-1 \\ 0&-3&1 \\x&y&z \end{array}\right)

 

\displaystyle{R_0 = -\log_2\left[ 1 + \sum_{\substack{l=1\\l\neq h}}^N q_{lh}^2\right]}

Posted in General, LaTeX, Mathematics, maths and co | 2 Comments »

Pour les matheux

Posted by Kaiser on Thursday, February 9, 2006

Une erreur s’est glissée (ou plutôt a été introduite) dans ce raisonnement mathématique qui a l’air tout à fait cohérent.

Read the rest of this entry »

Posted in maths and co | 4 Comments »