Can Wolfram alpha be used to find out say $$\nabla_x\left(\|y-Ax\|_2\right)$$ What command do I use? I tried some obvious ways, and googled a bit, but didn't find anything.
2026-03-25 01:21:56.1774401716
Can wolfram alpha compute symbolic vector derivatives
1.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MATHEMATICA
- Approximate spline equation with Wolfram Mathematica
- Entscheidungsproblem
- checking for sufficient condition for an unconstrained maximization problem.
- Does Mathematica have a function for the composite numbers not divisible by a squared prime?
- May someone of you provide me (if possible) an expression for the F.T. of $\tan(x)$?
- What does the floating point arithmetic contribute to the rounding error in Mathematica?
- Is it possible to obtain the closed-form expression of this differential equation?
- Numerical integration of triple integral
- Using Mathematica to find arc length of implicit function
- How to make a number out of other numbers in mathematica?
Related Questions in MAPLE
- How do I use Maple to calculate the Christoffel Symbols of a Metric?
- Is this equation only solvable by trial and error?
- Recursion relations: Coding a procedure to compute the number of planar rooted bipartite graphs
- Recognizing a rational function on the naturals using Maple
- Derivative of a general form of a function in maple
- getdata and curve fitting from a graph in maple
- Solve the Initial Value Problem and Plot the Particular Solution with the direction field (MAPLE)
- Will anyone be able to share a program or an example of solving a functional-differential equation in a Maple environment?
- Creating a line without having to input their coordinates in maple
- Finding the coefficients in fractional order polynomials with maple
Related Questions in WOLFRAM-ALPHA
- How can I calculate area enclosed by three curves in WolframAlpha?
- How can I input a function $f$ and then evaluate an expression like $f(a) - f(b)$ in WolframAlpha?
- Why wolfram alpha assumed $ x>0$ as a domain of definition for $x^x $?
- Calculate $\lim_{x \rightarrow 0^+} \frac{\arctan (\log (1+\sqrt x)) \sin^3(x^{3/4})}{(e^{\tan(x)}-1)(1-\sin^2(x))}$
- Calculate domain $f(x)=x^{\frac{x+1}{x+2}}$
- What does s(n) = s(n) mean?
- Fourier transform of $t^2$ discrepancy
- Why does the integral for this function not exist
- Limit of a function that I think is undefined
- Why is the solution to this sum of two sines so complex?
Related Questions in MATRIX-CALCULUS
- How to compute derivative with respect to a matrix?
- Definition of matrix valued smooth function
- Is it possible in this case to calculate the derivative with matrix notation?
- Monoid but not a group
- Can it be proved that non-symmetric matrix $A$ will always have real eigen values?.
- Gradient of transpose of a vector.
- Gradient of integral of vector norm
- Real eigenvalues of a non-symmetric matrix $A$ ?.
- How to differentiate sum of matrix multiplication?
- Derivative of $\log(\det(X+X^T)/2 )$ with respect to $X$
Related Questions in SYMBOLIC-COMPUTATION
- Recommendation for math software?
- How the determine the number of real positive roots of a polynomial?
- Symbolic Math in a Computer Algebra System
- Simplify integral with random functions and their derivatives
- What is sigma symbols with reduce represent?
- Cube root of numbers such as $2+11i$
- Is there really analytic solution to cubic equation?
- How to solve multiple dependent differential equation?
- Is it possible to solve this equation symbolicaly with Mathematica/Mupad?
- Counting number of words of length $n$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I don't know about Wolfram alpa, but for your example here is the derivative:
$$\nabla_x\|y-Ax\|_2=\frac{\partial}{\partial x} \sqrt{(y-Ax)^T(y-Ax)}$$
$$=\frac{1}{2\|y-Ax\|_2}\frac{\partial}{\partial x} (y-Ax)^T(y-Ax)$$
$$=\frac{1}{2\|y-Ax\|_2}(2A^TAx-2A^Ty)$$
$$=\frac{A^TAx-A^Ty}{\|y-Ax\|_2}$$
Note that the derivative does not exist at $Ax=y$, and therefore the function $\|y-Ax\|_2$ is known to be non-differentiable in its domain.