skew_power - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Ore_algebra

  

skew_product

  

inner product of an Ore algebra

  

skew_power

  

power of an Ore algebra

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

skew_product(w1, w2, A)

skew_power(w, n, A)

Parameters

w1, w2, w

-

skew polynomials of the Ore algebra A

A

-

Ore algebra table

n

-

non-negative integer

Description

• 

The skew_product(w1, w2, A) function computes the noncommutative product  (in this order) in the Ore algebra A.

• 

The skew_power(w, n, A) function computes the nth power of w in the Ore algebra A.

• 

To declare an Ore algebra, use Ore_algebra[skew_algebra], Ore_algebra[shift_algebra], or Ore_algebra[diff_algebra].

• 

These functions are part of the Ore_algebra package, and so can be used in the form skew_product(..) only after performing the command with(Ore_algebra) or with(Ore_algebra,skew_product).  The functions can always be accessed in the long form Ore_algebra[skew_product](..).

Examples

Algebras of difference operators:

(1)

(2)

Algebras of differential operators:

(3)

(4)

(5)

(6)

Mixed differential-difference case:

(7)

(8)

(9)

(10)

See Also

Ore_algebra

Ore_algebra/diff_algebra

Ore_algebra/shift_algebra

Ore_algebra/skew_algebra

Ore_algebra/Weyl_algebra

 


Download Help Document