popkovок,попробую...
Добавлено:
popkovок,попробую...
Добавлено:
popkovок,попробую...
The Mathematica Journal стал вроде-бы бесплатным:Серьезно?
www.mathematica-journal.com
Серьезно?
А я еще помню те времена, когда серьезные дяди и тёти шарились по китайским поисковикам в поисках паролей-аккаунтов с валидной подпиской на TMJ
[no]In[1]:=[/no] InputForm[1/2][no]
Out[1]//InputForm=
1/2[/no]
я имею в виду, чтоб дробь 1/(1 + 1/a^2) отображалась в виде a^2/(a^2+1)
(p.205)
Default arguments are those which we can leave out when calling a function, in which case there are some default values that the function will use for these arguments. The matching between missed arguments and values is based on the positions of the arguments in this case. In Mathematica, this mechanism is realized through optional patterns (section 4.2.9). We will give just a few simple examples of such functions. Here we define a function which sums all its arguments, and has the last two arguments optional, with default values being 1 and 2 :
ClearAll[f];
f[x_, y_: 1, z_: 2] := x +y +z
Check :
{f[1], f[1, 3], f[1, 3, 5]}
{4, 6, 9}
А в Mathematica7 есть named arguments [...]?
FermiEnergyA, B, C
o ≠Что это значит? Проверяй код после публикации!
Страницы: 12345678910111213141516171819202122232425262728293031323334
Предыдущая тема: Идея несуществующей программы...