Re: generate all possible math expr of one term
- From: Jon Harrop <jon@xxxxxxxxxxxxxxxxx>
- Date: Thu, 15 May 2008 21:47:47 +0100
joswig@xxxxxxxxxxxxxxxxxxxxxxx wrote:
((+ X Y)
(+ X (/ Y))
(+ X (TAN Y))
(+ X (COS Y))
(+ X (SIN Y))
(+ (/ X) Y)
(+ (/ X) (/ Y))
(+ (/ X) (TAN Y))
(+ (/ X) (COS Y))
(+ (/ X) (SIN Y))
(+ (TAN X) Y)
(+ (TAN X) (/ Y))
(+ (TAN X) (TAN Y))
(+ (TAN X) (COS Y))
(+ (TAN X) (SIN Y))
(+ (COS X) Y)
(+ (COS X) (/ Y))
(+ (COS X) (TAN Y))
(+ (COS X) (COS Y))
(+ (COS X) (SIN Y))
(+ (SIN X) Y)
(+ (SIN X) (/ Y))
(+ (SIN X) (TAN Y))
(+ (SIN X) (COS Y))
(+ (SIN X) (SIN Y))
(* X Y)
(* X (/ Y))
(* X (TAN Y))
(* X (COS Y))
(* X (SIN Y))
(* (/ X) Y)
(* (/ X) (/ Y))
(* (/ X) (TAN Y))
(* (/ X) (COS Y))
(* (/ X) (SIN Y))
(* (TAN X) Y)
(* (TAN X) (/ Y))
(* (TAN X) (TAN Y))
(* (TAN X) (COS Y))
(* (TAN X) (SIN Y))
(* (COS X) Y)
(* (COS X) (/ Y))
(* (COS X) (TAN Y))
(* (COS X) (COS Y))
(* (COS X) (SIN Y))
(* (SIN X) Y)
(* (SIN X) (/ Y))
(* (SIN X) (TAN Y))
(* (SIN X) (COS Y))
(* (SIN X) (SIN Y)))
These results are mostly wrong.
--
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com/products/?u
.
- References:
- Re: generate all possible math expr of one term
- From: joswig@xxxxxxxxxxxxxxxxxxxxxxx
- Re: generate all possible math expr of one term
- Prev by Date: Re: delete command weirdness
- Next by Date: Re: division with rest?
- Previous by thread: Re: generate all possible math expr of one term
- Next by thread: division with rest?
- Index(es):