Skip to main content

Questions tagged [table]

1 vote
2 answers
339 views

This is both a math question and a Mathematica question. I am trying to draw a simple spiral, and found this diagram that fits what I am trying to create. Implementing the math, using Mathematica, I'...
Tom De Vries's user avatar
  • 3,830
0 votes
0 answers
68 views

Before describing the problem, a short background on how it pops up. I am solving a PDE problem on the [0,1]x[0,1] domain. To this end, I want to find the decomposition of some derivatives of the ...
Paweł Korzeb's user avatar
0 votes
0 answers
157 views

I'm still trying to learn how to code the results of the LHS and RHS of this famous equation into a table: $$\sum_{n=1}^\infty \frac1n=\prod_{i=1}^\infty\frac{1}{1-\frac{1}{p_i}}\tag{A}$$ I asked this ...
user475550's user avatar
0 votes
2 answers
158 views

I'm trying to write a code that can approximate the following formula, $$\sum_{n=1}^\infty \frac1n=\prod_{i=1}^\infty\frac{1}{1-\frac{1}{p_i}}\tag{A}$$ In this M.SE question I was convinced that $(\...
user475550's user avatar
0 votes
1 answer
89 views

I have the following code that works well. ...
David Senjaya's user avatar
1 vote
1 answer
201 views

I want to print all 10-values of n and n^2 using both of the codes written below. But, I am not getting it, only getting 10th value. Do not know where is the problem. ...
Arssat's user avatar
  • 313
0 votes
0 answers
87 views

I admit I’m a bit desperate for a solution here, I have defined in Mathematica: A basis newBasis (built from a function ...
edoiannu's user avatar
1 vote
1 answer
106 views

Suppose I have three tables with index 1, 2, 3 ...
Nigel1's user avatar
  • 795
1 vote
2 answers
148 views

I want to use a function which requires two lists as input. Dimension[list1] $(5000)$ Dimension[list2] $(\begin{matrix} 5000 \\...
am567's user avatar
  • 997
-1 votes
1 answer
79 views

I'm trying to compute the cross-correlation between two time series xi and xj, each of length 100, in Wolfram Mathematica. Here ...
SAC's user avatar
  • 1,343
0 votes
2 answers
109 views

I have a CSV file, containing multiple columns $f_i$ , $g_i$ and $h_i$ in the following format. The columns with the same index correspond to one set of values. ...
neesh's user avatar
  • 33
3 votes
1 answer
151 views

I want to plot multiple traces f(x), each colored according to a function g(x). For example, I can do three traces like this: <...
Edward Laird's user avatar
1 vote
1 answer
210 views

What is exactly happening here? Table[{(x^2 + y), (x^2 + y) /. x -> 2}, {x, 0, 3}] As the output I am getting: ...
PKD's user avatar
  • 59
1 vote
1 answer
136 views

I want to simulate extreme points and illustrate results with exogenous parameters and optimal values. I created the input table and table with the optimization problem. My initial one with a 3x15 ...
Tom's user avatar
  • 395
0 votes
1 answer
201 views

Suppose several lists X, Y, Z, ... all have the same length, and f is a function. The command Table[f[X[[i]], Y[[i]], Z[[i]]], {i, 1, Length[X]}] is inelegant, but ...
J Tyson's user avatar
  • 142

15 30 50 per page
1
2 3 4 5
11