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 discussion revolves around fitting experimental data using Mathematica, specifically focusing on the relationship between temperature (T), a variable (Y), and a function (F). Participants explore methods for solving coupled equations and fitting parameters, while also sharing coding issues and alternative approaches.
Participants express differing opinions on the necessity of fitting versus solving equations directly. Some agree that fitting may not be applicable due to the nature of the equations, while others suggest alternative methods for obtaining solutions. The discussion includes multiple unresolved coding issues and varying interpretations of Mathematica syntax.
Limitations in the discussion include potential misunderstandings of the equations presented, as well as the complexity of the coding issues raised. Some participants may have differing levels of familiarity with Mathematica, which affects their ability to follow the technical aspects of the conversation.
This discussion may be useful for individuals working with experimental data analysis in Mathematica, particularly those dealing with fitting parameters, solving coupled equations, or encountering coding challenges in mathematical programming.
aminbkh said:Hi thanks for your help,I have attached the file
I would appreciate it if you could help me.