Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - Japanese -
Scilab help >> Elementary Functions > Trigonometry > cos

cos

cosine function

Calling Sequence

[y]=cos(x)

Arguments

x

real or complex vector/matrix

Description

For a vector or a matrix, cos(x) is the cosine of its elements . For matrix cosine use cosm(X) function.

Examples

x=[0,1,%i]
acos(cos(x))

See Also

  • cosm — matrix cosine function

Comments


Add a comment:
Please login to comment this page.

<< conj Trigonometry cosd >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:40 CEST 2011