url
stringlengths
14
1.76k
text
stringlengths
100
1.02M
metadata
stringlengths
1.06k
1.1k
http://mathoverflow.net/questions/127423/how-many-vertices-can-a-convex-polytope-have/127426
# How many vertices can a convex polytope have? One has an $n$-dimensional convex polytope $P$ represented by an intersection of half-spaces: $$H_i = \{ (x_1,x_2, \ldots,x_n) \in \mathbb{R}^n \mid \sum_{j=1}^n a_{ij} x_j \ge a_{i0}, \ a_{ij} \in \mathbb{R} \}, \ i = \overline{1,k}$$ $$P = \{ X \in \mathbb{R}^n \mid X...
{"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://www.arxiv-vanity.com/papers/math.PR/0112234/
###### Abstract This paper proves that the scaling limit of loop-erased random walk in a simply connected domain is equal to the radial path. In particular, the limit exists and is conformally invariant. It follows that the scaling limit of the uniform spanning tree in a Jordan domain exists and is conformally invaria...
{"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://betadecay.wordpress.com/2009/10/
## Chet Raymo on the Sun Posted in Science with tags , on October 8, 2009 by Grad Student What follows is a beautiful Chet Raymo (of “Science Musings”) essay: Let me say this as simply as I can. The Sun, like the universe, is mostly hydrogen. An atom of hydrogen is a single proton and a single electron, bound toget...
{"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": 13, "mimetex.cgi": 0, "/images/ma...
http://mathhelpforum.com/trigonometry/43470-identities-print.html
# Identities • Jul 11th 2008, 01:25 AM gracey Identities Prove that identity tan2x - tanx = tanx sec2x I managed to start i think but am not sure (2tan x / 1-tan^2 x) - tan x but i don't know what else • Jul 11th 2008, 01:46 AM kalagota Quote: Originally Posted by gracey Prove that identity tan2x - tanx = tanx sec...
{"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": 9, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.maplesoft.com/support/help/MapleSim/view.aspx?path=MathExpressionComponent
Math Expression Component - Maple Help Math Expression Component Insert a math expression region in a Standard Maple worksheet or document. Description • The mathematical expression component displays 2-D math expressions passed from another embedded component. It also provides editing functionality for entering m...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 3, "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...
https://mathoverflow.net/questions/254325/stabilization-of-semistable-curves-in-a-concrete-case
# Stabilization of semistable curves in a concrete case Some days ago I learned for the first time about the stabilization of a semistable curve (from Knudsen's article), but I am still quite confused. If $C/k$ is a semistable curve (i.e. we allow rational components with two nodes, but not less) we blow down all 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.deepdyve.com/lp/ou_press/turbulence-closure-for-mixing-length-theories-GTXDAuD4Yo
# Turbulence closure for mixing length theories Turbulence closure for mixing length theories Abstract We present an approach to turbulence closure based on mixing length theory with three-dimensional fluctuations against a two-dimensional background. This model is intended to be rapidly computable for implementation ...
{"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://consigliogiovanifiuggi.it/tmfc/derivative-of-sigmoid-python.html
# Derivative Of Sigmoid Python Deep Learning from first principles in Python, R and Octave – Part 3 The 3rd part implemented a multi-layer Deep Learning Network with sigmoid. We use the notation: θxi: = θ0 + θ1xi1 + ⋯ + θpxip. def __sigmoid(self, x): return 1 / (1 + exp(-x)) # The derivative of the Sigmoid function. I...
{"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": 2, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://physics.stackexchange.com/questions/122849/why-does-a-mirror-reverse-polarization-of-circularly-polarised-light
# Why does a mirror reverse polarization of circularly polarised light? A glass mirror (with metal backing layer) will reverse the polarisation of circularly polarised light upon reflection. A polished piece of metal will also reverse the polarisation of circularly polarised light upon reflection. (I have tested 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://people.maths.bris.ac.uk/~matyd/GroupNames/128i2/C2xD4%5E2.html
Copied to clipboard ## G = C2×D42order 128 = 27 ### Direct product of C2, D4 and D4 direct product, p-group, metabelian, nilpotent (class 2), monomial, rational Series: Derived Chief Lower central Upper central Jennings Derived series C1 — C22 — C2×D42 Chief series C1 — C2 — C22 — C23 — C24 — C25 — D4×C23 — C2×D...
{"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://lingpipe-blog.com/2009/09/29/convexity-of-root-mean-square-error-or-why-committees-won-the-netflix-prize/
## Convexity of (Root) Mean Square Error, or Why Committees Won the Netflix Prize As John Langord mentioned in his blog, the reason committees won the Netflix prize is because root mean square error is convex. Let’s see what that means with an example and with some math. ### A Regression Problem The contest involves...
{"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": 35, "mimetex.cgi": 0, "/images/ma...
https://quantumcomputing.stackexchange.com/questions/18243/what-is-the-connection-between-bures-metric-and-finite-bures-distance
# What is the connection between Bures metric and (finite) Bures distance? The Wikipedia page discussing the Bures metric introduces it as the Hermitian 1-form operator $$G$$ defined implicitly by $$\rho G+G\rho = \mathrm d\rho$$, and which induces the corresponding Bures distance, which reads $$[d(\rho,\rho+\mathrm d...
{"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/precalculus/precalculus-6th-edition/chapter-2-graphs-and-functions-2-3-functions-2-3-exercises-page-215/31
## Precalculus (6th Edition) The given relation defines a function. domain: $(-\infty, +\infty)$ range: $(-\infty, +\infty)$ Note that all vertical lines will pass through the graph in at most one point. This means that the graph pass the vertical line test. Thus, the given graph represents a function. The graph cover...
{"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.studypug.com/ca/grade5/introduction-to-fractions-fraction-of-a-number
# Fraction of a number #### All in One Place Everything you need for better grades in university, high school and elementary. #### Learn with Ease Made in Canada with help for all provincial curriculums, so you can study in confidence. #### Instant and Unlimited Help 0/4 ##### Intros ###### Lessons 1. Introductio...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 35, "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/25862/naive-questions-about-matrices-representing-endomorphisms-of-hilbert-spaces?answertab=active
# Naive questions about “matrices” representing endomorphisms of Hilbert spaces. This is a very basic question and might be way too easy for MO. I am learning analysis in a very backwards way. This is a question about complex Hilbert spaces but here's how I came to it: I have in the past written a paper about (amongst...
{"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://cre8math.com/2018/04/
## Calculus: Hyperbolic Trigonometry, II Now on to some calculus involving hyperbolic trigonometry!  Today, we’ll look at trigonometric substitutions involving hyperbolic functions. $\displaystyle\int\sqrt{1+x^2}\,dx.$ The usual technique involving circular trigonometric functions is to put $x=\tan(\theta),$ so 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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 224, "mimetex.cgi": 0, "/images/m...
https://socratic.org/questions/what-is-the-conjugate-pair-theorem
Precalculus Topics # What is the conjugate pair theorem? Apr 17, 2015 In an acid-base neutralization, an acid and a base react to form water and salt. In order for the reaction to carry out, there must be the transfer of protons between acids and bases. Proton acceptors and proton donors are the basis for these rea...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 7, "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/man-and-woman-on-boat-velocity-of-boat-after-dive.440335/
# Man and Woman on Boat - Velocity of Boat after Dive Gold Member 286 2 1. The problem statement, all variables and given/known data A 180-lb man and a 120-lb woman stand side by side at the same end of a 300-lb boat, ready to dive, each with a 16-ft/s velocity relative to the boat. Determine the velocity of the boat...
{"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://www.ck12.org/tebook/Human-Biology-Circulation-Teacher%2527s-Guide/r1/section/1.5/
<img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=iA1Pi1a8Dy00ym" style="display:none" height="1" width="1" alt="" /> # 1.5: Unit Planning Difficulty Level: At Grade Created by: CK-12 ## Content Overview Circulation: What is it? Why is it important? In this activity driven unit, students explore thes...
{"extraction_info": {"found_math": true, "script_math_tex": 4, "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/mat...
http://physics.stackexchange.com/questions/122416/why-does-the-speed-of-the-propellant-limit-the-speed-of-a-space-ship-in-open-spa
Why does the speed of the propellant limit the speed of a space ship in open space? Isn't speed a relative thing in space? If so, why would the speed of a propellant matter? Why can't a space ship accelerate infinitely? - You're asking about the calculation for a finite amount of fuel, right? –  David Z Jun 30 at 2:3...
{"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.diakonie-annaberg.de/centrifuge/centrifugal-field-formula.html
### Chapter 3 Centrifugation - Sinica centrifugal field (xg) Rotor speed (r.p.m) NOMOGRAMS Equation used to calculate NOMOGRAMS (BMB Fig. 3.1) for quickly finding RCF at given speed and rotor type (radius). Conversion between relative centrifugal force . 22 Types of Centrifuge BMB 3.3.1 Maximum speed of sedimentation ...
{"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...
https://repo.scoap3.org/record/30956
# Fermion masses, mass-mixing and the almost commutative geometry of the Standard Model Dąbrowski, Ludwik (0000 0004 1762 9868, Scuola Internazionale Superiore di Studi Avanzati (SISSA), via Bonomea 265, I-34136, Trieste, Italy) ; Sitarz, Andrzej (Instytut Fizyki Uniwersytetu Jagiellońskiego, Stanisława Łojasiewicza 1...
{"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://tex.stackexchange.com/questions/600821/error-that-occurred-during-compilation-pdflatex
# Error that occurred during compilation (PDFLatex) Below is the error that occurred during the compilation. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! LaTeX error: "xparse/unknown-argument-type" ! ! Unknown argument type '!' replaced by 'm'. ! ! See the LaTeX3 documentation for further information. ! ! For...
{"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://cs.stackexchange.com/questions/18183/if-p-np-how-do-i-prove-i-can-find-the-maximum-clique-in-polynomial-time
# If P = NP, how do I prove I can find the maximum clique in polynomial time? I want to prove that if P = NP, then there is a polynomial time algorithm for finding the largest clique in an undirected graph. I understand how to use a verifier to find this but my issue is since P = NP it doesn't want me to use a verifi...
{"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://physics.stackexchange.com/questions/46605/when-can-photon-field-amplitudes-be-written-as-field-operators
# When can photon field amplitudes be written as field operators? Suppose I have some classical field equation for two photon fields with amplitudes $A_1(z),A_2(z)$ (plane waves) given as ${A}_1=\alpha f(A_1,A_2) \\ {{A}_2}=\beta g(A_1,A_2)$ Under what conditions can I make the replacement $A\rightarrow \hat{A}$ ? I...
{"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://wrenstech.wordpress.com/2014/08/07/estimating-bb-muzzle-velocity-with-a-voice-recorder-and-a-curtain/comment-page-1/
# Estimating BB Muzzle Velocity With A Voice Recorder And A Curtain If you’re reading this blog, the chances are that at some point you’ve had a hankerin’ to do some science. There’s a certain type of mind that looks at things and just wonders about them. Why does that transformer make that buzzing sound? What’s 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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 18, "mimetex.cgi": 0, "/images/ma...
http://www.ck12.org/book/CK-12-Middle-School-Math---Grade-7/r3/section/6.7/
<img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=iA1Pi1a8Dy00ym" style="display:none" height="1" width="1" alt="" /> # 6.7: Simple Interest Difficulty Level: At Grade Created by: CK-12 ## Introduction The Loan Since Taylor has been working at the candy store, she has had her eye on a new bike. She h...
{"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.bartleby.com/solution-answer/chapter-96-problem-71e-calculus-10th-edition/9781285057095/3355e05d-a604-11e8-9bb5-0ece094302b6
# : Which two series from the given below series are similar, a ) ∑ n = 0 ∞ n ( − 1 ) n ( 2 n + 1 ) ! . b ) ∑ n = 1 ∞ ( − 1 ) n − 1 ( 2 n − 1 ) ! . c ) ∑ n = 1 ∞ ( − 1 ) n − 1 ( 2 n + 1 ) ! ### Calculus 10th Edition Ron Larson + 1 other Publisher: Cengage Learning ISBN: 9781285057095 ### Calculus 10th Edition Ron L...
{"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://repozitorij.upr.si/Iskanje.php?type=napredno&lang=eng&stl0=KljucneBesede&niz0=adjacency+matrix
# Search the repository Query: search in TitleAuthorAbstractKeywordsFull textYear of publishing ANDORAND NOT search in TitleAuthorAbstractKeywordsFull textYear of publishing ANDORAND NOT search in TitleAuthorAbstractKeywordsFull textYear of publishing ANDORAND NOT search in TitleAuthorAbstractKeywordsFull textYear of...
{"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/why-do-couplings-run-with-log-of-energy.279326/
# Why do couplings run with log of energy? 1. Dec 13, 2008 ### franoisbelfor Coupling constants run with the logarithm of energy. This is a result of renormalization, its equations, and the change of the effect of the virtual particle cloud with energy. Is there a simple way to understand why this happens with 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...
https://www.hepdata.net/search/?q=authors.affiliation%3A%22Fermilab%22&reactions=PBAR+P+--%3E+PBAR+P&page=1&size=50
Showing 14 of 14 results #### Measurement of the differential cross section $d\sigma/dt$ in elastic $p\bar{p}$ scattering at $\sqrt{s}=1.96$ TeV The collaboration Abazov, Victor Mukhamedovich ; Abbott, Braden Keim ; Acharya, Bannanje Sripath ; et al. Phys.Rev. D86 (2012) 012009, 2012. Inspire Record 1117021 We prese...
{"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": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://www.newton.ac.uk/science/publications/preprints
# Preprints The Newton Institute has its own Preprint Series where the scientific papers of the Institute are freely available. If you are a Cambridge author and you are submitting your work in the next REF then you will need to follow the guidelines on the University of Cambridge Open Access webpages to ensure 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.arxiv-vanity.com/papers/1605.01403/
# Gravitational waves from bubble collisions: analytic derivation Ryusuke Jinno and Masahiro Takimoto Theory Center, High Energy Accelerator Research Organization (KEK), 1-1 Oho, Tsukuba, Ibaraki 305-0801, Japan ###### Abstract We consider gravitational wave production by bubble collisions during a cosmological first...
{"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://crypto.stackexchange.com/questions/55744/analysing-communication-complexity-of-a-protocol
# Analysing communication complexity of a protocol My question is more about the practical side of designing crypto. protocols and it is related to complexity. So, if you think it's irrelevant to this forum please kindly let me know and I will remove the question. In many crypto. protocols the communication cost is v...
{"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://electricala2z.com/renewable-energy/magnetism-electromagnetic-devices/
Home / Renewable Energy / Magnetism and Electromagnetic Devices # Magnetism and Electromagnetic Devices Want create site? Find Free WordPress Themes and plugins. Magnetism and Electromagnetic Devices In this section, you will learn about basic magnetism and electromagnetism. Three important electromagnetic devices ...
{"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/85880?sort=newest
## Is there a general method of determining the line of best fit for any given set of data? [closed] Is there a general method of determining the line of best fit (using the principle of least squares or any other principle) for any given set of data points$? If there is no general method, what is/are the next best op...
{"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://math.stackexchange.com/questions/280305/direct-product-of-group-order-2
# Direct product of group order 2 If $P$ is group of order 2, how many subgroups (trivial and proper) has the group $P \times P \times P$? Labelling the elements of $P$ to be $e$ and $a$, list the proper subgroups. - What have you tried? –  Tobias Kildetoft Jan 16 '13 at 20:49 oeis.org/A006116 –  Hagen von Eitzen Jan...
{"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://physics.stackexchange.com/questions/453342/is-there-any-use-of-a-quadratic-equation-of-state-in-flrw-cosmology
Is there any use of a quadratic equation of state in FLRW cosmology? Consider standard FLRW cosmology. Usually, the relation between energy density $$\rho$$ and pressure $$p$$ of a cosmological fluid component is linear: $$$$\tag{1} p = w \, \rho,$$$$ where $$w$$ is just a constant ($$w = 0$$ for the dust model, $$w =...
{"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": 0, "mimetex.cgi": 0, "/images/mat...
http://physics.stackexchange.com/questions/114109/conservation-of-energy-or-lack-thereof-in-doppler-cooling
# Conservation of energy (or lack thereof) in Doppler cooling [duplicate] I did not find my question answered elsewhere, so here it is. I'm doing a project in my first optics course, and we are reading a bit about Doppler cooling. I understand that a laser is tuned to a frequency where the photon energy $E_p = h \nu$...
{"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/167948/is-there-literature-on-approaching-semisimplicity-of-l-adic-cohomology-using-van
# Is there literature on approaching semisimplicity of l-adic cohomology using vanishing cycles Let $K$ be a finitely generated field, and $X/K$ a smooth proper variety. Let $G$ denote the absolute Galois group $\mathrm{Gal}(\bar{K}/K)$. Let $\ell$ be a prime different from $\mathrm{char}(K)$. A longstanding famous co...
{"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://link.springer.com/article/10.1007%2Fs00022-019-0503-1
Journal of Geometry , 110:48 # Envelopes of one-parameter families of framed curves in the Euclidean space • Donghe Pei • Masatomo Takahashi • Haiou Yu Open Access Article ## Abstract As a one-parameter family of singular space curves, we consider a one-parameter family of framed curves in the Euclidean space. 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": 0, "mathjax_display_tex": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://www.koreascience.or.kr/article/JAKO201318449151664.page?lang=ko
Efficient Approach to Measure Crystallization Temperature in Amorphous Thin Film by Infrared Reflectivity • Wang, Wenxiu (Department of Electronic Engineering, Graduate School of Engineering, Tohoku University) ; • Saito, Shin (Department of Electronic Engineering, Graduate School of Engineering, Tohoku University) ; ...
{"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://iwaponline.com/washdev/article/9/1/139/65469/Mobile-crowd-participation-to-root-small-scale
## Abstract In the arsenic-contaminated Ganges-Brahmaputra-Meghna Delta in India and Bangladesh, small-scale piped water supply seems a promising way to provide safe drinking water to households in the region. The use of smartphone applications can support monitoring of the system and enhance local engagement and empo...
{"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://tex.stackexchange.com/questions/73387/classicthesis-vertical-margins?answertab=votes
# Classicthesis Vertical Margins I've been using the classicthesis package to write my master's thesis and now that I was getting the entire thing ready for printing I ran into some trouble. The thing is that I'm not really satisfied with the style's vertical margins. I know that many people try to adjust the horizont...
{"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/math/algebra/intermediate-algebra-connecting-concepts-through-application/chapter-3-exponents-polynomials-and-functions-3-5-special-factoring-techniques-3-5-exercises-page-279/20
## Intermediate Algebra: Connecting Concepts through Application $5(2x+5)(4x^2-10x+25)$ First, pull out the greatest common factor. Then use the formula $a^3+b^3=(a+b)(a^2-ab+b^2)$ to factor. $40x^3+625$ $=5(8x^3+125)$ $=5(2x+5)(4x^2-10x+25)$
{"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://www.hpmuseum.org/forum/thread-9449-post-82802.html
pyILPER: Read and write HP-41 ROM/MOD files 11-07-2017, 02:43 PM Post: #1 Geir Isene Senior Member Posts: 520 Joined: Dec 2013 pyILPER: Read and write HP-41 ROM/MOD files How do I read and write HP-41 ROM or MOD files to/from an HP-41 using pyILPER (thanks for a great piece of sw, btw)? 11-07-2017, 04:24 PM Post: #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...
http://math.stackexchange.com/questions/182247/visualizing-quotient-groups-mathbbr-q
# Visualizing quotient groups: $\mathbb{R/Q}$ I was wondering about this. I know it is possible to visualize the quotient group $\mathbb{R}/\mathbb{Z}$ as a circle, and if you consider these as "topological groups", then this group (not topological) quotient is topologically equivalent to a circle. But then, what doe...
{"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://chemistry.stackexchange.com/questions/49477/why-isnt-thallium-triiodide-stable
# Why isn't thallium triiodide stable? We know that stability of higher oxidation state (+3) decreases and stability of lower oxidation state (+1) increases, so thallium is most stable in its +1 oxidation state due to the inert pair effect and paired s electrons. In the compound $\ce{TlI3}$, since $\ce{I3}$ exists as...
{"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://gmatclub.com/forum/for-each-customer-a-bakery-charges-p-dollars-for-the-first-35469.html?kudos=1
Find all School-related info fast with the new School-Specific MBA Forum It is currently 05 May 2016, 09:15 ### 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 Daily Prep Questions via email. C...
{"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.albert.io/ie/single-variable-calculus/derivative-of-square-root-of-inverse-tangent-function
Free Version Moderate # Derivative of Square Root of Inverse Tangent Function SVCALC-SXKOVJ Find the derivative of the function: $$f\left( x \right) =\sqrt { \arctan { x } }$$ Select ALL that apply. A $\cfrac{1}{2 \sqrt{\arctan(x)}}$ B $\cfrac{1}{2} \sqrt{\arctan(x)}$ C $\cfrac{1}{2(1+x^2)\sqrt{arctan(x)}}$ ...
{"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://physics.stackexchange.com/questions/101489/how-to-show-with-maxwells-equations-that-nonaccelerating-charges-dont-radiate
# How to show with Maxwells Equations that nonaccelerating charges dont radiate? [closed] How to show with Maxwells Equations that nonaccelerating charges don't radiate? - ## closed as off-topic by Chris White, Brandon Enright, John Rennie, Waffle's Crazy Peanut, Kyle KanosMar 6 '14 at 13:51 This question appears t...
{"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://repo.scoap3.org/record/30875
# Yukawa unification with four Higgs doublets in supersymmetric GUT Dutta, Bhaskar (Department of Physics, Texas A&M; University, College Station, TX, 77843-4242, USA) ; Mimura, Yukihiro  (Department of Physics, National Taiwan University, Taipei, 10617, Taiwan) (Institute of Science and Engineering, Shimane Universit...
{"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.birs.ca/events/2018/5-day-workshops/18w5112/videos/watch/201802010904-Lopuhaa.html
Video From 18w5112: Shape-Constrained Methods: Inference, Applications, and Practice Thursday, February 1, 2018 09:04 - 09:47 A central limit theorem for the $L_p$-loss of smooth Grenander-type estimators Download this video (137M) Other videos from this workshop
{"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/hiyo-segway-away.183735/
# Hiyo Segway away. 1. Sep 9, 2007 ### Jimmy Snyder I took a day trip to DC today. I had two purposes in mind. I wanted to see the mockup of the Webb telescope outside the Air and Space Museum and I wanted to take the Segway for a spin. It turns out that the telescope was only in DC for a short time and has long sin...
{"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/electrons-in-electric-field.616863/
# Electrons in electric field 1. Jun 27, 2012 ### nks27 1. The problem statement, all variables and given/known data Two metal plates, PQ AND RS are separated by a distance of 15 mm. PQ maintained at potential of +100V relative to RS. Beam of electrons of different kinetic energies directed a slit ,on plate PQ, at ...
{"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://mathhelpforum.com/math-software/96826-maple-10-solve-complex-numbers.html
# Math Help - Maple 10: solve() and complex numbers 1. ## Maple 10: solve() and complex numbers Hi all i've been trying to solve 2 equation with two variables in Maple 10. I got 3 solutions which are complex, i.e. a list A:=[[ x = ... , y = ...], [...], [...]]. now, A[1,1] gives me the x of the first solution, and I ...
{"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://accesspharmacy.mhmedical.com/content.aspx?bookid=1592&sectionid=100669401
Chapter 3 ### CHAPTER OBJECTIVES • Describe basic statistical methodology and concepts • Describe how basic statistical methodology may be used in pharmacokinetic and pharmacodynamics study design • Describe how basic statistical methodology may be used in critically evaluating data • Describe how basic statistica...
{"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://philpapers.org/rec/PISCAM
# Conceptual and Mathematical Structures of Mechanical Science in the Western Civilization around 18th Century Almagest 4 (2):86-21 (2013) Authors Raffaele Pisano Université des Sciences et Technologies de Lille Abstract One may discuss the role played by mechanical science in the history of scientific ideas, partic...
{"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://lists.debian.org/debian-tex-maint/2010/02/msg00001.html
Bug#566158: texlive-binaries: hyperlinks do not work in xdvi Hi all, On Do, 21 Jan 2010, Martin Ziegler wrote: > Hyperlinks in dvi-files created with \usepackage[hypertex]{hyperref} > do not work with the new xdvi. > > The anchor text has blue color, as it should be. But if the mouse > pointer is over the text, it do...
{"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://socratic.org/questions/can-somehow-help-justify-if-my-solutions-to-the-problem-below-is-correct-and-gui
Algebra Topics # Can somehow help justify if my solutions to the problem below is correct and guide me on (b)? Oct 19, 2016 The customer must travel $6 \frac{2}{3}$ Km to reduce average cost at $80$cents/kilometer. #### Explanation: b) let x be the asked kilometer for average cost at 80 cents per kilometer. Then $...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 22, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
http://www.science.gov/topicpages/m/magnetic+field+configurations.html
Note: This page contains sample records for the topic magnetic field configurations from Science.gov. While these samples are representative of the content of Science.gov, they are not comprehensive nor are they the most current set. We encourage you to perform a real-time search of Science.gov to obtain the most curre...
{"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://www.meritnation.com/ask-answer/question/three-cells-of-emf-e-2e-and-5e-having-imyernal-resistance-r/current-electricity/10345643
# Three cells of emf E, 2E and 5E having imyernal resistance r,2r and 3r. Variable reaistance R is shown in the figure. Find the expression for the current. Dear Student In given figure there is no variable resistance connected so i am assuming that it is connected in series with batteries. The given condition is sam...
{"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...
https://www.computer.org/csdl/trans/tc/1977/04/01674843-abs.html
Issue No. 04 - April (1977 vol. 26) ISSN: 0018-9340 pp: 334-342 I. Koren , Department of Electrical Engineering and Computer Science, University of California ABSTRACT The problem considered in this paper is that of generating sequential decision trees (SDT's) for fault diagnosis in digital combinational networks. Sinc...
{"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.nature.com/articles/s41698-017-0029-7?error=cookies_not_supported&code=03d39598-287e-4768-867e-1a48d35dc7e0
Review Article | Open # Network-based machine learning and graph theory algorithms for precision oncology • npj Precision Oncology 1, Article number: 25 (2017) • doi:10.1038/s41698-017-0029-7 Revised: Accepted: Published online: ## Abstract Network-based analytics plays an increasingly important role in precision o...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 3, "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...
https://wwwjade.mpp.mpg.de/
## JADE Homepage Warning: this is an outdate page. Please visit new version. JADE Meeting on August 22nd, 2009 at DESY ## Members and former Members of the JADE Resurrection group The JADE experiment was one of the experiments located at the PETRA $e^+e^-$ storage ring at DESY in Hamburg, Germany. The experiment too...
{"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/undergraduate-studying-physics-of-fire.66260/
# Homework Help: Undergraduate studying physics of fire 1. Mar 7, 2005 ### thomate1 Dear friends, I am a undergraduate studying physics.Until now I have a doubt which I was not able to tackle. What is fire ? 2. Mar 7, 2005 ### Erienion Fire is a general term describing combustion with oxygen. 3. Mar 7, 2005 ###...
{"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.brightstorm.com/math/calculus/applications-of-the-derivative/optimization-using-the-closed-interval-method-2/
# Optimization Using the Closed Interval Method - Problem 2 3,867 views Another common optimization problem is, when given an amount of fencing, to find the maximum area the fence can contain. Remember that the formula for area of a rectangle with one side x and one side y is A=xy, and the formula for perimeter is P=2...
{"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://su.wikipedia.org/wiki/Rohangan_hapa
# Rohangan hapa Baca ogé pedaran Wikikamus ngeunaan kecap Rohangan hapa atawa vacuum nyaéta volume rohangan anu pada dasarna kosong ku materi, saperti tekanan gas éta rohangan kurang ti tekanan atmosfir baku. Artikel ieu keur dikeureuyeuh, ditarjamahkeun tina basa Inggris. Bantosanna diantos kanggo narjamahkeun. T...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 3, "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...
https://www.hpmuseum.org/forum/post-7843.html
Programming Exercise (HP-15C, 15C LE - and others) 03-26-2014, 07:01 PM (This post was last modified: 03-26-2014 07:02 PM by Gerson W. Barbosa.) Post: #41 Gerson W. Barbosa Senior Member Posts: 1,428 Joined: Dec 2013 RE: Programming Exercise (HP-15C, 15C LE - and others) (03-26-2014 06:20 PM)churichuro Wrote:  version...
{"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": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://math.stackexchange.com/questions/288142/weird-question-pertaining-to-hcf
Weird question pertaining to HCF I encountered this question which seems weird/incomplete to me : Q: H.C.F. of 3240, 3600 and a third number is 36, and their L.C.M. is $2^4 \cdot 3^5 \cdot 5^2 \cdot 7^2$ . The third number is? Can anyone please teach me concept wise how to solve it? - A fact useful here: for intege...
{"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.ams.org/joursearch/servlet/PubSearch?f1=msc&onejrnl=proc&pubname=one&v1=20E06&startRec=1
AMS eContent Search Results Matches for: msc=(20E06) AND publication=(proc) Sort order: Date Format: Standard display Results: 1 to 30 of 41 found      Go to page: 1 2 [1] Geoffrey Janssens, Eric Jespers and Doryan Temmerman. Free products in the unit group of the integral group ring of a finite group. Proc. Amer....
{"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://gateoverflow.in/309799/how-to-find-precedence
39 views | 39 views 0 According to me it should be $c<\cdotp g$ 0 @Verma Ashish can you please tell how? 0 AaBcD in some step of derivation if we use D--> g  then string will be   ____cg it fulfill the condition for $c\dot <g$   as c appears first then g appears... And more over g is at the lower level of produc...
{"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://semantic-portal.net/vue-transitions-and-animation-state-transitions
# State Transitions Vue’s transition system offers many simple ways to animate entering, leaving, and lists, but what about animating your data itself? For example: • numbers and calculations • colors displayed • the positions of SVG nodes • the sizes and other properties of elements All of these are either already ...
{"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://aimsciences.org/search/author?author=James%20%20Benn
# American Institute of Mathematical Sciences ## Journals JGM Let $M$ be a closed symplectic manifold with compatible symplectic form and Riemannian metric $g$. Here it is shown that the exponential mapping of the weak $L^{2}$ metric on the group of symplectic diffeomorphisms of $M$ is a non-linear Fredholm map of 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": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://www.ck12.org/algebra/Solving-Systems-by-Multiplying-One-Equation/flashcard/user:13IntK/Solving-Systems-by-Multiplying-One-Equation-to-Cancel-a-Variable/r2/
<meta http-equiv="refresh" content="1; url=/nojavascript/"> # Solving Systems by Multiplying One Equation ## Multiply one equation, then add to cancel one variable % Progress Progress % Solving Systems by Multiplying One Equation to Cancel a Variable Use these flashcards to study Algebra II with Trigonometry Concep...
{"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://sites.science.oregonstate.edu/portfolioswiki/whitepapers:narratives:intro
## Tuesday, April 26, 2011 (Day 2) This narrative presents an example of an instructor engaging students in thinking conceptually about the partial derivatives they encounter in thermodynamic contexts. The instructor, David Roundy, invites students to think about how they would measure the quantities represented by 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://wiseupwinnipeg.nationbuilder.com/engineering_speed_limits
## Engineering Speed Limits The 85th Percentile Engineering Standard for Setting Speed Limits... (Excerpt from “Speed Zoning Information A Case of Majority Rule" Institute of Transportation Engineers) Generally, traffic laws that reflect the behaviour of the majority of motorists are found to be successful, while la...
{"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://infoscience.epfl.ch/record/189349
## Ultrafast Relaxation Dynamics of Osmium-Polypyridine Complexes in Solution We present steady-state absorption and emission spectroscopy and femtosecond broadband photoluminescence up-conversion spectroscopy studies of the electronic relaxation of Os(dmbp)(3) (Os1) and Os(bpy)(2)(dpp) (Os2) in ethanol, where dmbp is...
{"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://arxiv.org/search/advanced/gr-qc
# arXiv.org Subject All classifications will be included by default. Date When limiting by date range, the lower bound of the "from" and "to" dates are used. For example, searching with From: 2012-02 and To: 2013 will search for papers submitted from 2012-02-01 up to (but not including) 2013-01-01. ## Tips Wildcards...
{"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://bladman7659.soup.io/post/641955922/Of-Course-These-Very-Strategies-Have-Proven
You are at the newest post. ### Of Course, These Very Strategies Have Proven Quite Effective In The Past, And Will Likely Continue To Work Well In The Future. Number One and MOST important – Never, ever, under any circumstance borrow money make things easier by consolidating them and taking one single loan to pay off...
{"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/2562291/non-linear-assumed-form-in-galerkin-method
# Non-linear assumed form in Galerkin method The wikipedia article on Method of mean weighted residuals has a section on choice of test functions, in particular it says about Galerkin method: The Galerkin method, which uses the basis functions themselves as test functions or in the more general case of a nonlinear as...
{"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://wikieducator.org/User:Vtaylor/CIS2_Open_Textbook_Reviews
# User:Vtaylor/CIS2 Open Textbook Reviews ## Summer 2010 I was taking a look at the online text books that they had for psychology, I'm currently not taking that course but I plan to in the fall. As I was looking at how wiki-books presents the information of the online text book, I was impressed, they have it setup ...
{"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://www.oalib.com/search?kw=Shengwu%20Xiong&searchField=authors
Home OALib Journal OALib PrePrints Submit Ranking News My Lib FAQ About Us Follow Us+ Title Keywords Abstract Author All Publish in OALib Journal ISSN: 2333-9721 APC: Only $99 Submit 2019 ( 3 ) 2018 ( 73 ) 2017 ( 80 ) 2016 ( 65 ) Search Results: 1 - 10 of 6298 matches for " Shengwu Xiong " All listed articles are 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": 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-2-1st-edition/chapter-14-trigonometric-graphs-identities-and-equations-prerequisite-skills-page-906/10
## Algebra 2 (1st Edition) $\pi/3$ According to the unit circle, this value is found where $\theta = 60^o$ Converting to radians gives us $\pi/3$
{"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/spring-and-friction-assignment.173291/
# Spring and friction assignment 1. Jun 8, 2007 ### kar_04 another physics question..plz Albertine sits ina reclining chair, in front of a large, compressed spring. The spring is compressed 5m from its equilibrium position, and a glass sits 19.8 m from her outstretched foot. Assuming that Albertine's mass is 60kg w...
{"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://blog.nguyenvq.com/
## Compile R 3.2.2 on AIX 6.1 Here are my notes compiling 64-bit R 3.2.2 on AIX 6.1. As a pre-requisite, read the AIX notes from R-admin. Like the notes, I had GCC installed from here by our admin, along with many other pre-requisites. These were installed prior to compiling R. Note that you could grab newer versions ...
{"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...
https://www.atmos-meas-tech.net/11/1377/2018/
Journal cover Journal topic Atmospheric Measurement Techniques An interactive open-access journal of the European Geosciences Union Journal topic Atmos. Meas. Tech., 11, 1377-1384, 2018 https://doi.org/10.5194/amt-11-1377-2018 © Author(s) 2018. This work is distributed under the Creative Commons Attribution 4.0 License...
{"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...
https://emba.gnu.org/emacs/emacs/-/blame/f04232c3c2242acb4c2a188565a61cf3a986f3e8/lisp/textmodes/tex-mode.el
tex-mode.el 88 KB Stefan Monnier committed Jul 14, 2002 1 ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*- Eric S. Raymond committed May 30, 1992 2 Stefan Monnier committed Mar 18, 2004 3 ;; Copyright (C) 1985,86,89,92,94,95,96,97,98,1999,2002,03,2004 Richard M. Stallman committed Apr...
{"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": 2, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://mathhelpforum.com/geometry/55551-geometry-circle.html
# Math Help - Geometry of a Circle 1. ## Geometry of a Circle 1) ABCDEF is a hexagon inscribed in a circle. What is x + y + z? 2) In this figure, find the value of angle ABC + angle ADC and figure out if ABCD a cyclic quadrilateral. Therefore, find angle BDC 3a) In this figure, AOB is the diameter. Prove that point...
{"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": 18, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
https://labs.tib.eu/arxiv/?author=M.C.S.%20Williams
• ### The Extreme Energy Events HECR array: status and perspectives(1703.06358) March 18, 2017 astro-ph.IM, astro-ph.HE The Extreme Energy Events Project is a synchronous sparse array of 52 tracking detectors for studying High Energy Cosmic Rays (HECR) and Cosmic Rays-related phenomena. The observatory is also meant 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": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://en.wikisource.org/wiki/Page:Popular_Science_Monthly_Volume_6.djvu/51
# Page:Popular Science Monthly Volume 6.djvu/51 Letters on the Proper Sphere of Government, (Occupied several years as a Railroad Engineer.) 1842 Planned Social Statics, 1846 Social Statics published, 1850 Theory of Population, ${\displaystyle {\begin{matrix}{\Big \}}\end{matrix}}}$ 1852 The Development Hypothesis, P...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 8, "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://aux.planetmath.org/pollardsrhoalgorithm
# Pollard's $\rho$ algorithm ## Primary tabs Synonym: Pollard $\rho$ algorithm, Pollard's rho algorithm, Pollard rho algorithm Major Section: Reference Type of Math Object: Algorithm ## Mathematics Subject Classification ### Pollard's rho in Mathematica Mathematica may be able to quickly factor F8, but it doesn't ...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 33, "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/ma...
https://math.stackexchange.com/questions/257955/irreducibles-are-prime-in-a-ufd
# Irreducibles are prime in a UFD Any irreducible element of a factorial ring $D$ is a prime element of $D$. Proof. Let $p$ be an arbitrary irreducible element of $D$. Thus $p$ is a non-unit. If $ab \in (p)\smallsetminus\{0\}$, then $ab = cp$ with $c \in D$. We write $a,\,b,\,c$ as products of irreducibles: $$\displa...
{"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://www.physicsforums.com/threads/del-1-r-r-r-2.367226/
# Homework Help: Del(1/r) = -R/r^2 1. Jan 5, 2010 ### boardbox 1. The problem statement, all variables and given/known data let R be the separation vector from (a,b,c) to (x,y,z) and r be the magnitude of R. Show that: del(1/r) = -R/r^2 2. Relevant equations del is the gradient operator 3. The attempt at a solutio...
{"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/surface-area-and-electric-field-strength.770145/
# Surface Area and electric field strength 1. Sep 10, 2014 ### Samson4 This is my first post but I have frequented the forum for a little while now. I tried to figure things out myself and often times I am lead here by google. So my question is this: How is the electric field of an object altered when the surface 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...
http://mathhelpforum.com/math-topics/161141-physics-circular-motion.html
# Math Help - physics- circular motion 1. ## physics- circular motion calculate the orbital height about the earth of a geostationay satellite. the following data will be required: earth's mass 6.0x10^24 kg g.s G=6.67x10^-11 i know the time is going to be 24 hours but i have no idea what equations to use.... thanks. ...
{"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": 4, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.physicsforums.com/threads/non-static-and-isotropic-solution-for-einstein-field-eq.897068/
# A Non static and isotropic solution for Einstein Field Eq Tags: 1. Dec 13, 2016 Hello dear friends, today's question is: In a non static and spherically simetric solution for Einstein field equation, will i get a non diagonal term on Ricci tensor ? A R[r][/t] term ? I'm getting it, but not sure if it is right. T...
{"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/heisenberg-vs-schrodinger-picture.417553/
# Heisenberg vs Schrodinger Picture 1. Jul 21, 2010 ### nateHI Please tell me where my understanding of the Heisenberg and/or the Schrodinger picture falls apart. -Schrodinger says the state vector of a system changes with time according to a unitary operator that doesn't change with time. -Hesienberg says the stat...
{"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://noa.gwlb.de/receive/cop_mods_00050947
# The long-term trend and production sensitivity change in the US ozone pollution from observations and model simulations We investigated the ozone pollution trend and its sensitivity to key precursors from 1990 to 2015 in the United States using long-term EPA Air Quality System (AQS) observations and mesoscale simula...
{"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...
https://chemistry.stackexchange.com/questions/133879/why-is-na-reduced-instead-of-h-in-the-electrolysis-of-dilute-naclaq-with-mer
# Why is Na+ reduced instead of H+ in the electrolysis of dilute NaCl(aq) with Mercury cathode? In a class of electrolysis, my instructor told me that Hg forms Na-Hg in the electrolysis of dilute NaCl aqueous solution. For this reason, sodium cations are reduced in the cathode instead of hydronium ions. However, he 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": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...