Mathematische Berechnungen

View: New views
5 Messages — Rating Filter:   Alert me  

Mathematische Berechnungen

by Sebastian Humenda :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hallo Liste,

ich suche schon seit längerem eine Möglichkeit in Python Brüche zu berechnen,
habe aber im Modul math dazu nichts gefunden. Außerdem suche ich eine
Möglichkeit die nte Wurzel zu ziehen.
Ist das Möglich?

Danke!
Gruß
Sebastian


_______________________________________________
python-de maillist  -  python-de@...
http://python.net/mailman/listinfo/python-de

Re: Mathematische Berechnungen

by Andreas Jung :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



--On 29. Mai 2008 12:37:51 +0200 "SHumenda@..." <shumenda@...> wrote:

> Hallo Liste,
>
> ich suche schon seit längerem eine Möglichkeit in Python Brüche zu
> berechnen, habe aber im Modul math dazu nichts gefunden.

Was meinst Du mit Brüche genau???

> Außerdem suche
> ich eine Möglichkeit die nte Wurzel zu ziehen.
> Ist das Möglich?

Aus der Schule weiss man noch, dass sich die x-te Wurzel aus y

y hoch (1/x)

schreiben lässt.

Andreas

_______________________________________________
python-de maillist  -  python-de@...
http://python.net/mailman/listinfo/python-de

attachment0 (201 bytes) Download Attachment

Re: Mathematische Berechnungen

by Sebastian "lunar" Wiesner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[ "SHumenda@..." <shumenda@...> ]
> Außerdem suche ich eine Möglichkeit die nte Wurzel zu ziehen.
``math.pow(x, 1.0/n)``?

--
Freiheit ist immer die Freiheit der Andersdenkenden.
                                            (Rosa Luxemburg)


_______________________________________________
python-de maillist  -  python-de@...
http://python.net/mailman/listinfo/python-de

signature.asc (204 bytes) Download Attachment

Re: Mathematische Berechnungen

by Andrew Smart-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hallo Sebastian,

mit SciPy (http://www.scipy.org/) kannst Du so ziemlich alles berechnen was
Du brauchst. Ist ggf. ein Overkill - ich kenn den Hintergrund Deiner Anfrage
nicht... ;-)

Es gibt auch noch: http://modular.math.washington.edu/sage/  aber das kenne
ich nur vom Namen her. Ist ggf. eine Alternative.

Viele Grüße,
Andrew



 

> -----Ursprüngliche Nachricht-----
> Von: python-de-bounces@...
> [mailto:python-de-bounces@...] Im Auftrag von SHumenda@...
> Gesendet: Donnerstag, 29. Mai 2008 12:38
> An: python-de@...
> Betreff: [Python-de] Mathematische Berechnungen
>
> Hallo Liste,
>
> ich suche schon seit längerem eine Möglichkeit in Python
> Brüche zu berechnen, habe aber im Modul math dazu nichts
> gefunden. Außerdem suche ich eine Möglichkeit die nte Wurzel
> zu ziehen.
> Ist das Möglich?
>
> Danke!
> Gruß
> Sebastian
>
>
> _______________________________________________
> python-de maillist  -  python-de@...
> http://python.net/mailman/listinfo/python-de


_______________________________________________
python-de maillist  -  python-de@...
http://python.net/mailman/listinfo/python-de

Re: Mathematische Berechnungen

by Mariano Guerra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/5/30 Sebastian Wiesner <basti.wiesner@...>:
> [ "SHumenda@..." <shumenda@...> ]
>> Außerdem suche ich eine Möglichkeit die nte Wurzel zu ziehen.
> ``math.pow(x, 1.0/n)``?

>>> 2.0**(1.0/2)
1.4142135623730951

_______________________________________________
python-de maillist  -  python-de@...
http://python.net/mailman/listinfo/python-de
LightInTheBox - Buy quality products at wholesale price!