CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 08:08:54 GMT
content-type: text/html; charset=utf-8
cf-ray: 965aa6c6c93de9c3-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=1775746a-421e-4de8-9f25-b731667688a2; expires=Mon, 27 Jul 2026 08:08:53 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: f3e044fb-c0bc-48f7-b66b-970059675234
x-worker-origin-response-time: 471000000
x-dns-prefetch-control: off
set-cookie: prov=1775746a-421e-4de8-9f25-b731667688a2; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=QsPcNNh4b11ExN8o9e3DyfNWMgkptkoGKGbU6Nyx_q0-1753603734-1.0.1.1-K9mevc6_MSx.moy8IU4ilUBvmDlYFtzDS_yk1bv9S0Gp1XLKDsV9KKARfqNhXfIzngod4MBRfOWG6BqOFSb68deOJG5UL8QdjY7oIocRk4Y; path=/; expires=Sun, 27-Jul-25 08:38:54 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=1fh4MipS1SqvZTgN7teZ_.ngOTl0yNXiiuP3OwC4nrA-1753603734059-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'functions' Questions - Mathematica Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [functions]
Questions about the use of built-in Mathematica functions, including pure functions.
3,894 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
2
answers
267
views
How to expand an algebraic function like √R(x) into a continued fraction in Mathematica?
I'm studying the continued fraction expansions of elliptic integrals, and I encountered the following expansion in a paper:
$$
\sqrt{x^4 - 12(x - 1)^2} = x^2 - 6 +
\cfrac{12}{x + 2 +
\cfrac{-2}{x + ...
6
votes
6
answers
608
views
How to swap two columns in a specific row of a matrix?
What I've tried is the following:
...
4
votes
2
answers
243
views
Speeding up conditional integration
I was wondering if there is a way to make this function faster
...
7
votes
1
answer
197
views
Creating micro QR codes with Mathematica
I read in the "Summary of New Features" that the support of MicroQR codes has been added to the BarcodeRecognize function in recent versions of ...
1
vote
2
answers
112
views
calculating and plotting tangents in mathematica [closed]
Compute the tangents to the graph 𝑓(𝑥) = 𝑥2 + 2 at the points 𝑥1 = 0 and 𝑥2 = 1.
(a) Plot the function 𝑓(𝑥) and the two tangents in a common plot.
(b) Determine the point of intersection of ...
11
votes
6
answers
397
views
How to stop Map or ParallelMap on first error and get the input that caused it?
I want to run a function using Map or ParallelMap over a large list of inputs, but I would like the evaluation to stop as soon ...
0
votes
0
answers
102
views
How to solve a regular integral with divergence analytically
I want to analytically integrate this integration
$$\int_0^{1 - 3/rs}\left(\frac{9 \sqrt{3} \sqrt{\frac{1}{\left(1-\frac{2}{\eta }\right) \eta ^2 \left(\frac{\eta
^2}{1-\frac{2}{\eta }}-27\right)}}}...
0
votes
1
answer
106
views
2
votes
2
answers
176
views
Why does FunctionRange include boundary values but Solve excludes them?
Is this a bug or am I misunderstanding something in FunctionRange and Solve?
...
1
vote
0
answers
97
views
Is it possible to define assumptions in package, so that when the function in the package is called, the assumptions will still be active?
I am new to Mathematica and would appreciate guidance. I have a package with a function that creates a tensor with components having the same letter but with subscripts.
...
1
vote
0
answers
46
views
Seek Mathematica implementation of q-analogs of Special functions
I know Mathematica has implemented some QFunctions.
What about Mathematica implementations of Elliptic gamma function, Hahn–Exton q-Bessel function, Jackson q-Bessel function,
q-exponential, q-gamma ...
4
votes
2
answers
126
views
Own data type with Association-like behavior inside a Function
I want to create a custom symbol such that it works as an association within functions. That is, the properties of the symbol can be accessed using a slot.
...
0
votes
0
answers
59
views
Mathematica Cannot Calculate Simple Subtraction about PolyGamma Function
When I run FullSimplify[PolyGamma[0, k] - PolyGamma[0, k - 1], {Element[k, PositiveIntegers], k > 1}], it provides outcome ...
3
votes
1
answer
105
views
How can I generate unique partitions of a list into sublists of specific sizes (no overlap)?
I need to partition a list of elements into sublists of specific sizes, ensuring:
The order of elements within each sublist doesn't matter.
There is no overlap between sublists (each element appears ...
1
vote
6
answers
740
views
How to select a random element from a list without repetition until all elements are used? [closed]
I have a list, for example:
list = Range[10];
I would like to randomly select one element from this list each time I run the code. However, once an element has ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
function-construction × 540
list-manipulation × 463
plotting × 453
calculus-and-analysis × 272
equation-solving × 206
evaluation × 140
matrix × 121
programming × 112
performance-tuning × 108
replacement × 88
complex × 86
graphics × 85
syntax × 83
variable-definitions × 76
functional-style × 71
pattern-matching × 71
numerics × 66
symbolic × 65
core-language × 58
recursion × 54
more related tags
Hot Network Questions
- What is the citation for Augustine's "consensus, non concubitus..."
- Tracking stored procedure performance metrics
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- “Unclear step in a math book for entertainment”
- How to navigate in the Universe's Heat Death
- The Russian president is struggling to pass a law now. Then, how much power does Kremlin have to initiate a congressional decision?
- Not your ordinary affix riddle
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- Has the Silver Surfer's clothing (or lack thereof) ever been addressed in the comics?
- Not being introduced to the team – should I ask for it?
- Forces applied to a car hood while driving
- Heretofore I think I have been using 'heretofore' incorrectly
- About Harp Pedaling for a Pentatonic Glissando
- JK flip-flop timing diagram: is Wikipedia correct?
- Is there any verse which says that throughout the Vedas the praise of Shiva is sung?
- Will a reinforced 1" concrete slab be durable?
- Do TeX engines support Shavian OpenType fonts?
- A question about as ..... as comparison
- What is the weight of holy water?
- Balancing a Holy Water Bomb
- Is this a violation of open source?
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- How to extend an MDF shelf?