Find injective domains

Finds the injective subdomains of a vector pair
1.1K Downloads
Updated 18 Apr 2006

No License

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.

Cite As

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

MATLAB Release Compatibility
Created with R14SP3
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Delaunay Triangulation in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Code syntax update