Any hint how to simplify the definite integral of the Gaussian density function 
to 1?


f := 1/(sqrt(2*pi())) * exp(-x^2/2)
 

              2
             x
           - --
              2
         %e
   (1)  -------
         +----+
        \|2%pi
                                                    Type: Expression(Integer)
intf := integrate(f, x=%minusInfinity..%plusInfinity)
 

            +---+
          2\|%pi
   (2)  -----------
         +-+ +----+
        \|2 \|2%pi
                  Type: Union(f1: OrderedCompletion(Expression(Integer)),...)
simplify intf
 

            +---+
          2\|%pi
   (3)  -----------
         +-+ +----+
        \|2 \|2%pi
                                                    Type: Expression(Integer)
normalize intf
 

            +---+
          2\|%pi
   (4)  -----------
         +-+ +----+
        \|2 \|2%pi
                   
Mit freundlichen Grüßen

Johannes Grabmeier

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to