Timeline for Complex line integral
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:55 | history | edited | CommunityBot | replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/ | |
| Aug 11, 2015 at 5:29 | history | edited | Jens | CC BY-SA 3.0 | Removed restrictions on arguments, added complex contour integral |
| Aug 11, 2015 at 4:58 | history | edited | Jens | CC BY-SA 3.0 | More explanations |
| Feb 18, 2013 at 1:02 | comment | added | David | I'm afraid that the code above is far too advanced for me to understand, so I'm going to have to ask some questions and take some time to learn more Mathematica before I can understand this answer. Let me start with these questions: (1) What is the purpose of SyntaxInformation? (2) What does "LocalVariables" -> {"Plot", {3, 3}} accomplish? (3) I was able to try the ArgumentsPattern and watch what happens if you enter too few or too many arguments to the function, but may I ask what would "Arguments"->{_, __, ___} mean? | |
| Feb 17, 2013 at 18:53 | comment | added | Jens | @murray Certainly. Looking at it now, I should also switch the order of the first two arguments for more consistency. But I think I'll wait with further edits until the OP comes back with feedback... it was supposed to be for illustrative purposes. | |
| Feb 17, 2013 at 18:33 | comment | added | murray | To keep things parallel with Integrate and NIntegrate, it would be a good idea also to have an NlineIntegrate variant. (The change to get that would be the obvious one.) | |
| Feb 17, 2013 at 18:18 | comment | added | Jens | @murray Thanks, I edited the definition of the function. I originally had f only as a single argument function and forgot to copy the new definition when I edited the example. | |
| Feb 17, 2013 at 18:18 | history | edited | Jens | CC BY-SA 3.0 | Corrected wrong version integrate fn. |
| Feb 17, 2013 at 18:09 | comment | added | murray | There's an error in that example: when I evaluate it I'm getting error Function::sloth : Slot number 2 in work[#1,#2/Sqrt[#2.#2]]& cannot be filled from.... | |
| Feb 17, 2013 at 4:40 | history | edited | Jens | CC BY-SA 3.0 | Modified integrand arguments |
| Feb 17, 2013 at 3:29 | history | answered | Jens | CC BY-SA 3.0 |