Skip to main content

Questions tagged [kernel]

The Kernel is the back-end application thread that does the actual evaluation of all non-graphical expressions. It can be accessed directly through the console but is more commonly working behind the scenes to power the Notebook Interface. Multiple Kernels may be run for parallel computation.

2 votes
1 answer
144 views

I am trying to build a Model Context Protocol tool that allows LLM to manipulate notebooks currently opened in a Mathenmatica front end. (using functions in https://reference.wolfram.com/language/...
John Smith's user avatar
10 votes
1 answer
381 views

I am working on a Mathematica package for knot theory that combines functionality of several other packages. Two notable examples are SnapPy and Regina. Fortunately, both have a rich Python interface ...
Henrik Schumacher's user avatar
5 votes
0 answers
208 views

Reported to WRI also [CASE:5261604] Each one of these DSolve calls cause kernel crash in V 14.2 and 14.2.1 instead of an $Aborted message or an actual solution. (These are from textbook and not made ...
Nasser's user avatar
  • 156k
7 votes
1 answer
172 views

Bug introduced in 14.2 and fixed in 14.2.1. ...
Lou's user avatar
  • 4,394
0 votes
0 answers
34 views

I’m encountering a strange issue while using Mathematica 14.2 on macOS 15.3.1. Every time I type Simplify[..,Assumptions] and use the autocomplete feature to type Assumptions, Mathematica crashes ...
Errorbar's user avatar
  • 101
3 votes
0 answers
193 views

Due to memory buildup issues, I need to re-start kernel, keeping/reloading one variable and continue calculation. Say, I have a variable tst={1,2,3} and I want to ...
Anton's user avatar
  • 2,072
0 votes
0 answers
72 views

I wrote a code that, if executed completely, causes the kernel to shut down as well as interrupting the compilation. So, to increase the compilation time I thought of using the following command but ...
Antonio Maria Di Mauro's user avatar
1 vote
0 answers
148 views

I have a code sample, I want to run it in different notebooks after different modifications. (To be more specific, the code sample is for differential equation solving, and I want to set different ...
znp.'s user avatar
  • 87
1 vote
0 answers
94 views

My Mathematica 11.2 home edition license under Windows 10 allows only for two independent notebooks/processes at a time. Is this what the Mathematica license calls "2 Frontends"? Does this ...
Roland Salz's user avatar
0 votes
1 answer
72 views

I am trying to define a function whose values can be updated across different Kernels running in parallel, where each Kernel might have to use values defined by other Kernels previously in the process....
BioPhysicist's user avatar
  • 1,156
0 votes
0 answers
63 views

I have quite a large expression that I need to integrate. My ansatz was to Expand the expression (easiest case results in ~5.5 million terms) and parallelize the ...
infinitezero's user avatar
  • 1,758
0 votes
2 answers
135 views

Consider these two rules, which I initially considered as equivalent. Now I use rulesPlusMultScalarAssociationA as a "bug fix" in my code and use it instead of my "buggy" ...
Acus's user avatar
  • 3,877
2 votes
1 answer
103 views

I have recently shifted to Macbook Pro M3 and having problem in running multiple notebook at a time. In Ubuntu I could open as many notebook as I want directly by clicking the notebooks. Now in Mac, ...
user98564's user avatar
2 votes
0 answers
99 views

I was going through the Power programming book by David Wagner, and I tried: ...
Felipe's user avatar
  • 729
1 vote
1 answer
123 views

I have implemented the KDE distribution finding for a dataset. I apply the adaptive bandwidth method; I want to plot the change in bandwidth over the entire distribution. How can I do it? Thank you!
Tin Trung Chau's user avatar

15 30 50 per page
1
2 3 4 5
25