url stringlengths 14 1.76k | text stringlengths 100 1.02M | metadata stringlengths 1.06k 1.1k |
|---|---|---|
https://asmedc.silverchair.com/IMECE/proceedings-abstract/IMECE2021/85673/V011T11A027/1133121 | ## Abstract
The existence of back pressure will cause shock wave in the Laval nozzle of the supersonic separator, which will lead to the condensed droplets to evaporate and reduce the separation efficiency of the separator. It is of great significance to determine the shock position and avoid the secondary evaporation... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://www.splessons.com/lesson/loops-in-c/ | # Loops in C
Computers are great at crunching piles of data, and piles of data usually takes the form of sequences, streams, tables and so on. Such data sets usually need to be iterated over. At the very least, some statements may need to be executed more than once. Loops in C and iteration statements are used for thi... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://ncertmcq.com/ncert-solutions-for-class-12-maths-chapter-10-ex-10-2/ | Access Class 12 Maths NCERT Solutions Chapter 10 Vector Algebra Ex 10.2, contains solutions for all Exercise 10.2 Class 12 questions. | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.vedantu.com/question-answer/which-of-the-following-sets-of-vitamins-is-fat-class-12-chemistry-cbse-5f5fc5c068d6b37d16370a16 | # Which of the following sets of vitamins is fat soluble?[A] C, D, ${{B}_{6}},{{B}_{12}}$[B] A, D, E, K[C] A, D, ${{B}_{1}},{{B}_{2}}$[D] D, ${{B}_{1}},{{B}_{2}}$, E
Verified
146.7k+ views
Hint: Vitamins which we do not need to supply daily are fat soluble. The non-polar hydrocarbon chains containing vitamins are fat ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/confidence-intervals-in-psychological-tests.733099/ | # Medical Confidence intervals in psychological tests
1. Jan 16, 2014
### DrDu
Recently I saw the results of an IQ test given with confidence intervals. While I know very well what a confidence interval is, I am not sure how you can give one for a psychological test. I think to determine a CI you either have to know... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://hydrometeorology-lab.huji.ac.il/publications?page=0%2C0%2C0%2C0%2C0%2C1 | # Publications
2017
Marra F, Morin E, Peleg N, Mei Y, Anagnostou EN. Intensity–Duration–Frequency curves from remote sensing rainfall estimates: comparing satellite and weather radar over the Eastern Mediterranean. Hydrology and Earth System Sciences [Internet]. 2017;accepted for publication. Publisher's VersionAb... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathoverflow.net/questions/123152/exceptional-schur-weyl-duality | # Exceptional Schur-Weyl Duality
Are there any known analogs of Schur-Weyl duality for the exceptional groups?
In particular, I am looking to decompose the tensor powers of the action of $E_6$ on its 27-dimensional module. Any advice or references to this end would be greatly appreciated.
-
Schur-Weyl duality can be... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://blog.roland-speith.de/?p=753 | # Useful pgfplots commands
## Set categorical axis labels
\begin{axis}
[
xticklabels={master, g8, lehrer, promovieren, sport, sitzenbleiben},
xtick={1,...,6},
x tick label style={rotate=90,anchor=east}
]
...
\end{axis}
The data file needs to be tab-separated. The first column is treated as x-value.
\pgfplotstablere... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://stats.stackexchange.com/questions/101003/logistic-regression-on-big-data/101128 | # Logistic Regression on Big Data
I have a data set of around 5000 features. For that data I first used Chi Square test for feature selection; after that, I got around 1500 variables which showed significance relationship with the response variable.
Now I need to fit logistic regression on that. I am using glmulti pa... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://math.stackexchange.com/questions/54887/can-a2b2c2-2ab-2ac-2bc-be-a-perfect-square?answertab=active | # Can $A^2+B^2+C^2-2AB-2AC-2BC$ be a perfect square
I have come upon the equation $A^2+B^2+C^2-2AB-2AC-2BC$ and want to factor it. Because of the symmetry, I am wondering if it can be a perfect square or if there is some other nice factorization.
-
"if it can be a perfect square" - maybe for some values of A, B, and ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://forums.wolfram.com/mathgroup/archive/2005/Sep/msg00176.html | Services & ResourcesWolfram Forums
MathGroup Archive
2005 January February March April May June July August September October November December
Re: Three piece function
• To: mathgroup at smc.vnet.net
• Subject: [mg60250] Re: Three piece function
• From: Paul Abbott <paul at physics.uwa.edu.au>
• Date: Thu, 8 Sep 2... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://codeforces.com/problemset/problem/55/A | A. Flea travel
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output
A flea is sitting at one of the n hassocks, arranged in a circle, at the moment. After minute number k the flea jumps through k - 1 hassoсks (clockwise). For example, after the first minute the f... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.tek-tips.com/viewthread.cfm?qid=1783945 | ×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS
Are you a
Computer / IT professional?
Join Tek-Tips Forums!
• Talk With Other Members
• Be Notified Of Responses
• Keyword Search
Favorite Forums
• Automated Signatures
• Best Of All, It's Free!
*Tek-Tips's functionality depends on members receiving e-mail. By join... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://together.jolla.com/question/1154/no-way-to-quickly-navigate-through-a-long-list/ | # no way to quickly navigate through a long list
I didn't find an option to quickly navigate through a long list in either built-in apps: gallery, email, etc. This is lowers usability quite significantly in my opinion.
The People app has a handy way of filtering contacts by letters, but even that is quite a hassle wh... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/ideal-gas-question-please-urgent-help-needed.167558/ | # Ideal gas question. Please Urgent help needed
1. Apr 25, 2007
### owura143
The relative humidity is 55% on a day when the temperature is 30.0°C. Using the graph below, determine the number of moles of water vapor per cubic meter of air.
on the graph, Vapor pressure of water is on the y-axis and temperature on the... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://mapn.shopnetplus.it/how-to-find-matrix-of-linear-transformation.html | # How To Find Matrix Of Linear Transformation
where is called a rotation matrix. Systems of linear equations39 x1. Linear transformations 43 2. Let Y denote the “dependent” variable whose values you wish to predict, and let X 1, …,X k denote the “independent” variables from which you wish to predict it, with the value... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://grantmcdermott.com/2012/05/14/murphy-vs-nordhaus-vs-me-summarized/ | ### Grant McDermott
Assistant Professor
Dept. of Economics
University of Oregon
E.g. If you seriously believe that the skeptic claim about temperatures this decade $$-$$ i.e. "they have been flat" $$-$$ was not meant to convey any deeper message about future climate trends, do you then think that this observation is ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://clay6.com/qa/23791/the-number-of-radial-nodes-of-3s-and-2p-orbitals-are-respectively | Browse Questions
# The number of radial nodes of 3s and 2p orbitals are respectively
$\begin{array}{1 1}(a)\;2,0&(b)\;0,2\\(c)\;1,2&(d)\;2,1\end{array}$
Number of radial nodes =$n-l-1$
For $3s$ it is 2
For $2p$ it is 0
Hence (a) is the correct answer. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.khanacademy.org/math/geometry/hs-geo-circles/hs-geo-inscribed-polygons/v/constructing-square-inscribed-in-circle | # Geometric constructions: circle-inscribed square
Common Core Math:
## Video transcript
Construct a square inscribed inside the circle. And in order to do this, we just have to remember that a square, what we know of a square is all four sides are congruent and they intersect at right angles. And we also have to re... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://physics.stackexchange.com/questions/65761/if-su2-l-times-u1-y-breaks-to-u1-em-when-a-non-zero-mass-for-th | # If $SU(2)_{L} \times U(1)_{Y}$ breaks to $U(1)_{em}$ when a non-zero mass for the Higgs boson is chosen, why do we still have weak interactions?
As I understand it, when we say that the $SU(2)_{L} \times U(1)_{Y}$ is broken via the Higgs mechanism, this is because the symmetry acts on the Higgs mass in a way that wo... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://academy.vertabelo.com/course/standard-sql-functions-new/numeric-functions/simple-text-functions/lower-upper-initcap | End of Summer - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Concatenation
Simple text functions
12. Functions lower, upper, initcap – usage
How to modify strings
Review
## Instruction
Fine! The three functions we've just gotten to know: lower(), upper() and initcap() can also be used to fi... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://staff.math.su.se/hoehle/blog/2020/05/31/superspreader.html | ## Abstract:
We look at superspreading in infectious disease transmission from a statistical point of view. We characterise heterogeneity in the offspring distribution by the Gini coefficient instead of the usual dispersion parameter of the negative binomial distribution. This allows us to consider more flexible offsp... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.reference.com/browse/infinity | Definitions
Nearby Words
# infinity
[in-fin-i-tee]
infinity, in mathematics, that which is not finite. A sequence of numbers, a1, a2, a3, … , is said to "approach infinity" if the numbers eventually become arbitrarily large, i.e., are larger than some number, N, that may be chosen at will to be a million, a billion, ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 34, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://rd.springer.com/article/10.1186%2Fs12859-018-2182-6 | Advertisement
BMC Bioinformatics
, 19:198
# Deep learning models for bacteria taxonomic classification of metagenomic data
• Antonino Fiannaca
• Laura La Paglia
• Massimo La Rosa
• Giosue’ Lo Bosco
• Giovanni Renda
• Riccardo Rizzo
• Salvatore Gaglio
• Alfonso Urso
Open Access
Research
## Abstract
### Background
... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://web2.0calc.com/questions/engineering_2 | +0
# engineering
0
143
1
a cylindrical tank is 8 meters long and 4 meters in diameter. How many liters of liquid will the tank hold?
Guest Sep 22, 2017
### Best Answer
#1
+18927
+1
a cylindrical tank is 8 meters long and 4 meters in diameter.
How many liters of liquid will the tank hold?
Let d = Diameter of th... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://math.stackexchange.com/questions/102352/are-derivative-and-differential-the-same-thing | # Are derivative and differential the same thing?
Let $f:\mathbb R^n\to\mathbb R^m$, $x\in\mathbb R^n$. What is a drivative $f'(x)$? It is the linear map $f'(x):\mathbb R^n\to\mathbb R^m$, $h\mapsto (f'(x))(h)=:f'(x)h$.
But what is a differential $df$? Usually people say $df(x)=f'(x)h$, but what is $h$? I tried to wri... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://en.wikipedia.org/wiki/Meijer_g-function | # Meijer G-function
(Redirected from Meijer g-function)
In mathematics, the G-function was introduced by Cornelis Simon Meijer (1936) as a very general function intended to include most of the known special functions as particular cases. This was not the only attempt of its kind: the generalized hypergeometric functi... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 84, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://mathoverflow.net/questions/71816/w-completion-of-a-c-algebra | # W*-completion of a C*-algebra?
tl;dr: Is there such a thing as a W*-completion of a C*-algebra, and if so, where can I read about it?
I'm wondering about the relationship between (abstract) C*-algebras and W*-algebras. On the one hand, every W*-algebra is a C*-algebra. On the other hand, it seems to me that it shou... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathoverflow.net/questions/28051/finite-extensions-of-field-of-rational-functions-in-one-variable | # Finite extensions of field of rational functions in one variable
Let K=F(x), where x is transcendental over F and F is an algebraically closed field. Does there exist a non-commutative division algebra L with the center K and [L : K] < infinity?
I think, but I'm not sure, that an old result due to Tsen implies that... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.mathworks.com/help/antenna/ug/analysis-of-monopole-impedance.html | # Analysis of Monopole Impedance
This example analyzes the impedance behavior of a monopole at varying mesh resolution/sizes and at a single frequency of operation. The resistance and reactance of the monopole are plotted and compared with the theoretical results. A relative convergence curve is established for the im... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 11, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://en.wikisource.org/wiki/1911_Encyclop%C3%A6dia_Britannica/Cement | # 1911 Encyclopædia Britannica/Cement
CEMENT (from Lat. caementum, rough pieces of stone, a shortened form of caedimentum, from caedere, to cut), apparently first used of a mixture of broken stone, tiles, &c., with some binding material, and hence of any material capable of adhering to, and uniting into a coherent mas... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 5, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathhelpforum.com/discrete-math/50724-please-help-2-print.html | Show 40 post(s) from this thread on one page
Page 2 of 2 First 12
• October 2nd 2008, 07:13 PM
poutsos.B
Quote:
Originally Posted by Jhevon
$\begin{array}{lll} 1. & (P \wedge T) \implies (R \vee S) & \\
2. & Q \implies (U \wedge T) & \\
3. & U \implies P & \\
4. & \neg S & \backslash \therefore Q \implies R \\
5. & Q ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 2, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://bioperl.org/pipermail/bioperl-l/2005-November/020161.html | # [Bioperl-l] bioperl-db and MySQL
chen li chen_li3 at yahoo.com
Wed Nov 16 18:53:56 EST 2005
I unzipped the download files and used "nmake install"
to install bioperl-db on my computer. And it seems it
works because I see many files/pm are copied to the
defautl library(c:/Perl/site/lib/Bio/DB...." on my
computer). N... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.cut-the-knot.org/WhatIs/WhatIsExtremalPrinciple.shtml | # What Is the Extremal Principle?
The Extremal Principle is a methodology, a useful problem solving tactics, wherewith one seeks a solution to a problem among possible candidates that satisfy some extreme conditions within the parameters of the problem.
There are $N$ points in the plane such that the area of a triang... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://hpaulkeeler.com/tag/laplace-functional/ | ## The Laplace functional
When working with random variables, a couple useful tools are the characteristic function and the moment-generating function, which for a random variable $$Y$$ are defined respectively as
$$\phi_Y(t)= \mathbb{E}\left [ e^{itY} \right ]\,$$
and
$$M_Y(t)= \mathbb{E}\left [ e^{tY} \right ]\,,$$
... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://dlmf.nist.gov/17.4 | # §17.4(i) $\mathop{{{}_{r}\phi_{s}}\/}\nolimits$ Functions
17.4.1 $\mathop{{{}_{r+1}\phi_{s}}\/}\nolimits\!\left({a_{0},a_{1},a_{2},\dots,a_{r}% \atop b_{1},b_{2},\dots,b_{s}};q,z\right)=\mathop{{{}_{r+1}\phi_{s}}\/}% \nolimits\!\left(a_{0},a_{1},\dots,a_{r};b_{1},b_{2},\dots,b_{s};q,z\right)=% \sum_{n=0}^{\infty}\f... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 142, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/m... |
https://unapologetic.wordpress.com/2008/01/24/consequences-of-the-mean-value-theorem/?like=1&source=post_flair&_wpnonce=e94a57fbb5 | # The Unapologetic Mathematician
## Consequences of the Mean Value Theorem
So now that we have the mean value theorem what can we do with it? First off, we can tell something that seems intuitively obvious. We know that a constant function has the constant zero function as its derivative. It turns out that these are ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 32, "mimetex.cgi": 0, "/images/ma... |
https://www.christopherlovell.co.uk/blog/2015/09/07/third-year-project.html | In just two weeks I’ll begin my Ph.D., and after attending the STFC summer school program last week I’m now feeling very inspired and eager to start. In the run up I thought it would be quite fun (?) to write a few short posts on some of the work that went in to my 3rd and 4th year projects during my integrated masters... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://math.stackexchange.com/questions/503647/trig-indefinite-integral-int-frac-tan-x-tan-3-x1-tan3-xdx | # Trig. Indefinite Integral $\int\frac{\tan x +\tan ^3 x}{1+\tan^3 x}dx$
$\displaystyle \int\frac{\tan x +\tan ^3 x}{1+\tan^3 x}dx$
$\underline{\bf{My \; Try}}$:: Let $\tan x = t$. Then $\sec^2 xdx = dt\Rightarrow \displaystyle dx = \frac{1}{1+\tan^2 t}dt\Rightarrow dx = \frac{1}{1+t^2}dt$
So $\displaystyle \int\fra... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathhelpforum.com/advanced-algebra/112977-factor-exponent.html | # Math Help - Factor exponent
1. ## Factor exponent
$K \lhd G$ has index $m$ , show that $g^m \in K$ for all $g \in G$
Thanks guys
2. Originally Posted by sfspitfire23
$K \lhd G$ has index $m$ , show that $g^m \in K$ for all $g \in G$
Thanks guys
What is the order of the group $G/K$? Then....
Tonio
3. order wil... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 24, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://mathhelpforum.com/discrete-math/165579-quantifier-question.html | 1. Quantifier question
Hello people,
Finals is coming up, and my teacher gave us a worksheet of problems to work on because they will be similar to the ones on the exam. My problem is I just never grasped quantifiers, and he gave us a problem that uses this.
I have to to express each of these statements using quanti... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 1, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/vector-function.88541/ | # Vector function
1. Sep 11, 2005
### brad sue
Hi,
I do not know how to do this exercise:
Find a vector valued function f that traces out the given curve in the indicated direction.
4x2+9y2=36. a- Counterwise b- clockwise
Thanks
2. Sep 11, 2005
### quasar987
Hi brad,
Here's an idea: First rewrite the equation ... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.physicsforums.com/threads/radiation-in-photoelectric-effect.701243/ | # Radiation in photoelectric effect.
1. Jul 12, 2013
### khanhhung2512
Textbooks say that by measuring the stopping potential V0, we can determine the maximum kinetic energy with which electrons leave the cathode: eV0 = Kmax
However, as I know, when we apply the stopping potential, the electrons will decelerate and ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://indico.cern.ch/event/264202/contributions/593140/ | # The Structure and Signals of Neutron Stars, from Birth to Death
Mar 24 – 28, 2014
Europe/Rome timezone
## Hybrid stars: how can we identify them ?
Mar 24, 2014, 11:40 AM
40m
### Speaker
Prof. Mark Alford (Washington University in St. Louis, USA)
### Description
At high pressure, nuclear matter will undergo a t... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://arxiv-export-lb.library.cornell.edu/abs/1912.02481 | cs.CL
(what is this?)
# Title: Massive vs. Curated Word Embeddings for Low-Resourced Languages. The Case of Yorùbá and Twi
Abstract: The success of several architectures to learn semantic representations from unannotated text and the availability of these kind of texts in online multilingual resources such as Wikipe... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://pmj.bmj.com/content/78/916/118 | Article Text
Reactions from the medical and nursing professions to Nightingale's “reform(s)” of nurse training in the late 19th century
Free
1. G C Cook,
2. A J Webb
1. Wellcome Trust Centre for the History of Medicine at UCL, London, UK
1. Correspondence to:
Dr G C Cook, Wellcome Trust Centre for the History of Medi... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://math.stackexchange.com/users/86846/abiessu | # abiessu
less info
reputation
1528
bio website location age member for 7 months seen yesterday profile views 515
Amateur Mathematician, HVAC Technician, and coder familiar with:
• Number Theory
• C/C++
• Java
• Javascript
• HTML/CSS
• Common Lisp
• Perl
• PHP
• C#
• Assembly (x86, IA64)
Also gone for the Lent seas... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://webwork.libretexts.org/webwork2/html2xml?answersSubmitted=0&sourceFilePath=Library/Michigan/Chap2Sec5/Q23.pg&problemSeed=1234567&courseID=anonymous&userID=anonymous&course_password=anonymous&showSummary=1&displayMode=MathJax&problemIdentifierPrefix=102&language=en&outputformat=libretexts | A continuous function $f$, defined for all $x$, has the following properties:
1. $f$ is decreasing
2. $f$ is concave up
3. $f(9) = -2$
4. $f'(9) = -\frac{1}{4}$
Sketch a possible graph for $f$, and use it to answer the following questions about $f$.
A. For each of the following intervals, what is the minimum and max... | {"extraction_info": {"found_math": true, "script_math_tex": 29, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.physicsforums.com/threads/current-electricity-concept.127477/ | # Current Electricity Concept
1. Jul 29, 2006
### app
INTRODUCTION: I had been doing some current electricity froblems but now and then i'm having some problems with the distribution of current.I'm really confused. I have attached a figure with this thread, in which i've tried to combine all situations of current di... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://mathematica.stackexchange.com/questions/241837/differentiation-by-indexed-variable-in-equation-of-christoffel-symbols | # Differentiation by indexed variable in equation of Christoffel Symbols
I am very new to Mathematica, and am trying to use it to compute Christoffel symbols for a certain manifold. All this requires is taking some indexed sums of derivatives, but it builds up on several different things, and I am missing something in... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.iacr.org/cryptodb/data/paper.php?pubkey=12076 | ## CryptoDB
### Paper: Cryptanalysis of SFlash v3
Authors: Jintai Ding Dieter Schmidt URL: http://eprint.iacr.org/2004/103 Search ePrint Search Google Sflash is a fast multivariate signature scheme. Though the first version Sflash-v1 was flawed, a second version, Sflash-v2 was selected by the Nessie Consortium and wa... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://cms.math.ca/10.4153/CMB-2010-093-4 | location: Publications → journals → CMB
Abstract view
# Homotopy and the Kestelman-Borwein-Ditor Theorem
Published:2010-08-10
Printed: Mar 2011
• N. H. Bingham,
Mathematics Department, Imperial College London, South Kensington, London SW7 2AZ, U.K.
• A. J. Ostaszewski,
Mathematics Department, London School of Econom... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.journaltocs.ac.uk/index.php?action=browse&subAction=subjects&publisherID=34&journalID=7739&pageb=6&userQueryID=&sort=&local_page=&sorType=&sorCol= | for Journals by Title or ISSN for Articles by Keywords help
Subjects -> ENGINEERING (Total: 2018 journals) - CHEMICAL ENGINEERING (161 journals) - CIVIL ENGINEERING (154 journals) - ELECTRICAL ENGINEERING (86 journals) - ENGINEERING (1135 journals) - ENGINEERING MECHANICS AND MATERIALS (307 journals) ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://arxiv-export-lb.library.cornell.edu/list/cond-mat.supr-con/1912 | # Superconductivity
## Authors and titles for cond-mat.supr-con in Dec 2019
[ total of 156 entries: 1-25 | 26-50 | 51-75 | 76-100 | ... | 151-156 ]
[ showing 25 entries per page: fewer | more | all ]
[1]
Title: High-Temperature Charge-Stripe Correlations in La$_{1.675}$Eu$_{0.2}$Sr$_{0.125}$CuO$_4$
Comments: Suppleme... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://hal.science/search/index/?qa[authIdHal_s][]=ana-palacios | Search - Archive ouverte HAL Access content directly
35 Results
### The evolution of surface magnetic fields in young solar-type stars I: the first 250 Myr
Monthly Notices of the Royal Astronomical Society, 2016, 457, pp.580-607. ⟨10.1093/mnras/stv2924⟩
Journal articles
### The evolution of surface magnetic fields ... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://scipost.org/submissions/1906.04211v1/ | # Twisted and untwisted negativity spectrum of free fermions
### Submission summary
As Contributors: Paola Ruggiero · Hassan Shapourian Arxiv Link: https://arxiv.org/abs/1906.04211v1 Date accepted: 2019-09-04 Date submitted: 2019-06-26 Submitted by: Ruggiero, Paola Submitted to: SciPost Physics Discipline: Physics S... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.mathworks.com/help/comm/ref/multipathrayleighfadingchannel.html?nocookie=true | Accelerating the pace of engineering and science
# Documentation
Simulate multipath Rayleigh fading propagation channel
Channels
## Description
The Multipath Rayleigh Fading Channel block implements a baseband simulation of a multipath Rayleigh fading propagation channel. You can use this block to model mobile wir... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 1, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://love2d.org/forums/viewtopic.php?f=5&t=77896&start=120 | ## Oysi's 3D Rendering & Physics Engine
Oysi
Prole
Posts: 48
Joined: Fri May 02, 2014 11:18 pm
Location: Earth
### Re: Oysi's 3D Rendering & Physics Engine
Haha! Of all the things, it's the console you want to know about. xD
Very well.
veethree is indeed correct, it does loadstring. At first it sets up an environm... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.ck12.org/algebra/Absolute-Value-Equations/enrichment/Writing-Absolute-Value-Functions-Overview/r1/ | <img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=iA1Pi1a8Dy00ym" style="display:none" height="1" width="1" alt="" />
Absolute Value Equations
Equations may have two solutions due to the absolute value operation
Estimated10 minsto complete
%
Progress
Practice Absolute Value Equations
Progress
Estimated... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://cs.stackexchange.com/questions/30481/which-fixpoint-is-haskell-list-type | # Which fixpoint is Haskell list type?
Let's say that lists are defined as
List a = Nil | Cons a (List a)
Then, in Haskell is List x the greatest or least fixpoint? I'm asking because the lfp should exclude infinite lists (but you can build them in Haskell), whereas the gfp should exclude finite ones.
The proper t... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://hal.archives-ouvertes.fr/tel-01098010 | # Bio-inspired swimming and flying – Vortex dynamics and fluid/structure interaction
Abstract : The present document, prepared in view of obtaining the 'Habilitation à diriger des recherches', reviews my main research subject at PMMH since 2006, which concerns the study of swimming and flying inspired by nature. Canon... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://help.anaplan.com/e4c87efc-cfb3-4bd0-8d40-6633407f8f5d | 1. Calculation functions
2. All functions
3. Call center planning functions
The ANSWERTIME function calculates the minimum hold time required to answer a certain percentage of calls, or service level agreement (SLA).
For example, you can use the ANSWERTIME function to adjust the hold time during busy periods.
## Syn... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 1, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://cozilikethinking.wordpress.com/2014/05/15/why-axbyczd-is-a-plane/ | ### Why ax+by+cz=d is a plane
Why is $ax+by+cz=d$ a plane in three dimensions? Because it just is? Not good enough.
There are proofs for this. They involve normals and dot products and other fancy things that you’re not entirely sure are legit (if you’re in high school). I’m going to try a very different approach to ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 12, "mimetex.cgi": 0, "/images/ma... |
https://gmatclub.com/forum/number-properties-question-from-qr-2nd-edition-ps-96030.html?kudos=1 | Check GMAT Club Decision Tracker for the Latest School Decision Releases https://gmatclub.com/AppTrack
It is currently 29 May 2017, 22:04
### GMAT Club Daily Prep
#### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Dail... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/linear-transformation-r2-r3-with-zero-vector.593469/ | # Homework Help: Linear Transformation R2->R3 with 'zero' vector
1. Apr 4, 2012
### A440
1. The problem statement, all variables and given/known data
Is T(X,Y)->(X,Y,1) a linear transformation? where X and Y are defined R2 column vectors.
2. Relevant equations
Attempt to prove T(cX+Y)=cT(X)+T(Y)
Consider T(cx1+y1,c... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://settheory.mathtalks.org/szymon-glab-dense-free-subgroups-of-automorphism-groups-of-homogeneous-partially-ordered-sets/ | # Szymon Głąb: Dense free subgroups of automorphism groups of homogeneous partially ordered sets
Tuesday, November 15, 2016, 17:15
Wrocław University of Technology, 215 D-1
Speaker: Szymon Głąb (Łódź University of Technology)
Title: Dense free subgroups of automorphism groups of homogeneous partially ordered sets
A... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/math-help-please-reply-quick.109634/ | 1. Feb 6, 2006
### runicle
I have the equation [(m^3)(n^-3)]^-1 over m^-5n
So far i got 1 over m^6n^6 divide by m^-5n...
Is it right or no?
2. Feb 6, 2006
### Tom Mattson
Staff Emeritus
I've moved this from the Tutorials Forum into the Homework Help section.
That's not an equation, it's an expression.
No, it isn... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://dsp.stackexchange.com/questions/963/unit-problem-in-designing-a-filter-for-a-given-auto-correlation-function | # Unit Problem in Designing a Filter for a Given Auto Correlation Function
Given a WSS process with the following Auto Correlation Function:
$$r\left ( \tau \right ) = {\sigma}^{2} {e}^{-\alpha \left | \tau \right |}$$
The Laplace Transform would be:
$$R \left ( s \right ) = \mathfrak{L} \left \{ r \left ( \tau \ri... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://arxiv.org/abs/1810.04353 | astro-ph.HE
(what is this?)
# Title:The spectral properties of the bright FRB population
Abstract: We examine the spectra of 23 fast radio bursts detected in a fly's-eye survey with the Australian SKA Pathfinder, including those of three bursts not previously reported. The mean spectral index of $\alpha = -1.6_{-0.2... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.transtutors.com/questions/basic-journal-entries-for-revenue-recognition-109343.htm | # Basic Journal Entries for Revenue Recognition 2 answers below »
## Recent Questions in Financial Accounting
Submit Your Questions Here !
Copy and paste your question here...
Attach Files | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.gradesaver.com/textbooks/math/algebra/algebra-1/skills-handbook-perimeter-area-and-volume-exercises-page-795/4 | ## Algebra 1
Area of a parallelogram has the following formula: $A= b \times h$. b, the base of the parallelogram, is 7. h, the height of the parallelogram, is 8. Thus, we obtain: $A=(7)(8)=56$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.gurobi.com/documentation/9.0/refman/java_lex.html | # GRBLinExpr
Filter Content By
Version
Languages
## GRBLinExpr
Gurobi linear expression object. A linear expression consists of a constant term, plus a list of coefficient-variable pairs that capture the linear terms. Linear expressions are used to build constraints. They are temporary objects that typically have sh... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.zbmath.org/?q=ai%3Asouza.danilo-s+cc%3A90 | ×
# zbMATH — the first resource for mathematics
Strong bounds for resource constrained project scheduling: preprocessing and cutting planes. (English) Zbl 1458.90247
Summary: Resource Constrained Project Scheduling Problems (RCPSPs) without preemption are well-known $$\mathcal{NP}$$-hard combinatorial optimization pr... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://lmcs.episciences.org/4112 | ## Longo, Giuseppe and Montévil, Maël - From Logic to Biology via Physics: a survey
lmcs:4112 - Logical Methods in Computer Science, November 30, 2017, Volume 13, Issue 4
From Logic to Biology via Physics: a survey
Authors: Longo, Giuseppe and Montévil, Maël
This short text summarizes the work in biology proposed in... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://clay6.com/qa/15177/in-the-electrolysis-of-alumina-using-cryolite-the-reaction-that-takes-place | Browse Questions
# In the electrolysis of alumina using cryolite, the reaction that takes place at cathode is
(1) $4H_2O+4e^{-} \longrightarrow 2H_2+4\: OH^{-}$
(2) $4AI^{3+}+12e^{-} \longrightarrow 4AI$
(3) $6F_2+2AI_2O_3 \longrightarrow 4AIF_3 + 3O_2$
(4) $12F \longrightarrow 6F_2+12e^{-}$
(2) $4AI^{3+}+12e^{-}... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://datascience.stackexchange.com/questions/39408/what-are-the-2-classes-of-categories-to-help-define-a-problem/39814 | # What are the 2 classes of categories to help define a problem
While studying about machine learning, I've learnt the importance of defining your problem before getting started trying to model it.
I can see 2 types of problem categorification:
1. Supervised / unsupervised / reinforcement algorithms
2. Classificatio... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://hackage.haskell.org/package/hamilton-0.1.0.3 | # hamilton: Physics on generalized coordinate systems using Hamiltonian Mechanics and AD
[ bsd3, library, physics, program ] [ Propose Tags ]
## Modules
[Index]
#### Maintainer's Corner
For package maintainers and hackage trustees
Candidates
• No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3 CHANG... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://buynaprosynonline.info/lesbian/ebony-feet-worship-car.php | » » Ebony feet worship car
• 21.08.2019
• 252
• 4
Category: Lesbian
## Say a few words:
Vikus | 28.08.2019
You will not prompt to me, where I can read about it?
Zulum | 24.08.2019
As it is curious.. :)
Dutaxe | 26.08.2019
Aha, so too it seemed to me.
Goltisho | 24.08.2019
In it something is. Thanks for the help in th... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.rdocumentation.org/packages/spatstat/versions/1.16-3/topics/Pairwise | # Pairwise
0th
Percentile
##### Generic Pairwise Interaction model
Creates an instance of a pairwise interaction point process model which can then be fitted to point pattern data.
Keywords
models, spatial
##### Usage
Pairwise(pot, name, par, parnames, printfun)
##### Arguments
pot
An S language function giving th... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www3.cs.stonybrook.edu/~algorith/files/planar-drawing.shtml | # The Stony Brook Algorithm Repository
## INPUT OUTPUT
Input Description: A graph G.
Problem: Can G be drawn in the plane such that no two edges cross? If so, produce such a drawing.
Excerpt from The Algorithm Design Manual: Planar drawings (or embeddings) make it easy to understand the structure of a given graph b... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://en.wikibooks.org/wiki/GLSL_Programming/GLUT/Diffuse_Reflection | GLSL Programming/GLUT/Diffuse Reflection
The light reflection from the surface of the moon is (in a good approximation) only diffuse.
This tutorial covers per-vertex diffuse reflection.
It's the first in a series of tutorials about basic lighting in OpenGL 2.x. In this tutorial, we start with diffuse reflection from... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 13, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://mathhelpforum.com/advanced-algebra/138718-solvable-group.html | # Math Help - Solvable Group
1. ## Solvable Group
Show $B=\left\{ \left. \left(\begin{array}{cc}x&z\\0&y\end{array}\right) \;\; \right| \;\; x,y\in \mathbb{F}_p^\times,\; z\in\mathbb{F}_p \right\}$ is a solvable group.
The group operation is matrix multiplication.
2. Originally Posted by mathman88
Show $B=\left\{ \... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 20, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://www.genetics.org/content/161/3/1307.long | Estimating Mutation Parameters, Population History and Genealogy Simultaneously From Temporally Spaced Sequence Data
Alexei J. Drummond, Geoff K. Nicholls, Allen G. Rodrigo, Wiremu Solomon
## Abstract
Molecular sequences obtained at different sampling times from populations of rapidly evolving pathogens and from anci... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://codereview.stackexchange.com/questions/58884/converting-a-number-to-the-text-representation | # Converting a number to the text representation
Following along with some previous questions:
I wanted to answer the original question with a different algorithm, but was not able to get the VB.net code to work. I see @nhgrif had the same idea as me, and proposed a Swift solution.
This is the algorithm I would use,... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathhelpforum.com/calculus/153174-parametric-eqtns.html | 1. ## Parametric Eqtns
Good afternoon Everyone,
I am at this again...
I have two questions with respect to parametric equations:
1) The problem was to find a parametric equation of a straight line sement from $P=(1,2)$ to $Q=(4,7)$.
I get the following:
$m=\frac{5}{3}$
$C(t) = (a+t , b+mt)$
$C(t) = (1+t , 2+\fr... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 36, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://blender.stackexchange.com/questions/41407/record-doesnt-create-keyframes | # “Record” doesn't create keyframes
I'm just a beginner with animations in Blender, but how my teacher showed me is that you can click on the "Record" button, place your object, turn "record" off, move the object, hit record again to create keyframes, turn off Record", etc.
I've done it a few times successfully, but ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.gradesaver.com/textbooks/science/chemistry/chemistry-molecular-science-5th-edition/chapter-15-additional-aqueous-equilibria-questions-for-review-and-thought-topical-questions-page-693b/52 | Chemistry: The Molecular Science (5th Edition)
$K_{sp}$ (Silver Arsenate) $= (3.1 \times 10^{-22})$
1. Calculate the molar mass: 107.87* 3 + 74.92* 1 + 16* 4 = 462.53g/mol 2. Calculate the number of moles $n(moles) = \frac{mass(g)}{mm(g/mol)}$ $n(moles) = \frac{ 8.5\times 10^{- 7}}{ 462.53}$ $n(moles) = 1.838\times 10... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathhelpforum.com/algebra/122406-roots-cubic-equations-new-equation.html | # Math Help - Roots of cubic equations and new equation
1. ## Roots of cubic equations and new equation
The equation $x^3 + 4x^2 + 3x + 2 = 0$ has roots $\alpha , \beta, \gamma$.
Find the equation with roots $\beta \gamma , \gamma \alpha , \alpha \beta$
For this I so far have:
$\alpha + \beta + \gamma$ = -4
$\beta... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 45, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://electronics.stackexchange.com/questions/463091/how-to-implement-a-lowpass-filter-for-this-one-zero-one-pole-transfer-function | # How to implement a lowpass filter for this one zero, one pole transfer function?
I have a task where I need to implement a filter circuit (active) for the following transfer function:
$$G(s)=\frac{(s-5447)}{(s-961.3)}$$
So, we have one pole and one zero. The bode plot is as below (dB/Hz):
However, I can't for the... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.ideals.illinois.edu/handle/2142/22763 | ## Files in this item
FilesDescriptionFormat
application/pdf
9026259.pdf (3MB)
(no description provided)PDF
## Description
Title: Computational complexity of random-access models Author(s): Luginbuhl, David Ralph Doctoral Committee Chair(s): Loui, Michael C. Department / Program: Computer Science Discipline: Comp... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://codereview.stackexchange.com/questions/139007/displaying-quiz-questions-in-a-web-app | # Displaying quiz questions in a web app
I built this web app to present a random group of questions for quizzes and tests. The page opens with random questions. Clicking anywhere shows (only) the spinner div. Clicking anywhere again brings up new questions.
One thing is bothering me, though. I have succeeded in movi... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathoverflow.net/questions/97988/applications-of-the-roggenkamp-scott-theorem/98000 | # Applications of the Roggenkamp-Scott theorem ?
In 1987 Roggenkamp and Scott published a solution of the integral isomorphism problem for $p$-groups, i.e. if $G,H$ are $p$-groups and $\mathbb{Z}[G] \cong \mathbb{Z}[H]$ as rings then $G \cong H$.
However, in practice I guess it is at least as hard to show that two gr... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://chem.libretexts.org/Courses/Lumen_Learning/Book%3A_Statistics_for_the_Social_Sciences_(Lumen)/08%3A_7-_Linking_Probability_to_Statistical_Inference/8.05%3A_Putting_It_Together-_Linking_Probability_to_Statistical_Inference | # 8.5: Putting It Together- Linking Probability to Statistical Inference
$$\newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} }$$ $$\newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}}$$$$\newcommand{\id}{\mathrm{id}}$$ $$\newcommand{\Span}{\mathrm{span}}$$ $$\newco... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://math.stackexchange.com/questions/30710/tangent-half-angle-formula-proof | # Tangent half angle formula proof
Using angle sum-difference, double, and/or triple angle relations with tangent, cosine, and sine, need help proving tangent half-angle relations. Thanks!
-
Your title helped me get to the correct wikipedia page. – Leo Sep 5 '14 at 13:18 | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://maricourt.press/keohane_foy/contents/part-ii-magnetism/ | Part II: Magnetism
Growing fields of study specialize, ideally leading to ever deeper understanding. Since, over time, each new field develops its own culture, this fragmentation can lead to isolated groups with incommensurate views.
In principle, physics is immune from balkanization because we follow a strict scient... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 4, "mimetex.cgi": 0, "/images/mat... |
https://gamedev.stackexchange.com/questions/115982/industry-standard-json-formats-for-game-assets | # “Industry Standard” JSON formats for game assets [closed]
This question is inspired by my venture into the Phaser game engine but seems to apply to any engine that uses JSON for its asset format.
Phaser relies on PhysicsEditor to export and create the JSON data for its physics bodies and TexturePacker for its sprit... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathematica.stackexchange.com/users/245/jens?tab=activity&sort=comments&page=40 | # Jens
less info
reputation
156151
bio website uoregon.edu/~noeckel location age member for 2 years, 2 months seen 17 hours ago profile views 1,890
Dec7 comment How to get StreamPlot to draw many hundreds of streamlines? Actually, the uniform spacing between streamlines that you like so much isn't really that useful... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.ck12.org/chemistry/Chemical-Potential-Energy/web/Bonding-with-Chemical-Potential-Energy/r2/ | <meta http-equiv="refresh" content="1; url=/nojavascript/"> Chemical Potential Energy ( Web Links ) | Chemistry | CK-12 Foundation
# Chemical Potential Energy
%
Progress
Practice Chemical Potential Energy
Progress
%
### Bonding with Chemical Potential Energy
Explains potential energy and how chemical potential ener... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://1library.net/document/yn7kd81z-significant-figures-definition-significant-figures-certain-measurement-uncertain.html | # Significant Figures. The definition of significant figures is the number of certain digits in a measurement plus one uncertain digit.
## Full text
(1)
PHUSICS 11
### Significant Figures
Any measurement has its limitations in terms of its precision. It is impossible to get an exact or perfect measurement of anyth... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://mathematica.stackexchange.com/questions/55241/nminimize-gives-an-obvious-wrong-value | NMinimize gives an obvious wrong value
I'm trying to minimize a function of 2 lists of the same lenght, but for now the first list has one element, the second is constant.
Essentialy, this baffles me:
In[32]:= NMinimize[{estimator[{l}, {1}], l > 1.1}, {l}]
Out[32]= {-1.144, {l -> 10.5229}}
In[30]:= estimator[{10.522... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |