Skip to main content

Questions tagged [table]

The tag has no usage guidance.

1 vote
1 answer
113 views

How can I make a data randomly like form of LaTeX

This is a data in LaTeX, I input by my hand. ...
Thuy Nguyen's user avatar
  • 1,131
2 votes
1 answer
32 views

Table with preset variable is slower than table with explicit number

Why it takes ages to evaluate the second table compared to the first one? The tables are same except that first uses explicit constant 667 while the second one uses ...
azerbajdzan's user avatar
  • 20.1k
1 vote
2 answers
51 views

How to get all possible multiplicative combinations of $5$ matrices with unique output

I have a list of five $256 \times 256$ matrices. These are called generator matrices as their multiplicative combinations generate a "Stabilizer group" ...
am567's user avatar
  • 627
0 votes
1 answer
59 views

Generate a three-dimensional table with data that satisfy a certain relation between them

I need to generate a 3 dimensional table of two variables x1 and x2 such that for any point x1, x2 must be smaller than x1^2+a^2, where a is some given constant. Something like the following ...
MZP_user's user avatar
4 votes
5 answers
378 views

Can I merge two tables into one?

I'm using Table to generate such a lattice ...
vector's user avatar
  • 243
2 votes
0 answers
43 views

Color specific rows of columns [closed]

I have a table like so: data={{1,2,3,4,5,6},{a,b,c,d,e,f},{g,h,i,j,k,l}}; tab=Grid[data,Frame -> All, Background -> {{None,None,None,None,Blue},{}}] Is there ...
Daniela Ramírez Hurtado's user avatar
3 votes
1 answer
85 views

Using Table until the result equals a number, and returning the number of repetitions

I have a function q, and the exact value of the integral of q from 0 to 2m is ...
conrad szyman's user avatar
0 votes
2 answers
79 views

Generating lists where new elements depend on the previous element

I am interested in using some type of list or table in-built Mathematica function to generate a list, where the elements of the new list not only depends on the input values of a previously defined ...
John Doe's user avatar
  • 271
2 votes
1 answer
47 views

How to quickly join in the following way? [duplicate]

Consider the following table: tab = RandomReal[{0, 1}, {10, 3}]; subsets=Subsets[tab, {2}]; How to quickly reduce subsets to a ...
John Taylor's user avatar
  • 5,887
6 votes
2 answers
239 views

How to quickly join in the following way?

Consider the following table: tab = RandomReal[{0, 1}, {10, 3}]; subsets=Subsets[tab, {2}]; How to quickly reduce subsets to a ...
John Taylor's user avatar
  • 5,887
1 vote
1 answer
60 views

Replacing Terms of a Table of Functions

I define a table of functions, and I receive and error when I want to change a term of the table. As a minimal example, I can give the following. ...
bkarpuz's user avatar
  • 809
2 votes
2 answers
52 views

Do one calculation over the whole list [closed]

I am trying to calculate the numerical residue of the function, but I want to perform it at the whole list and as a return. For example, let's take ...
blahblah's user avatar
  • 111
4 votes
2 answers
85 views

How do I generate a table of cofactors from minors of a matrix?

I'm trying to figure out how to find the determinant of a 5x5 matrix by co-factor expansion in the second row. I have already calculated the minors of the matrix using ...
Lucas Conklin's user avatar
3 votes
3 answers
281 views

How to effectively guess the initial values for a Poincaré section?

I have the following code, which plots the Poincaré section for the trajectory of particles around a symmetric black hole: ...
codebpr's user avatar
  • 2,433
2 votes
1 answer
95 views

Making a dynamic table

Given the data below: ...
Tugrul Temel's user avatar
  • 6,233

15 30 50 per page
1
2 3 4 5
8