<< condnb_sincond Condnb condnb_sumcond >>

Condnb >> Condnb > condnb_sqrtcond

condnb_sqrtcond

Computes the condition number of the square root function.

Calling Sequence

[c,y] = condnb_sqrtcond ( x )

Parameters

x :

a n-by-m matrix of doubles

c :

a n-by-m matrix of doubles, the condition number

y :

a n-by-m, matrix of doubles, the function values

Description

Computes the condition number of the square root function. This function has a good condition number.

condnb_plotcond ( condnb_sqrtcond , linspace(1,1.e10,1000) );

Examples

[c,y] = condnb_sqrtcond ( 2 )

Authors

<< condnb_sincond Condnb condnb_sumcond >>