Integration with variables as constants

Hi,
I'm trying to integrate the following function with respect to r from 0 to inf:
4 3
4 r z
---------------
3 / 2 r z \
a exp| ----- |
\ a /
My question: How can I get a numerical value (double) while leaving Z and a as just constants in variable form?
For example, something in the form of 0.566 Z/a where Z and a are kept as just variables but the rest is evaluated to a number?
Thanks

댓글 수: 2

Oleg Komarov
Oleg Komarov 2012년 1월 25일
Do you have symbolic toolbox?
Alex
Alex 2012년 1월 25일
Yes I do

댓글을 달려면 로그인하십시오.

답변 (1개)

Andrew Newell
Andrew Newell 2012년 1월 25일

2 개 추천

If your symbolic expression is y, you can use
yInt = int(y,r,0,Inf);
EDIT: However, you may not get a clear answer. I don't have the Symbolic Toolbox, but in Maple I have to specify that a>0 and z>0 before it gives me an algebraic expression.

카테고리

도움말 센터File Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기

태그

질문:

2012년 1월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by