Skip to main content

All Questions

Tagged with
0 votes
2 answers
83 views

How to form a discrete function using table data

I have table with three column given as $a$, $\alpha_\min$ and $\chi^2$ value respectively. Now a need a function such that we define a function $\alpha_\min$[a_ ], which will order the data table ...
Amnish's user avatar
  • 57
4 votes
5 answers
432 views

How to indicate table continuation in the middle with torn edge paper effect or something similar

I have a long table that I want to include on a PowerPoint page. I intend to truncate some data in the middle to ensure it fits on one page. How can I achieve this while indicating that the table ...
internet's user avatar
  • 705
5 votes
3 answers
213 views

How can I make the list of largest abscissae from a nested list of coordinates?

Suppose I have a nested list of coordinates as: ...
codebpr's user avatar
  • 2,931
0 votes
0 answers
71 views

Automatic evaluation of a function for variable values defined from different data tables in the attachments

I want to evaluate a function whose variable values are defined in different data files. I want to know that how can I write code such that when the function's evaluation is exhausted for one table, ...
SciJewel's user avatar
  • 631
0 votes
1 answer
69 views

How to combine multiple plots via Table when a map is being applied? [closed]

This question is based on this answer ...
codebpr's user avatar
  • 2,931
2 votes
4 answers
111 views

Always the same function in function table

Let's say, we have a list of points such as Points = {{0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}}; This is nothing but the corners of a square. List Plot: Now I ...
jabru's user avatar
  • 205