Find injective domains

Finds the injective subdomains of a vector pair
1,1K download
Aggiornato 18 apr 2006

Nessuna licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R14SP3
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Delaunay Triangulation in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Code syntax update