Mathematica Can Someone Help with my Symbolic Optimization in Mathematica

AI Thread Summary
The user seeks assistance in maximizing a complex mathematical expression involving variables R, α (alpha), β (beta), and γ (gamma) using Mathematica. The expression is defined in terms of these variables, with the constraint that β, α, and γ must all be between 0 and 1. The user notes that the problem can be directly pasted into a Mathematica notebook for ease of use. They are looking for guidance on how to perform this symbolic optimization effectively. The discussion emphasizes the need for clear instructions on utilizing Mathematica for this specific optimization task.
gsenel
Messages
3
Reaction score
0
Hi Everyone,

I need to maximize
\[Pi] = R*\[Alpha] (1/\[Alpha] (\[Beta]/R)^(1/(
1 - \[Beta])) - (1 - \[Gamma])*\[Beta]^(2/(
1 - \[Beta]))*\[Alpha]^(\[Beta]/(
1 - \[Beta]))) - (1/\[Alpha] (\[Beta]/R)^(1/(
1 - \[Beta])) - (1 - \[Gamma])*\[Beta]^(2/(
1 - \[Beta]))*\[Alpha]^(\[Beta]/(1 - \[Beta])))

with respect to R (R will be in terms of alpha, beta and gamma) under the constraint that beta, alpha and gamma will all be between 0 and 1. How can I solve this symbolic optimization with Mathematica?

Your help is greatly appreciated...
 
Physics news on Phys.org
By the way, the above problem can be directly pasted to the Mathematica notebook...
 
Back
Top