About 1,114,599 results (4,176 milliseconds)

Idiomatic way to evaluate a scalar field at a given vector value?

https://groups.google.com/g/sympy/c/23iItY83TUs
May 12, 2021 ... # Let f(x,y,z) = z*cos(y) + z^2*x and g(t) = (t, -t^2, -t). # # h(t) ... # Next, get the directional derivative of f(x,y,z) in the direction

3.5 Derivatives Of Trigonometric Functions Homework Answers ...

https://colab.research.google.com/drive/1tZ4NYtOLWavBQtqCwGfGb_hQmPICf4me
g ′ ( x ) = −4 x 2 sin x − 8 x cos x 16 x 4 = − x sin x − 2 cos x 4 x 3 . Find the derivative of f(x)=xcosx.f(x)=xcosx. A particle moves along a coordinate axis ...

math_differential_calculus - Colab

https://colab.research.google.com/github/ageron/handson-ml2/blob/master/math_differential_calculus.ipynb
This slope is called the derivative of the function $f$$f$ at $x=x_\mathrm{A}$$x=x_\mathrm{A}$. For example, the derivative of the function $f(x)=x^2$$f(x)=x^2$ ...

Basic Calculus - Reviews

https://sites.google.com/view/math165/reviews
Find tangent lines to curves. Sum, product, quotient rules for differentiation. Derivatives of x^k, e^x, sin( ...

math.ipynb - Colab

https://colab.research.google.com/github/jkitchin/pycse/blob/master/pycse-jb/pycse___python_computations_in_science_and_engineering/blog/math.ipynb
Vectorized numeric derivatives ; import numpy as np ; import matplotlib.pyplot as plt ; x = np.linspace(0, 2 * np.pi, 100) ; y = np.sin(x) ; dy_analytical = np.cos(x)

GCE Study Buddy - Differentiation

https://sites.google.com/site/urbangeekclassroomsg/additional-math/differentiation
Differentiation of exponential functions · 1. Find the derivative of y = 10 3 x: · 2. Find the derivative of y = e x 2: · 3. Find the derivative of y = sin(e 3 x).

Definite Integration in Mathematica

https://groups.google.com/g/comp.soft-sys.math.mathematica/c/tJC4X3BmX8M
and how is connected with the jump discontinuity at x=2. These pairs of chosen branch cuts by Mathematica for the antiderivative cross the horizontal axis at x= ...

Implicit Functions

https://groups.google.com/g/tinspire/c/lqDSdgDayLE
defined functions, though I have not found it documented anywhere. The trick is to use the zeros function. Try these: f1(x)=zeros(x^2+y^ ...

We need some community input on the desired behavior of an ...

https://groups.google.com/g/sympy/c/rSi_I42i35I
Jan 7, 2021 ... The PR adds a special case in Function.__new__ to make the following work: >>> eq x*(x + 1) = x**2 + x >>> cos(eq) cos(x*(x + 1)) = cos(x**2 + x)

10-min-max.ipynb - Colab

https://colab.research.google.com/github/jkitchin/f19-06623/blob/master/docs/notebooks/10-min-max.ipynb
return derivative(f, x, dx=1e-6) fsolve(ypd, 0.5). Code cell output ... return 2 + np.cos(x) + np.cos(2*x - 0.5) / 2 x = np.linspace(0, 2 * np.pi)

Math question - Google Answers

http://answers.google.com/answers/threadview/id/542904.html
Jul 12, 2005 ... Now you're talking. This solution is much better. In fact, I think it gives the solution to my original problem. If we take f(x) = a Cos[ sqrt(2) ...

User-defined functions

https://groups.google.com/g/casadi-users/c/zvy3FjcB8Lo/m/gOUZrcWlAQAJ
May 12, 2017 ... 67 nlp = {'x':x,'f':-my_sin(x)}. 68. ---> 69 solver = nlpsol('solver ... Then I would also find it natural that if no derivative is ...

autodiff-tutorial.ipynb - Colab

https://colab.research.google.com/github/cranmer/stats-ds-book/blob/master/book/autodiff-tutorial.ipynb
Finite Differences. A common appraoch to approximate gradients of a black-box function is to evaluate it at close-by points $x$ ...

single-variable-calculus.ipynb - Colab

https://colab.research.google.com/github/d2l-ai/d2l-tensorflow-colab-classic/blob/master/chapter_appendix-mathematics-for-deep-learning/single-variable-calculus.ipynb
It is a gift of mathematics that we can generalize the above derivatives and compute more complex derivatives like finding the derivative of $f(x) = \log\left(1 ...

HRCE Program Department - CAL12 Unit 2

https://sites.google.com/gnspes.ca/hrce-teaching-and-learning-sit/10-12/10-12-mathematics/10-12-math-teaching-resources-and-supports/calculus-12/cal12-unit-2
... derivatives, e^x and ln(x), implicit differentiation). Establishing the Derivatives of sin x, cos x & tan x video - Discovering the rules for trig ...

MAT320-Analysis-I-Syllabus-F2011

https://docs.google.com/document/d/1b2fGpJzA9EeL8kD2M6cN71gtF0NZN63n_FPfX-AImO4/edit?pli=1
HW: Study all work on continuity and differentiation, For Quiz 9: prove limit of sin(x)/x is 1 and limit of (cos(x)-1)/x ...

A Problem with Simplify

https://groups.google.com/g/comp.soft-sys.math.mathematica/c/YBFGhc_tjKE
Apr 10, 2008 ... > FullSimplify[2*Sin[x]*Cos[x]]/2. ... minimize the leaf count of the expression. ... each expression. ... use *TrigReduce* and the like (*TrigExpand* ...

example code: arbitrary-precision Gaussian quadrature weights in ...

https://groups.google.com/g/julia-users/c/F4FQJMzbHsY
... of quadrature weights and the precision p, not including logarithmic factors). e.g. (x, w) = gauss(BigFloat, 30); dot(cos(x), w) will compute the integral of ...