|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHUMath.Algebra.LZ
public class LZ
Polynome in a, b, c,... mit Koeffizienten aus L
Field Summary | |
---|---|
static long |
addc
zaehlt Additionen bzw. |
L |
co
|
java.lang.String |
mon
|
static long |
multc
zaehlt Additionen bzw. |
LZ |
next
|
Constructor Summary | |
---|---|
LZ()
Konstrukteur |
|
LZ(java.lang.String a)
Konstrukteur |
Method Summary | |
---|---|
static LZ |
add(LZ p1,
LZ p2)
addieren |
static LZ |
copy(LZ p)
kopieren |
static boolean |
iszero(LZ p)
|
static LZ |
konst(int c)
ergibt das konstante Polynom c |
static LZ |
lin(int c)
ergibt das Polynom a + c |
static int |
max(java.lang.String e)
maximale Variable |
static LZ |
mmalp(LZ m,
LZ aa)
Polynom aa mit Monom m multiplizieren |
static LZ |
mult(LZ aa,
LZ bb)
multiplizieren |
static LZ |
powerp(LZ x,
int ex)
potenzieren |
static LZ |
read()
lesen |
static java.lang.String |
sort(java.lang.String e)
String wird sortiert |
static LZ |
sub(LZ a,
LZ b)
subtrahieren |
static void |
write(LZ p)
schreiben |
static LZ |
zmalp(L z,
LZ aa)
mit Zahl multiplizieren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static long addc
public static long multc
public L co
public java.lang.String mon
public LZ next
Constructor Detail |
---|
public LZ()
public LZ(java.lang.String a)
Method Detail |
---|
public static boolean iszero(LZ p)
public static void write(LZ p)
public static LZ copy(LZ p)
public static LZ add(LZ p1, LZ p2)
public static LZ zmalp(L z, LZ aa)
public static LZ mmalp(LZ m, LZ aa)
public static LZ mult(LZ aa, LZ bb)
public static LZ sub(LZ a, LZ b)
public static LZ konst(int c)
public static LZ lin(int c)
public static LZ read()
public static LZ powerp(LZ x, int ex)
public static int max(java.lang.String e)
public static java.lang.String sort(java.lang.String e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |