Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - English


sqrt

square root

Syntax

y=sqrt(x)

Arguments

x

real or complex scalar or vector/matrix

Description

sqrt(x) is the vector/matrix of the square root of the x elements. Result is complex if element of x is negative.

Examples

A = matrix(4:4:16,2,2)
sqrt(A)
sqrt(-1)

See also

  • hat — (^) exponentiation
  • sqrtm — matrix square root
Report an issue
<< power Log - exp - power sqrtm >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon May 22 12:37:05 CEST 2023