function c = sqrt_guadalupe(a) % sqrt_guadalupe(a) returns the square root of a c = a^(1/2); end