OpenMath Content Dictionary: hypergeon0

Canonical URL:
http://www.math.kobe-u.ac.jp/OCD/hypergeon0.tfb
CD File:
hypergeon0.ocd
CD as XML Encoded OpenMath:
hypergeon0.omcd
Defines:
cartesian_product_n, kernel, minus_part, multi_power, plus_part, where
Date:
2003-11-30
Version:
1 (Revision 3)
Review Date:
2017-12-31
Status:
experimental

  Author: Nobuki Takayama

This CD defines some supplementary symbols necessary for hypergeon1 and hypergeon2 (hypergeometric series of n variables). These symbols may be included in CD's linalg, logic, poly, and set.


plus_part

Description:

The argument is a vector. It replaces negative elements in the vector to zero.

Signatures:
sts


[Next: minus_part] [Last: cartesian_product_n] [Top]

minus_part

Description:

The argument is a vector. It replaces positive elements in the vector to zero and negative elements to their absolute values.

Commented Mathematical property (CMP):
$u = u_{+} - u_{-}$
Formal Mathematical property (FMP):
u = sub ( plus_part ( u ) , minus_part ( u ) )
Signatures:
sts


[Next: kernel] [Previous: plus_part] [Top]

kernel

Description:

It returns the kernel of the map defined by a matrix in a specified domain.

Commented Mathematical property (CMP):
$\kernel(D,A) = \{ x \in D | A x = 0 \}$
Formal Mathematical property (FMP):
kernel ( d , a ) = { x d | a x = zero ( size ( x ) , 1 ) }
Signatures:
sts


[Next: where] [Previous: minus_part] [Top]

where

Description:

The word "where" is often used in mathematical expressions to set variables or to say side conditions. CDname logic1.implies can be used for these purposes, but "where" will be more intuitive and more friendly expression for authors.

Commented Mathematical property (CMP):
$x^n=x x x \where{n=3}$
Formal Mathematical property (FMP):
where ( λ n . x n = x x x , n = 3 )
Signatures:
sts


[Next: multi_power] [Previous: kernel] [Top]

multi_power

Description:

multi_power is for using the multi-index notation.

Commented Mathematical property (CMP):
$x^e = \prod_{i=1}^n x_i ^ {e_i}$
Formal Mathematical property (FMP):
multi_power ( x , e ) = i = 1 size ( x ) x i e i
Signatures:
sts


[Next: cartesian_product_n] [Previous: where] [Top]

cartesian_product_n

Description:

the cartesian product of n copies of the first argument. Binary function.

Commented Mathematical property (CMP):
$ Z^m \times Z^n = Z^{m+n} $
Formal Mathematical property (FMP):
cartesian_product_n ( Z , m ) × cartesian_product_n ( Z , n ) = cartesian_product_n ( Z , m + n )
Signatures:
sts


[First: plus_part] [Previous: multi_power] [Top]