About 1,715,447 results (4,457 milliseconds)

Some calculus questions just for fun! - Google Answers

http://answers.google.com/answers/threadview/id/516890.html
May 2, 2005 ... Basically, we must find the derivative with respect to x of both sides of the equality. ... Therefore, as in questions 4 and 5, we find the ...

Numerical Third Derivative

https://groups.google.com/g/tinspire/c/L7tClGI6Mp4
We want to find the derivative at the point where x=4. So our forward and ... So our forward and backward x and f(x) lists will be like x={3; 3.5; 4; 4.5; 5} and ...

10-min-max.ipynb - Colab

https://colab.research.google.com/github/jkitchin/f19-06623/blob/master/docs/notebooks/10-min-max.ipynb
subdirectory_arrow_right 5 cells hidden. spark Gemini. We can also derive the first derivative: $y' = 2 * x + e^{-5 x^2} (-10 * x)$. and solve it for zero ...

Duff Harrold - Co-16B

https://sites.google.com/view/duff-harrold/home/math/co-16b
... x, 3^x, 5^x, ... , a^x). Hint...this is why Leonard Euler (pronounced "OY-ler ... What is the derivative of e^x? What does this imply about the anti ...

How should I modify my MATLAB code (using fmincon) in order to ...

https://groups.google.com/g/yalmip/c/CauAHnYoouk
May 30, 2015 ... I will have to defer to Johan whether what YALMIP does would be considered to be automatic differentiation vs. ... optimize([x(1)^2+2*x(2) ...

ChatGPT and SymPy

https://groups.google.com/g/sympy/c/f_j0UplbtmE
I instead asked it to "Find the extreme values of the function x^3 + 5x^2 + 3x - 9". It got the first part with the derivative and the quadratic equation ...

ParsedAux with material properties

https://groups.google.com/g/moose-users/c/Jccj9ZwYUv4
So if I wanted to see what A through E look like, that's 5 AuxKernels I have to make. That's 10 files I have to create/edit: 5 x . ... Derivative Parsed Material.

Derivative operation with YALMIP

https://groups.google.com/g/yalmip/c/KlBCaCRK1DQ
derive(mat_x,internal(1))=. 3×3 cell array. {'1'} {'0' } {'0' }. {'0 ... 0 0 -x(5) x(5)+x(6)+x(7) -x(7) 0;. 0 0 0 -x(7) x(7)+x(8)+x(9) -x(9);. 0 0 0 0 ...

What happens, at a high level, when you factor this expression?

https://groups.google.com/g/sympy/c/4Pt1V322RHw
Jun 24, 2011 ... be sin(x) ... Out[5]: <class 'sympy.core.function.Derivative'>. We don't know what is the derivative of f, so we have to somehow represent it.

3.5 Derivatives Of Trigonometric Functions Homework Answers ...

https://colab.research.google.com/drive/1tZ4NYtOLWavBQtqCwGfGb_hQmPICf4me
Find the derivative of f(x)=5x3sinx.f(x)=5x3sinx. Using the product rule, we have f ′ ( x ) = d d x ( 5 x 3 ) · sin x + ...

Help Identify this Game, Please

https://groups.google.com/g/rec.games.playing-cards/c/kLM_8tP_Wsw
if this is a derivative of the game you are thinking of. This game ... 5 3 x 3 of a kind 6 1 x 4 of a kind 1 run of 4 7 1 x 3 of a kind 1 run of 7

Structure of a Naegleria Tet-like dioxygenase in complex with 5 ...

http://feedproxy.google.com/~r/nat/~3/6A0q4IZ4jcI/24390346
Feb 20, 2014 ... Crystallography, X-Ray; Cytosine / analogs & derivatives; Cytosine / metabolism; DNA / chemistry*; DNA / metabolism*; DNA-Binding Proteins ...

Prometheus query double rate

https://groups.google.com/g/prometheus-developers/c/EFEQjyqEKGg
Aug 3, 2016 ... ... 5 mins. I was wondering is it possible to do a rate on a rate. i.e. x ... In order to do a second derivative, you will need to record the rate in ...

Concepts and Applications - CA II.5 Derivative of the ... - IBL Calculus

https://sites.google.com/view/iblcalculus/home/in-class-activities-and-activity-guides/-ca-ii5-derivative-of-the-power-function
Purpose: To generalize from developing the derivative of x^2, x^3 etc to the ... what should be true of the second derivative - it should be positive.

Math Solver (MathSolver) Structured Data | Google Search Central ...

https://developers.google.com/search/docs/appearance/structured-data/math-solvers
Derivative of 5x^4 + 2x^3 + 4x - 2. Differential Equation. Differential ... For example: Find the x-intercept of the line y = 10x - 5. Limit. Limit ...

Theano + Sympy for system of ODEs: Mapping dictionary issue and ...

https://groups.google.com/g/sympy/c/VtaxCRNO4sE
In [5]: f = theano.function([x],op(x)). In [6]: s(4.0). Out[6]: array(16.0). In ... When you tell 5x and 25x faster, what do you time? Fred.. Guy ...

Partial derivatives in xCoba

https://groups.google.com/g/xact/c/jSxQ9kFLykw
Hi all,. I am trying to define the components of some timelike vector field u in a coordinate chart (t,x,y,z) ...

Chain rule and Subs

https://groups.google.com/g/sympy/c/WOM3wM7xLeU/m/kf1yHJO-KfsJ
Here what Subs(Derivative(Theta(U(x), _x), _x), (_x), (x)) means is partial ... Miguel Angel Salazar de Troya. unread,. May 5, 2015, 5:32:44 PM5/5/15.

3.5 Derivatives Of Trigonometric Functions Homework Answers ...

https://colab.research.google.com/drive/1tZ4NYtOLWavBQtqCwGfGb_hQmPICf4me
Find the derivative of f(x)=5x3sinx.f(x)=5x3sinx. Using the product rule, we have f ′ ( x ) = d d x ( 5 x 3 ) · sin x + ...

Automatic Vs Symbolic Differentiation: Casadi vs matlab's symbolic ...

https://groups.google.com/g/casadi-users/c/1mRXfV6G150
In your algebra class, your teacher posed this question: y = sin(sin(... (x)))). z = y^3 - cos(y) + y. What is z? If ...