Questions tagged [parameters]
The parameters tag has no summary.
108 questions
3 votes
3 answers
285 views
Map a function with a parameter [closed]
I can get the minimum and maximum of a list by using #[list] &/@ {Min, Max} I now want to use RankedMin and ...
0 votes
1 answer
89 views
Finding nonnegative solutions for systems of equations with parameters using constraints on parameters
Given {c[0, 3, 4] + z[0, 2, 3] == c[2, 3, 4] + z[0, 2, 4], y[0, 1, 2] + z[0, 2, 3] == c[0, 1, 3] + c[1, 2, 3], y[0, 1, 2] + z[0, 2, 4] == c[0, 1, 4] + c[1, 2, 4]} ...
1 vote
1 answer
99 views
Manipulate Not Updating Plot When Parameter Changes in Mathematica [closed]
I am using Manipulate to change a parameter in a system of differential equations solved with NDSolve in Mathematica. The system of equations is as follows: I am using Manipulate to allow interactive ...
3 votes
1 answer
262 views
How do #1 and #2 work in a function defined by 2 variables?
Can someone please explain the function of #1 and #2 in a pure random function of two variables? For example, if I had something ...
1 vote
1 answer
109 views
Solving and plotting roots of a non polynomial equation with parameters
In Mathematica 12, I want to find the roots r of this equation in terms of the parameters M and Q, then plot r versus Q for some values of M. ...
0 votes
2 answers
109 views
Problem with $ sign in temporary function parameter
I am having a problem with $ sign in the name of a parameter to a temporary function. The functions I have should compute the angular sum (or turning angle) for some expression generated by function <...
1 vote
1 answer
92 views
Problems with Solve. Only works for specific parameters. Solve function do not "start"
I have the following problem I want to solve the following equalities. My used code: ...
3 votes
0 answers
124 views
How can I calculate P-Value for a custom distribution?
I used DistributionFitTest but it works only with a defined distribution. This is the distribution that I used: ...