Skip to main content

Questions tagged [nested-function]

The tag has no usage guidance.

2 votes
2 answers
46 views

How to fix parameter locally for iterating recursion equations

The following is a simplified version of a more detailed problem. I have two coupled recursion equations of two variables, x and y. One equation also depends on a parameter, c: ...
andring's user avatar
  • 393
4 votes
2 answers
130 views

How to use functional iteration with changing function?

I recently came across this problem on reddit. The problem is supposed to be read like a snake, and the result of each succesive operation is sent to the next operation: There are 9 blank boxes and ...
ydd's user avatar
  • 4,572
3 votes
1 answer
129 views

Nested integration of the list of functions returns error

I have a list of expressions which I would like to integrate by nested integration. For any element from the list it works without issues (see end of the post), however, when I apply nested ...
seva011's user avatar
  • 336
4 votes
2 answers
237 views

Given two functions, generate all nested applications of the functions to a given order

I have two functions $f$ and $g$. Given some order parameter $n$, I want to created all nested applications of $f$ and $g$ and save them in a list. For example, for order 1 we will have ...
JohnnyB's user avatar
  • 115
0 votes
0 answers
27 views

Nested optimization leads to conflict with constraints in inner problem

In this nested optimization problem something is going wrong in the step when I substitute u1op[x_] for w1 in <...
Recallme's user avatar
2 votes
0 answers
84 views

Optimizing prallel computing for nested integration

I need an advice for optimization of computing with ParallelMap, as well as general hints to speed up computing discussed below. I have several questions about this ...
seva011's user avatar
  • 336
1 vote
1 answer
78 views

Map list of strings to appropriately nested functions

I have a list of strings consisting of sequences of "+" or "-"'s. For example, let's take the list ...
AG1123's user avatar
  • 571
8 votes
8 answers
534 views

Apply function to all first arguments of a nested list of rules

Currently, I have a nested list of rules of the form lst1={1->a,2->{3->c,4->d,5->{6->f,7->{8->h,...}}}} (where I don't know the length of ...
cstover's user avatar
  • 333
0 votes
0 answers
36 views

Integration and extraction of nested lists

I'm not explaining it well and I think it's a long explanation leading up to the key question, sorry. There is order[x] consisting of randomly selected number {a,b} elements. ...
hare's user avatar
  • 446
2 votes
2 answers
133 views

Nested radical implementation

I am attempting to code $$F(x,n)=\sqrt{x+\sqrt{x+2\sqrt{x+\cdots +n\sqrt{x}}}}.$$ For example, $$F(x,1)=\sqrt{x+\sqrt x},$$ $$F(x,2)=\sqrt{x+\sqrt{x+2\sqrt x}},$$ and so on. I found the ...
Aaron Hendrickson's user avatar
0 votes
1 answer
66 views

Delayed evaluation of nested functions

i am new to Mathematica. Here is the situation: I have a exponential function of n,t that I want to calculate integral over t ...
Amin Gholizad's user avatar
3 votes
2 answers
140 views

Updating multiple columns based on a nested value in an association, create a nested function?

I have a dataset that looks like this and I sorted them by ts since that corresponds to the values of when the data was taken. After reading the primer on associations and keys, and this question, I ...
atomic-muclei's user avatar
4 votes
2 answers
265 views

Enumeration of a nested list

My problem is consisting of following: I have a nested list of following form: {{B, v ** v, b ** B}, {b, B ** b}, {b ** B, v ** v}, {}} And I want to enumerate ...
George's user avatar
  • 69
2 votes
0 answers
35 views

Use FoldList to successively ImageAdd regular polygons with between 3 and 8 sides, and with opacity 0.2 [closed]

This question is from Section 29 of "An Elementary Introduction to the Wolfram Language". The objective is to successively add regular polygons with between 3 and 8 sides, and with opacity 0....
am567's user avatar
  • 627
0 votes
0 answers
41 views

Nested NIntegrate with Matrix Exponential

I wish to perform a numerical integration which involves a matrix exponential. Here's the following code ...
kowalski's user avatar
  • 375

15 30 50 per page