- #1
Verdict
- 117
- 0
EDIT:
I left out something of major importance, I want to maximize with respect to a!
My problem is rather complex, but in the end it boils down to maximizing the fraction
With the calculus I know, I can't evaluate these integrals, so I have no applicable formula's
So I am pretty stuck at this point. I want to maximize this fraction for positive a, but I simply don't know how. I tried using mathematica, and although it can evaluate the integrals, it cannot maximize the fraction. So instead I figured I should use MATLAB (which I also have to my disposal) to do so instead, but I simply don't know how.
Could anyone help me out? Either there exists a clever way of evaluating them, or simply by maybe giving me an idea of how to maximize this in matlab.
I don't get much further than defining the integrals, as
fun1 = @(x) x.^2./(exp(x)-1);
fun2 = @(x) x.^3./(exp(x)-1);
Kind regards
I left out something of major importance, I want to maximize with respect to a!
Homework Statement
My problem is rather complex, but in the end it boils down to maximizing the fraction
Homework Equations
With the calculus I know, I can't evaluate these integrals, so I have no applicable formula's
The Attempt at a Solution
So I am pretty stuck at this point. I want to maximize this fraction for positive a, but I simply don't know how. I tried using mathematica, and although it can evaluate the integrals, it cannot maximize the fraction. So instead I figured I should use MATLAB (which I also have to my disposal) to do so instead, but I simply don't know how.
Could anyone help me out? Either there exists a clever way of evaluating them, or simply by maybe giving me an idea of how to maximize this in matlab.
I don't get much further than defining the integrals, as
fun1 = @(x) x.^2./(exp(x)-1);
fun2 = @(x) x.^3./(exp(x)-1);
Kind regards
Last edited: