Skip to main content

Questions tagged [broken-code]

Use this tag only if you did your research and you still don't know why your syntactically correct code does not work.

6 votes
3 answers
511 views

I was using ContainsAny in the Select function when I noticed that some of the relevant records in my dataset were missing. ...
Joseph Chemaly's user avatar
0 votes
0 answers
83 views

I'd like to use the ResNet V2 on my own data, but my data is not image. Let's say my data is a list of numbers or a time sequence. Therefore, I decided to revise the ResNet V2 a little bit. ...
BirdStrike1113's user avatar
1 vote
0 answers
110 views

I am working on research article with link https://www.sciencedirect.com/science/article/abs/pii/S0378475421004560 It contains dimensionless non-linear equations mentioned in article. I am writing the ...
Noor Aslam's user avatar
1 vote
1 answer
148 views

This code works well to generate first order solution but gives recursion error on generating second order solution. I think the error is causing due to computation of $f$ but don't know how to fix it....
Noor Aslam's user avatar
2 votes
2 answers
121 views

I have two notebook codes 'calculation.nb' and 'caller.nb'. The first code simply generates and prints a random number. The second code I want to use to call the first code a set number of times (say ...
John Doe's user avatar
  • 291
1 vote
0 answers
71 views

why the behavour of nlmf["ParameterTable"] has been changed from 14.0 to 14.1? After a run of ...
Teodoro Marinucci's user avatar
1 vote
3 answers
180 views

I have the following situation. I will first post the code and then explain what I'm trying to do and what is going wrong ...
user1620696's user avatar
1 vote
0 answers
75 views

I am categorizing a very large set of indexed strings that, due to size and complexity, takes long enough to desire to execute this via parallelization. The below is a simplification, not ...
Alexander B.'s user avatar
  • 1,896
1 vote
2 answers
246 views

Suppose we want to compute the following limit: \begin{equation} \lim_{\varepsilon\to 0}\lim_{r\to\infty}\frac{\lfloor 1.0101\left(\lceil 6r^2 \pi/{\varepsilon}\rceil-1\right)+1\rfloor}{ \lceil 6r^2 \...
Arbuja's user avatar
  • 81
3 votes
2 answers
352 views

This is slightly different from this and this question. We are focusing on an illustration of all pathways from a specific sample. Suppose we have the following sample: $$\small{\mathcal{S}=\left\{(-1....
Arbuja's user avatar
  • 81
0 votes
1 answer
133 views

This is slightly different from this question. We are focusing on finding all pathways of a sample rather than partitions of equal area: Suppose we have the following sample: $$\small{\mathcal{S}=\...
Arbuja's user avatar
  • 81
0 votes
0 answers
106 views

Here is my code. I tried all modifications to this code but I'm not able to resolve the problem. Can anyone tell me why am I getting this error? ...
user4381753's user avatar
0 votes
0 answers
146 views

The quantum physics problem I am looking at is a rotated qubit. The setup involves a y-rotated qubit measured in the z-basis (hence spin-up and spin-down). This scenario typically includes modeling ...
John Doe's user avatar
  • 291
1 vote
1 answer
174 views

For each $n\in\mathbb{N}$, how do we compute sets $A_n$ and $B_n$ below: Let $A_1=[0,2/3)$. Let $B_1=(2/3,1]$. If $A_n$ is a union of intervals, then for each interval cut out the middle $1/2^{n+1}$ ...
Arbuja's user avatar
  • 81
0 votes
1 answer
141 views

I am given a list of matrices. At first order I want to evaluate the commutators and anti-commutators of all pairs in the list and return a new list that contains two lists: one containing all ...
JohnnyB's user avatar
  • 115

15 30 50 per page
1
2 3 4 5
9