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 - Русский - 日本語
Scilab Help >> Elementary Functions > Trigonometry > tanm

tanm

matrix tangent

Syntax

[t] = tanm(x)

Arguments

x

a square real or complex matrix.

t

a square real or complex matrix.

Description

tanm(x) is the matrix tangent of the square matrix x.

Examples

A=[1,2;3,4];
tanm(A)

See Also

  • tan — tangent
  • expm — square matrix exponential
  • sinm — matrix sine function
  • atanm — square matrix tangent inverse
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:34 CEST 2016