w9 Flashcards

(6 cards)

1
Q

format for sympy diff

A

differentiate(function, variable, number of times to diff)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

whats the default number of times to diff

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

format for sympy integrate

A

integrate(function,(variable, lower bound, upper bound))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

format for sympy solve

A

(eq, variable)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

format for sympy similtaneous

A

solve(eq1,eq2,eq3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

format for sympy substituition

A

function.subs(variable, constant)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly