Skip to main content

All Questions

1 vote
2 answers
73 views

How to exclude singularities for `NMinimize`

I have an messy expression and want to apply NMinimize to it, have no idea how to force NMinimize to ignore the singularities it ...
seva011's user avatar
  • 336
1 vote
1 answer
130 views

Fitting an inverse power law [closed]

Is there any reasonably fast way of finding a function of the type that best fits a given data, for some K and n? For example, the following data closely follows an inverse power law ...
sam wolfe's user avatar
  • 4,903
7 votes
2 answers
234 views

Constructing expressions using Sum vs Array[... Plus] vs Plus@@Table[...]

For constructing a sum of terms which are symbolic, I noticed that in addition to ...
QuantumDot's user avatar
  • 19.7k
0 votes
1 answer
394 views

Defining a function to use in another function dependent on similar parameters [closed]

I want to define a variable dependent function which can be used to define another function which depends on the same variable and other variables. For example, I have a system where I define ...
VitalSigns's user avatar