Linked Questions

3 votes
1 answer
365 views

Part I - Without package I have created a function to compute a bridge score. ...
Jack LaVigne's user avatar
  • 14.5k
1 vote
1 answer
145 views

I am trying to put all my functions in a single package and some of them do not work because of differentiation. Suppose I have the following package ...
Yuri's user avatar
  • 264
0 votes
0 answers
344 views

I am developing an application in one part I am checking the if the functions are constant or not. I am using a couple of lines of code (it is possible that there is another way of doing it) but the ...
Erdem's user avatar
  • 909
1 vote
1 answer
135 views

I have a .wl package and a demo .nb notebook. The package file is testPackage.wl and it ...
wil3's user avatar
  • 253
0 votes
0 answers
156 views

I'm trying to learn to reuse functions. I have created a .wl file with the following content. As I understand the last line without semicolon is the function output. Should each function have it's ...
LetzerWille's user avatar
3 votes
0 answers
120 views

I have developed a notebook of 30+ functions for Geometric Algebra, all of which involved using the symbol e with subscripts like Subscript[e,1]. I write them here as e1, e2, e3 ... for readability. ...
matrixbud's user avatar
  • 463
0 votes
0 answers
89 views

Here is a module which constructs essentially several functions in a chain [Phi], sct, ks, WE, G: ...
florin's user avatar
  • 2,380
1 vote
0 answers
63 views

I am trying to create a package for other Mathematica programmers to use, but in doing so, I came across an interesting MMA problem which I cannot seem to figure out. The following code in .nb file ...
Wilson's user avatar
  • 349
0 votes
0 answers
21 views

I have this pretty straight-forward function GetMinimum[function_, xmin_] := First[FindMinimum[{function, x>xmin}, x]] that works perfectly within a ...
user3075898's user avatar
43 votes
7 answers
2k views

Bug introduced in V6 and fixed in V11.3 The behavior indeed changed but now the documentation is clear about it. This code is inconsistent with the description from Power Programming with ...
user12753's user avatar
  • 433
5 votes
1 answer
439 views

I've been struggling on this problem for quite a while, but I still don't understand why Mathematica is unable to recognize a function definition where the rhs is an ...
Giovanni Bordiga's user avatar
5 votes
1 answer
161 views

I am trying to understand two of the answers to the question 114769 Package functions and symbolic calculations ...
florin's user avatar
  • 2,380
8 votes
1 answer
213 views

On a Windows system I'm using the Rubi rule-based integration package by Albert Rich which defines function "Int" in addition to Mathematica's Integrate. In my ..\ProgramData\kernel\init.m I have: <...
Roland Salz's user avatar
3 votes
1 answer
177 views

I have a notebook containing (in a Code cell, Initialization Group) ...
mitochondrial's user avatar
2 votes
1 answer
151 views

This works fine when put in a notebook: TestFunction2[x_] := Column[{Head /@ x, Cases[x, _f], MatchQ[_f] /@ x}]; TestFunction2[{f[1, 2]}] and produces: ...
skromnibog's user avatar

15 30 50 per page