chebycenter(A,b,r0)

Version 1.1.0.0 (739 Bytes) by Tim Benham
Computes the Chebyshev center and Chebyshev radius of a polytope.
538 Downloads
Updated 26 Aug 2015

View License

This function returns the Chebyshev center and Chebyshev radius of a polytope defined by linear inequalities Ax<=b. The Chebyshev center of a polytope is the center of the largest hypersphere enclosed by the polytope. Similarly the Chebyshev radius is the radius of the largest hypersphere enclosed by the polytope.

Cite As

Tim Benham (2024). chebycenter(A,b,r0) (https://www.mathworks.com/matlabcentral/fileexchange/34987-chebycenter-a-b-r0), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: Truncated multivariate normal

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Allow third argument specifying an indifference threshold for the radius. It will not bother looking for a point deeper in the interior than this.

1.0.0.0