Questions tagged [system]
Questions on implementation details and how the parts of Mathematica are arranged or configured to work. Avoid this tag for issues that are confined to a specific operating system.
198 questions
2
votes
1
answer
274
views
How do I know which kernel is handling which .nb file? [closed]
OS : window 10
Mathematica : v12.2
By my mistake, I opened another mathematica kernel, not knowing a kernel was already running.
I created a lot of .nb files and worked on them in another kernel,
...
36
votes
8
answers
2k
views
Is Mathematica adequately improving?
A bit of a loaded question, but in your opinion is Wolfram's team making good progress on improving their software?
I've used Mathematica for almost 10 years now, and honestly I'm personally ...
0
votes
0
answers
86
views
Using FindRoot with several NIntegrate inside
I have the following system
$$-a_1^2 + 2 a_0 a_2 - 2 b_0 b_2 =0\quad \text{and } \quad a_2^2 - 2 a_1 a_3 + 2 a_0 a_4 - b_2^2 - 2 b_0 b_4 =0$$
where the following $a_i, b_i$ are integral of some ...
5
votes
1
answer
197
views
Can I still edit system files such as KeyEventTranslations.tr and MenuSetup.tr?
I can't edit system files whereas I used to be able to do so.
I am not sure if this a Mathematica question or an operating sytem question, but I am hoping someone here might know the answer.
I am ...
2
votes
0
answers
66
views
Hacking system menu [duplicate]
In earlier versions of Mathematica under macOS, I could hack the file
...
0
votes
0
answers
137
views
Mathematica file shows as a Matlab file
i downloaded a package but I'm having problem since the m-file shows as a Matlab code and not Mathematica code, can someone help how to fix this problem.
I'm using windows 11 Mathematica 14
i already ...
2
votes
0
answers
135
views
Why do notebooks by default put symbols in Global context where they can collide with all other notebooks?
This default setting can cause subtle and difficult to find problems, such as inconsistent or incorrect answers when symbols, variables or functions in different notebooks have the same name. I speak ...
4
votes
4
answers
345
views
Quit the loop if encounter error message
First define length-component error (personal term) :
This is an error when we want to get n-th component of a list if n is bigger then the length of the list. For example, ...
0
votes
2
answers
380
views
Solve system of 5 unknowns and 5 nonlinear equations
I attached below the system of 5 equations that I am not able to solve using FindRoot. I also tried without defining the equations as functions but It didn't work.
`
...
2
votes
1
answer
141
views
Fitting data to a system of ODE using ParametricNDSolveValue
I am trying to create the following code to fit data to a system of ODE.
...
0
votes
1
answer
215
views
How to solve and analyze a system of 15 equations with 15 variables?
I have a system of $15$ equations and $15$ key variables. Some of the equations are non-linear. Some constant variables in the equation can be equal to numbers to solve the system. I have to find a ...
2
votes
2
answers
194
views
Does the kernel attempt to evaluate the output of RandomReal?
I am trying to get my head around the evaluation process. One of the general ideas is that whenever an expression is replaced by another the evaluation restarts in the new expression. I can't imagine ...
-1
votes
2
answers
236
views
Is it possible to pass by reference at the system level?
I am reformulating the question since it was apparently unclear. One of the comments made me find the correct programming language "syntax" for what I wanted to do(Thanks Nasser).
In this ...
5
votes
1
answer
299
views
List of built-in functions written in Wolfram Language
I was developing a program and noted that Grad[0,{x,y,..}] was taking too much time to return zero vector (I do this many times, so the performance matters to me). ...
0
votes
0
answers
96
views
Is it possible to do something automatically before opening .nb?
Is it possible to do something before opening .nb ?
I mean,
When the Mathematica kernel(?) receives a command to open the .nb,
...