1 - 9 of 9 for adjointSearch Results
View search results from all Wolfram sites (203 matches)
Conjugate   (Built-in Mathematica Symbol)
Conjugate[z] or z\[Conjugate] gives the complex conjugate of the complex number z.
Minors   (Built-in Mathematica Symbol)
Minors[m] gives the minors of a matrix m. Minors[m, k] gives the k\[Null]\[Null]^th minors.
LineGraph   (Built-in Mathematica Symbol)
LineGraph[g] gives the line graph of the graph g.
Numerical Functions   (Mathematica Tutorial)
Functions relating real numbers and integers. Extracting integer and fractional parts. IntegerPart[x] and FractionalPart[x] can be thought of as extracting digits to the left ...
Linear Systems   (Mathematica Guide)
Mathematica incorporates the latest algorithms for solving industrial-scale linear systems, automatically switching between optimal dense and sparse algorithms—and handling ...
Matrices and Linear Algebra   (Mathematica Guide)
Mathematica automatically handles both numeric and symbolic matrices, seamlessly switching among large numbers of highly-optimized algorithms. Using many original methods, ...
The Design of the NDSolve Framework   (Mathematica Tutorial)
Supporting a large number of numerical integration methods for differential equations is a lot of work. In order to cut down on maintenance and duplication of code, common ...
ImplicitRungeKutta Method for NDSolve   (Mathematica Tutorial)
Implicit Runge–Kutta methods have a number of desirable properties. The Gauss–Legendre methods, for example, are self-adjoint, meaning that they provide the same solution ...
In some cases it is useful to split the differential system into subsystems and solve each subsystem using appropriate integration methods. Recombining the individual ...

...