Am Donnerstag, 28. Dezember 2017 14:00:14 UTC+1 schrieb Chris Angelico:
> On Thu, Dec 28, 2017 at 11:06 PM, Nico Vogeli wrote:
> > Am Donnerstag, 28. Dezember 2017 12:59:24 UTC+1 schrieb Chris Angelico:
> >> On Thu, Dec 28, 2017 at 8:38 PM, Nico Vogeli wrote:
> >>
Am Donnerstag, 28. Dezember 2017 12:59:24 UTC+1 schrieb Chris Angelico:
> On Thu, Dec 28, 2017 at 8:38 PM, Nico Vogeli wrote:
> > Withs test, this return a correct value for the two x functions:
> >
> > from sympy import symbols
> >
> > x = symbols('x')
Hello again
I think my question got lost in all the others raised, so here I am again :P
So, I tried my best, was looking into the eval and exec function, but still no
succsess..
Maybe it helps when I provide the code I want to implement:
def newton_verfahren(self):
if self.cB_1.
Am Montag, 25. Dezember 2017 16:56:19 UTC+1 schrieb Chris Angelico:
> On Tue, Dec 26, 2017 at 2:04 AM, Nico Vogeli wrote:
> > Am Montag, 25. Dezember 2017 15:58:26 UTC+1 schrieb Chris Angelico:
> >> On Tue, Dec 26, 2017 at 1:48 AM, Nico Vogeli wrote:
> >> > Am Mont
Am Montag, 25. Dezember 2017 15:58:26 UTC+1 schrieb Chris Angelico:
> On Tue, Dec 26, 2017 at 1:48 AM, Nico Vogeli wrote:
> > Am Montag, 25. Dezember 2017 14:51:21 UTC+1 schrieb Chris Angelico:
> >> On Tue, Dec 26, 2017 at 12:36 AM, Nico Vogeli wrote:
> >> > H
Am Montag, 25. Dezember 2017 14:51:21 UTC+1 schrieb Chris Angelico:
> On Tue, Dec 26, 2017 at 12:36 AM, Nico Vogeli wrote:
> > Hi everybody. First ad foremost, happy Christmas!
>
> Same to you!
>
> > I want to let the use input a function (like x**2) and parse it afte
Hi everybody. First ad foremost, happy Christmas!
I want to let the use input a function (like x**2) and parse it after that
through code (for my numeric class)
import numpy as np
import matplotlib.pyplot as plt
import scipy.linalg
from sympy.abc import o, h
import sympy
from sympy import symbol