Find injective domains

Finds the injective subdomains of a vector pair
1,1K descargas
Actualizado 18 abr 2006

Sin licencia

Given a pair of vectors y and x, where y is a (well-defined) function of x, this function will return the subsets of y and x where y = f(x) is an injective (i.e., one-to-one) function. In these subsets, x is a function of y.

This is equivalent to finding the intersections of the Reimann surfaces of the inverse function, x = g(y), with the real line.

The sets returned are inclusive of the endpoints.

Citar como

Nathaniel Brahms (2024). Find injective domains (https://www.mathworks.com/matlabcentral/fileexchange/10657-find-injective-domains), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP3
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Delaunay Triangulation en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Code syntax update