Skip to main content
added 144 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525

RandomReal/RandomInteger

First argument of them can be a distribution. See:

RandomReal in combination with NormalDistribution

Reduce/Solve

Reduce/Solve

RandomReal/RandomInteger

First argument of them can be a distribution. See:

RandomReal in combination with NormalDistribution

Reduce/Solve

Rollback to Revision 15
Source Link
Domen
  • 42.2k
  • 3
  • 60
  • 88

Function

Null can be used as 1st argument of Function, for example

Function[, Sin[#]]

is equivalent to

Function[Sin[#]]

It's usually only used when you want to use the 3-arg form with SlotSequence. For example

Function[Null, Hold[Plus[##]], HoldAll]

ListPlot/ListLinePlot

Function

Null can be used as 1st argument of Function, for example

Function[, Sin[#]]

is equivalent to

Function[Sin[#]]

It's usually only used when you want to use the 3-arg form with SlotSequence. For example

Function[Null, Hold[Plus[##]], HoldAll]

ListPlot/ListLinePlot

ListPlot/ListLinePlot

deleted 44 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525

Function[Null, ...]Null is an undocumented way to define a function that usescan be used as 1st argument of SlotFunction arguments, for example

Function[Null, ...] is an undocumented way to define a function that uses Slot arguments, for example

Null can be used as 1st argument of Function, for example

added 340 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 107 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 2 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added an example to the Reduce/Solve heading
Source Link
thorimur
  • 9.2k
  • 19
  • 32
Loading
added 502 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 42 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 140 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 336 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 139 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 139 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 41 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 271 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 191 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 55 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
added 651 characters in body
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
Source Link
xzczd
  • 72.2k
  • 10
  • 186
  • 525
Loading
Post Made Community Wiki by xzczd