aminbkh
- 24
- 0
or I used this one too but I didn't get answer:
F[t_, u_] :=
Block[{Y}, t*B[t, Y] /. FindRoot[1 - (1 - u) Y == Y^2, {Y, 0}]]
Minimize[F[.1, u], {u}]
The forum discussion focuses on fitting temperature and experimental data using Mathematica, specifically addressing the challenge of solving coupled equations. The user initially attempts to fit parameters using experimental data for temperature (T) and function (F) but is advised to solve for the unknown variable (u) directly instead. The conversation highlights the importance of correctly substituting variables and using appropriate functions like Solve and FindFit in Mathematica, while also suggesting alternative tools like MATLAB for numerical solutions.
PREREQUISITESResearchers, data analysts, and engineers working with experimental data who need to model relationships between variables using Mathematica or similar computational tools.
aminbkh said:Hi thanks for your help,I have attached the file
I would appreciate it if you could help me.