url stringlengths 14 1.76k | text stringlengths 100 1.02M | metadata stringlengths 1.06k 1.1k |
|---|---|---|
https://www.gradesaver.com/textbooks/math/algebra/algebra-1/chapter-11-rational-expressions-and-functions-11-1-simplifying-rational-expressions-practice-and-problem-solving-exercises-page-655/15 | ## Algebra 1
Published by Prentice Hall
# Chapter 11 - Rational Expressions and Functions - 11-1 Simplifying Rational Expressions - Practice and Problem-Solving Exercises - Page 655: 15
#### Answer
2/(b+4) ; b cannot equal 4 or -4
#### Work Step by Step
In order to simplify, we want something to be both in the 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... |
https://brilliant.org/problems/graph-is-bell-curve-why/ | Graph is Bell Curve. Why?
What is the value of positive integer $n$ such that $\large { 1000 - n \choose n}$ is maximized?
× | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 2, "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.physicsforums.com/threads/yield-point.876654/ | # Yield point
1. Jun 24, 2016
### foo9008
1. The problem statement, all variables and given/known data
I was told that yield point is a point which the material which will have an appreciable elongation of yielding without any increase in load . my question is If there's no increase load , how can the material elong... | {"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://docs.lammps.org/timestep.html | $$\renewcommand{\AA}{\text{Å}}$$
# timestep command¶
## Syntax¶
timestep dt
• dt = timestep size (time units)
## Examples¶
timestep 2.0
timestep 0.003
## Description¶
Set the timestep size for subsequent molecular dynamics simulations. See the units command for the time units associated with each choice of uni... | {"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... |
https://www.albert.io/learn/ap-calculus-ab-bc/question/3rd-non-zero-term-of-taylor-series-of-dollarsin-xdollar | Limited access
Which of the following is the $3^{rd}$ nonzero term in the Taylor series for $f(x) = \sin x$ centered at $x = π$?
A
$\cfrac{( x-\pi ) ^{ 5 }}{5!}$
B
$-\cfrac{( x-\pi ) ^{ 5 }}{5!}$
C
$\cfrac{(x-\pi)^3}{3!}$
D
$-\cfrac{(x-\pi)^3}{3!}$
Select an assignment template | {"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://philpapers.org/s/T.%20D.%20Rogers | ## Search results for 'T. D. Rogers' (try it on Scholar)
22 found
Sort by:
1. score: 1890.0
No categories
Translate to English
My bibliography
Export citation
2. score: 189.0
No categories
My bibliography
Export citation
3. score: 135.0
No categories
My bibliography
Export citation
4. Andreas Vrahimis (2013). "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": 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/users/15292/rafaelm | # rafaelm
less info
reputation
39
bio website location Zagreb, Croatia age member for 3 years, 5 months seen 7 hours ago profile views 124
11 Limits in category theory and analysis 8 Interesting mathematical documentaries 1 Movies about mathematics/mathematicians
# 313 Reputation
+125 Limits in category theory an... | {"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://gamedev.stackexchange.com/questions/150493/how-can-i-start-rotating-object-slowly-smooth-and-then-stop-the-rotation-also-sl | # How can i start rotating object slowly smooth and then stop the rotation also slowly smooth?
In the top of the script:
public FirstPersonController fpc;
public float speed;
In the Update
void Update()
{
fpc.transform.localRotation = Quaternion.Slerp(fpc.transform.rotation,
Quaternion.Euler(0, 0, 0), speed * Time... | {"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.komal.hu/verseny/feladat.cgi?a=feladat&f=M342&l=en | Mathematical and Physical Journal
for High Schools
Issued by the MATFUND Foundation
# Problem M. 342. (May 2014)
M. 342. Measure the instantaneous speed of a table-tennis ball, which was dropped in static air, and plot the speed both as a function of the distance covered and as a function of the elapsed time. What wi... | {"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.ck12.org/book/Basic-Algebra/r1/section/7.2/ | <img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=iA1Pi1a8Dy00ym" style="display:none" height="1" width="1" alt="" />
# 7.2: Solving Systems by Substitution
Difficulty Level: At Grade Created by: CK-12
While the graphical approach to solving systems is helpful, it may not always provide exact answers. ... | {"extraction_info": {"found_math": true, "script_math_tex": 90, "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/ma... |
https://www.livescience.com/50777-calculus.html | Calculus is a branch of mathematics that explores variables and how they change by looking at them in infinitely small pieces called infinitesimals. Calculus, as it is practiced today, was invented in the 17th century by British scientist Isaac Newton (1642 to 1726) and German scientist Gottfried Leibnitz (1646 to 1716... | {"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.zbmath.org/?q=an%3A1055.62512 | ×
# zbMATH — the first resource for mathematics
Information-theoretic approaches to inference in moment condition models. (English) Zbl 1055.62512
Summary: This paper develops a variant of one-step efficient GMM based on the KLIC rather than empirical likelihood. As in other one-step methods, the authors introduce $$... | {"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://doc.xuehai.net/b7d79be47349030b168cf4c5c.html | ÇëÊäÈëÄÚÈÝ£º ¡¡
µ±Ç°Î»Ö㺠ÎĵµÏÂÔØ > ËùÓзÖÀà > Scaling of avalanche queues in directed dissipative sandpiles
Ãâ·ÑÏÂÔØ´ËÎĵµ
# Scaling of avalanche queues in directed dissipative sandpiles
We simulate queues of activity in a directed sandpile automaton in 1+1 dimensions by adding grains at the top row with driving r... | {"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.acmicpc.net/problem/11016 | 시간 제한 메모리 제한 제출 정답 맞은 사람 정답 비율
1 초 256 MB 0 0 0 0.000%
## 문제
In Fall of 2005, the contest explored a “Summer on the Beach”. One of the most important activities on the beach is lying on the sand and sun bathing. As you are all aware, prolonged exposure to sun can cause painful sunburns, so the use of sunscreen is hig... | {"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/lim-sup-lim-inf-definition-convention.169815/ | # Homework Help: Lim sup, lim inf definition/convention
1. May 11, 2007
### quasar987
My book says that if the set of all cluster points is empty, then we write lim sup = $-\infty$ and if the sequence is not bounded above, we write limsup = $+\infty$.
But what if both happen at the same time? for instance consider ... | {"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://tex.stackexchange.com/questions/97162/horizontal-alignment-of-multiple-glossaries | # Horizontal alignment of multiple glossaries
I utilize the glossariespackage with acronym option as well as an self-defined symbols list. Unfortunately, each glossary aligns different horizontally. Is it possible to make them aligned? Otherwise, it looks distracting to me.
Code:
\documentclass[8pt]{scrartcl}
% L... | {"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://codegolf.stackexchange.com/questions/92011/mirror-mirror-in-the-code/92035 | # Mirror, Mirror, in the Code
Two-dimensional programming languages often have mirror commands like / and \ to redirect the instruction pointer on the grid:
>>>>\
v
v
<<<</
In this challenge, you're given an incoming direction and a mirror and you need to determine the outgoing direction.
## Rules
The incoming dir... | {"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.allwords.com/statisitics-glossary-F-words-242-7-195.php | # All Words Glossary
Glossary of Statisitics Terms
beginning with letter F
Browse the Statisitics Glossary
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
frequency
noun (frequenc, ies)
1. (uncountable) The rate of occurrence of anything; the relationship between incidence and time period.
• With growing confide... | {"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.bluecc.edu/parker/fraction-sums/index.html | # Fraction Sum Exploration
A common method for adding fractions is to find the lowest common multiple of the denominators. This is called the LCD algorithm, Lowest Common Denominator algorithm. Even though we have the smallest possible denominator that allows us to combine the fractions, sometimes the sum will still r... | {"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://arxiv.org/abs/1608.03919 | Full-text links:
hep-th
(what is this?)
# Title:6d strings from new chiral gauge theories
Abstract: We study the 6d $\mathcal{N}=(1,0)$ superconformal field theory with smallest non-Higgsable gauge symmetry $SU(3)$. In particular, we propose new 2d gauge theory descriptions of its self-dual strings in the tensor br... | {"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://onlinetesting-staging.americanbookcompany.com/sample/734 | North Carolina 5th Grade Math EOG - PreTest Calculator InActive
### North Carolina 5th Grade Math EOG - PreTest Calculator InActive Sample
Standard: 5.NBT.3 DOK: 2 1 pt
2.
Which symbol makes this sentence true?
Standard: 5.NBT.7 DOK: 2 1 pt
7.
What is the value of ?
Standard: 5.NF.7 DOK: 2 1 pt
15.
How ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 6, "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/gauss-words-knot-invariants.671286/ | # Gauss words, knot invariants
1. ### ArcanaNoir
757
We had a seminar on Gauss words yesterday, and the speaker brought up the fact that there are relatively few cases where the Gauss word could not be reduced to the trivial word. My question is, if the Gausss words can so often be reduced to the trivial word, how 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://www.arxiv-vanity.com/papers/1711.03044/ | arXiv Vanity renders academic papers from arXiv as responsive web pages so you don’t have to squint at a PDF. Read this paper on arXiv.org.
Lecture notes on Diagrammatic Monte Carlo for the Fröhlich polaron
J. Greitemann1, L. Pollet1*
1 Department of Physics and Arnold Sommerfeld Center for Theoretical Physics, Ludw... | {"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://math.stackexchange.com/questions/100055/proof-of-lh%c3%b4pitals-rule-that-minimizes-special-casing | # proof of l'Hôpital's rule that minimizes special-casing
A simple form of l'Hôpital's rule looks like this: If $u$ and $v$ are functions with $u(0)=0$ and $v(0)=0$, the derivatives $\dot{v}(0)$ and $\dot{v}(0)$ are defined, and the derivative $\dot{v}(0)\ne 0$, then \begin{align*} \lim_{x\rightarrow 0} \frac{u}{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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathhelpforum.com/advanced-applied-math/15211-central-force-problem.html | # Math Help - Central force problem
1. ## Central force problem
Central force F=-ar/(r^3) & Central potential energy,U=-(a/r)
(not U_eff)
Find the nature of orbits if (i)a>0 and (ii)a<0
If we remember the attractive central force E=E(r) diagram,i.e.the one showing the graph of U_eff,we only need to know E_total=K+U.... | {"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://gmatclub.com/forum/calling-all-kelley-indiana-2013-applicants-140137-160.html?sort_by_oldest=true | Find all School-related info fast with the new School-Specific MBA Forum
It is currently 30 Jun 2016, 23:59
### 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathematica.stackexchange.com/questions/33538/numerical-solution-of-coupled-odes-with-boundary-conditions | # Numerical solution of coupled ODEs with boundary conditions
I have to solve the following set of ODEs and just can't get good results using Mathematica $$r\frac{d}{dr}\left(\frac{1}{r}\frac{d}{dr}A(r)\right)-\xi^2F(r)^2\left(A(r)-1\right)=0$$ $$\frac{1}{r}\frac{d}{dr}\left(r\frac{d}{dr}F(r)\right)-\frac{n^2}{r^2}F(r... | {"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://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0043352 | Research Article
# Growth Dynamics Explain the Development of Spatiotemporal Burst Activity of Young Cultured Neuronal Networks in Detail
• Affiliation: Neural Engineering Department, Institute for Biomedical Engineering MIRA, University of Twente, Enschede, The Netherlands
X
• Affiliation: Neural Engineering Depart... | {"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://tel.archives-ouvertes.fr/tel-00719791 | # Gamma ray astronomy and the origin of galactic cosmic rays
1 APC - AHE - APC - Astrophysique des Hautes Energies
APC - UMR 7164 - AstroParticule et Cosmologie, Dipartimemto di Astronomia, Universita degli Studi di Bologna
Abstract : Diffusive shock acceleration operating at expanding supernova remnant shells is by f... | {"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.science.gov/topicpages/p/pour+plate+method.html | #### Sample records for pour plate method
1. Machine for Automatic Bacteriological Pour Plate Preparation
PubMed Central
Sharpe, A. N.; Biggs, D. R.; Oliver, R. J.
1972-01-01
A fully automatic system for preparing poured plates for bacteriological analyses has been constructed and tested. The machine can make deci... | {"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://openresearchsoftware.metajnl.com/articles/10.5334/jors.282/ | A- A+
Alt. Display
# High Precision Particle Swarm Optimization Algorithm (HiPPSO)
## Abstract
Particle Swarm Optimization (PSO) is a nature-inspired meta-heuristic adaptable to continuous optimization problems. To avoid numerical instabilities or artifacts it is necessary to evaluate floating point calculations wit... | {"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://alphons.io/2412/what-is-the-formula-to-convert-radians-per-second-rad-slash-s-to-miles-per-hour-mph/ | 👋 Hello! I'm Alphonsio the robot. Ask me a question, I'll try to answer.
# What is the formula to convert radians per second [rad/s] to miles per hour [mph]?
The formula to convert radians per second [rad/s] to miles per hour [mph] is given by:
where:
• is the linear velocity expressed in miles per hour [mp... | {"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://bryanwweber.github.io/thermostate/installation.html | # Installation¶
## Conda¶
The preferred installation method is to use conda. Using Conda, ThermoState can be installed for either Python 3.5, 3.6, or 3.7. If you have an existing Conda environment with one of those Python versions, installing ThermoState can be done by
conda install -c bryanwweber thermostate conda-... | {"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://forum.allaboutcircuits.com/threads/project-arduino-temperature-reading-using-a-ds18b20-with-74hc595-4x-seven-segment-displays.133589/ | # Project: Arduino temperature reading using a DS18B20 with 74HC595 / 4x Seven Segment displays
#### Remembermyname
Joined Sep 6, 2015
91
Greetings,
Recently, I had been trying to build an Arduino temperature reader using a DS18B20 and display the output on 4x Seven Segment Displays. With a lot of trial and error (mo... | {"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.tcs.tifr.res.in/events/classical-central-limit-theorem-wasserstein-metric | # The Classical Central Limit Theorem in Wasserstein Metric
Speaker:
## Time:
Friday, 19 September 2014, 14:00 to 15:30
## Venue:
• D-405 (D-Block Seminar Room)
## Organisers:
Abstract: We discuss a proof of the classical CLT (in Wasserstein metric) using Stein's Lemma. | {"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.jguru.com/forums/view.jsp?EID=470799 | jGuru Forums
Using runtime.exec under windows '98.
0 posts in topic
Flat View
TOPIC ACTIONS:
Posted By: David_Abelson
Posted On: Tuesday, August 7, 2001 05:16 PM
I am trying to run a program called magma interactively under windows '98. My code is as follows: String [] command = { "c:\command.com", "/y", "/c" "m... | {"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/144735/attempting-to-verify-the-colorability-using-wigdersons-algorithm | # Attempting to verify the colorability using Wigderson's Algorithm
The algorithm of Wigderson (see here) can color a graph that is known to be $$3$$-colorable in $$O\left( \sqrt{\left| V \right|} \right)$$ colors. This is done in $$O\left( |V| + |E|\right)$$ time.
For those who are not familiar with the algorithm, 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://socratic.org/organic-chemistry-1/ways-to-draw-and-represent-molecules/bond-line-notation | Organic Chemistry
Topics
# Bond Line Notation
## Key Questions
• Perhaps the first question one would ask when curious about organic chemistry!
An ethane molecule ${H}_{3} C - C {H}_{3}$ is merely,
Each terminal end has three hydrogens! It's that easy!
However, when we connect these lines into a chain or into a r... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 2, "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.wikibooks.org/wiki/Set_Theory/Zermelo%E2%80%92Fraenkel_set_theory | # Set Theory/Zermelo‒Fraenkel set theory
1. Axiom of extensionality: ${\displaystyle \forall x,y:x=y\Leftrightarrow (z\in x\Leftrightarrow z\in y)}$
2. Empty set: ${\displaystyle \exists \emptyset :\forall x:x\notin \emptyset }$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 2, "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.joshuapkeller.com/page/introregression/slrFtest.html | # Chapter 6 Inference for the SLR Model
$$\newcommand{\E}{\mathrm{E}}$$ $$\newcommand{\Var}{\mathrm{Var}}$$
In Chapter 4 we saw how to conduct inference about the parameters $$\beta_0$$ and $$\beta_1$$. That allowed to answer quesitons about the nature of the relationship between $$x_i$$ and $$y_i$$.
A related quest... | {"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... |
https://docs.nvidia.com/drive/archive/driveworks-3.0/dwx_camera_calibration.html | DriveWorks SDK Reference 3.0.4260 Release For Test and Development only
Static Camera Calibration
Note
SW Release Applicability: This tutorial is applicable to modules in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.
The NVIDIA® Static Camera Calibration tutorial describes how to perform intrinsic and ext... | {"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://doc.sagemath.org/html/en/reference/categories/sage/categories/semigroups.html | # Semigroups¶
class sage.categories.semigroups.Semigroups(base_category)
The category of (multiplicative) semigroups.
A semigroup is an associative magma, that is a set endowed with a multiplicative binary operation $$*$$ which is associative (see Wikipedia article Semigroup).
The operation $$*$$ is not required 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": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.bartleby.com/solution-answer/chapter-122-problem-25e-multivariable-calculus-8th-edition/9781305266643/find-a-unit-vector-that-has-the-same-direction-as-the-given-vector-25-8i-j-4k/9232e257-be71-11e8-9bb5-0ece094302b6 | Chapter 12.2, Problem 25E
### Multivariable Calculus
8th Edition
James Stewart
ISBN: 9781305266643
Chapter
Section
### Multivariable Calculus
8th Edition
James Stewart
ISBN: 9781305266643
Textbook Problem
# Find a unit vector that has the same direction as the given vector.25. 8i − j + 4k
To determine
To find: ... | {"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://codereview.stackexchange.com/questions/85364/simple-todo-application/85441 | # Simple todo application
I have been learning HTML/JavaScript and CSS. I have gone through some of the online tutorials, PDFs and books as well. Though, now I am familiar with syntactical stuff, I wasn't sure how I should design or structure code, so I started with a small ToDo application. I didn't want to use any 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": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.science.gov/topicpages/p/parameterized+scatter+removal.html | Sample records for parameterized scatter removal
1. THE DEVELOPMENT OF A PARAMETERIZED SCATTER REMOVAL ALGORITHM FOR NUCLEAR MATERIALS IDENTIFICATION SYSTEM IMAGING
SciTech Connect
Grogan, Brandon R
2010-05-01
This report presents a novel method for removing scattering effects from Nuclear Materials Identification... | {"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/differential-geometry/192606-euler-s-method-global-error.html | # Thread: Euler's Method - Global Error
1. ## Euler's Method - Global Error
Use Euler's method with $h = 1/2$ to estimate $y(1)$ for the IVP:
$y(0)=1$
$y'(t)=t^2-y(t)$
Assuming that $|y(t)| \le 1$ for $0 \le t \le 1$ determine the value of n needed to ensure that $|E_n| \le 10^{-2}$
The first part is easy enough:... | {"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... |
http://trecs.se/ellipse.php | $\newcommand{\sech}{\mathop{\rm sech}\nolimits} \newcommand{\csch}{\mathop{\rm csch}\nolimits} \newcommand{\R}{\mathbb{R}} \newcommand{\basis}{\underline{\mathbf{e}}}$
Current Page
Ellipse
# Ellipse
Object type: Plane curve
### Definition
In $\mathbb{R}^2$, an ellipse $E$ is a set of points $(x, y)$ satisfying 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://arxiv.org/list/hep-th/1612 | # High Energy Physics - Theory
## Authors and titles for Dec 2016
[ total of 615 entries: 1-25 | 26-50 | 51-75 | 76-100 | ... | 601-615 ]
[ showing 25 entries per page: fewer | more | all ]
[1]
Title: Spinning Kerr black holes with stationary massive scalar clouds: The large-coupling regime
Authors: Shahar Hod
Journa... | {"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://zims-en.kiwix.campusafrica.gos.orange.com/wikipedia_en_all_nopic/A/Equivalent_air_depth | # Equivalent air depth
The equivalent air depth (EAD) is a way of approximating the decompression requirements of breathing gas mixtures that contain nitrogen and oxygen in different proportions to those in air, known as nitrox.[1][2][3]
The equivalent air depth, for a given nitrox mix and depth, is the depth of a di... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 19, "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.aimsciences.org/article/doi/10.3934/dcds.2009.25.585 | # American Institute of Mathematical Sciences
July 2009, 25(2): 585-615. doi: 10.3934/dcds.2009.25.585
## Modeling solutions with jumps for rate-independent systems on metric spaces
1 Weierstraß-Institut, Mohrenstraße 39, 10117 D–Berlin, Germany 2 Dipartimento di Matematica, Università di Brescia, Via Valotti 9, 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://gamedev.stackexchange.com/questions/103246/generate-box2d-bodies-from-isometric-tiled-map | # generate box2d bodies from isometric tiled map
I followed the tutorial here to generate box2d bodies from a tiled map and that worked fine.... for orthogonal tiled maps. Unfortunately isometric maps use their own coordinate system where (0, 0) is at the leftmost corner of the map, and this causes the bodies to be 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://api.philpapers.org/browse/derrida-philosophy-of-religion | This category needs an editor. We encourage you to help if you are qualified.
# Derrida: Philosophy of Religion
Related categories
140 found
Order:
1 — 50 / 140
1. Printing Religion after the Enlightenment.Timothy Stanley - 2022 - Lanham: Lexington Books | Rowman and Littlefield Publishers.
Over the course of the 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": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://web2.0calc.com/questions/intigration | +0
# INTIGRATION
0
309
1
(cotx/sinx-tan^2x- tanx/cos+2x/cos^2x)dx
Guest Aug 29, 2017
#1
+93356
+3
(cotx/sinx-tan^2x- tanx/cos+2x/cos^2x)dx
NOTE I have added an x after cos as I think that you forgot it. :)
$$\int (\frac{cotx}{sinx}-tan^2x-\frac{ tanx}{cosx}+\frac{2x}{cos^2x})dx\\ =\int \frac{cotx}{sinx}dx-\int... | {"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/system-of-equations-4-variable.298694/ | # Homework Help: System of equations 4 variable
1. Mar 10, 2009
### synergix
1. The problem statement, all variables and given/known data
Solve
2w + 2x - 5y + z = -16 (1)
-w + x + 6y - z = 15 (2)
2w - x + y + 6z = 3 (3)
w + x + 2y - z = 7 (4)
3. The attempt at a solution
(2) + (4) = 2x + 8y - 2z = 22 (5)
2(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... |
http://mathhelpforum.com/geometry/65216-help-circles-print.html | # help on circles
• Dec 16th 2008, 03:14 AM
helloying
1 Attachment(s)
help on circles
help me solve part (b)
• Dec 16th 2008, 05:13 AM
Area
Hello -
Area of APBC = 2 x Area of triangle OBC + area of sector OAPB, found in part (a)
Area of triangle OBC = 0.5 x base x height, where base = OC and height = perpendicular 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": 0, "img_math": 0, "codecogs_latex": 2, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://docs.openmc.org/en/stable/usersguide/depletion.html | # 10. Depletion and Transmutation¶
OpenMC supports transport-coupled and transport-independent depletion, or burnup, calculations through the openmc.deplete Python module. OpenMC uses transmutation reaction rates to solve a set of transmutation equations that determine the evolution of nuclide densities within a mater... | {"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.nature.com/articles/s41467-021-25219-w?error=cookies_not_supported&code=8455a68a-d0e9-4a13-bb90-07ef27a33b5c | ## Introduction
Economic choice is mediated by a large number of brain regions, including several in the prefrontal cortex1,2,3. The principles delineating the allocation of specific choice-related functions to specific regions remain unclear. On one hand, modular theories hold that specific brain regions can be assoc... | {"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://buzzsta.com/tags/Happy | # #happy
367.4M Posts
13 seconds ago
Not all thinking and all emotions are all of the ego. They turn into ego only when you identify with them and they take over completely, that's is to say, when they become I. - quote @eckhart.tolle ❤️. All thoughts and emotions are inner energy and if you let them control you it ... | {"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/44809/image-processing-edge-detection-of-the-tumor-on-tomogram-%D0%A1alculation-area-of-t?answertab=oldest | # Image Processing: Edge detection of the tumor on tomogram. Сalculation area of the tumor
The task is to identify the image region of the tumor.
I try to use example from documentation centre:
tom1 = Import["http://i.stack.imgur.com/mZ4fR.jpg"];
tumor = SelectComponents[
DeleteBorderComponents[ Binarize[ tom1, {0.7... | {"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://arxiver.moonhats.com/2017/06/19/pre-supernova-mixing-in-cemp-no-source-stars-ssa/ | # Pre-supernova mixing in CEMP-no source stars [SSA]
Context. CEMP-no stars are long-lived low-mass stars with a very low iron content, overabundances of carbon and no or minor signs for the presence of s- or r-elements. Although their origin is still a matter of debate, they are often considered as being made of a ma... | {"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.npsm-kps.org/journal/view.html?uid=6360&vmd=Full | Title Author Keyword ::: Volume ::: Vol. 68Vol. 67Vol. 66Vol. 65Vol. 64Vol. 63Vol. 62Vol. 61Vol. 60Vol. 59Vol. 58Vol. 57Vol. 56Vol. 55Vol. 54Vol. 53Vol. 52Vol. 51Vol. 50Vol. 49Vol. 48Vol. 47Vol. 46Vol. 45Vol. 44Vol. 43Vol. 42Vol. 41Vol. 40Vol. 39Vol. 38Vol. 37Vol. 36Vol. 35Vol. 34Vol. 33Vol. 32Vol. 31Vol. 30Vol. 29Vol.... | {"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://anglo-celtic-connections.blogspot.com/2012/09/how-to-use-probability-in-genealogy.html | ## Tuesday, 4 September 2012
### How to use probability in genealogy - part 1
I've blogged previously on how genealogical proof could be made more convincing, beyond the textual reasoning presently employed, by adopting a probabilistic approach. The example here, based on the non-genealogical example in this YouTube ... | {"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://codegolf.stackexchange.com/questions/99304/find-the-unwrapped-size-of-a-list?noredirect=1 | # Find the “unwrapped size” of a list
Let's define the "unwrapped size" function u of a nested list l (containing only lists) by the following rules:
• If l is empty, then u(l) is 1.
• If l is non-empty, u(l) is equal to the sum of the unwrapped sizes of every element in l, plus one.
Your task is to write a program ... | {"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://studydaddy.com/question/acc-291-week-4-discussion-question-2 | QUESTION
# ACC 291 Week 4 Discussion Question 2
In this work ACC 291 Week 4 Discussion Question 2 you will find right answers on the following questions: "What are some common ratios used to analyze financial information? Which are the most important? What are some examples of how ratios are used in the decision maki... | {"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://eprint.iacr.org/2020/166 | ## Cryptology ePrint Archive: Report 2020/166
Non Atomic Payment Splitting in Channel Networks
Stefan Dziembowski and Paweł Kędzior
Abstract: Off-chain channel networks are one of the most promising technologies for dealing with blockchain scalability and delayed finality issues. Parties that are connected within su... | {"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://physics.stackexchange.com/questions/39090/what-is-the-physical-size-of-a-black-hole/39091 | What is the physical size of a black hole?
Something that's always confused me. How large is a black hole's physical size - not mass?
From descriptions, it would seem that the 'singularity' is a single point, but is it really?
Say for arguments sake, a 110 solar mass black hole. Obviously it's not going to be the sa... | {"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.ncbi.nlm.nih.gov/pubmed/9002493?dopt=Abstract | Format
Choose Destination
JAMA. 1997 Jan 22-29;277(4):307-11.
# The costs of adverse drug events in hospitalized patients. Adverse Drug Events Prevention Study Group.
### Author information
1
Division of General Medicine, Department of Medicine, Brigham and Women's Hospital, Boston, MA 02115, USA.
### Abstract
##... | {"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://gmatclub.com/forum/mary-s-annual-income-is-15-000-and-john-s-annual-income-is-148714.html | It is currently 17 Dec 2017, 13:53
### 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.
Customized
for You
we will pick new questions that match your level based o... | {"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-math-topics/25039-measure-theory.html | ## Measure Theory
Can anyone recommend a math book that gives a gentle introduction to Measure Theory?
Much appreciated. | {"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://mathhelpforum.com/calculus/34330-another-volume-integral.html | # Math Help - Another volume integral
1. ## Another volume integral
Let R be the region in the first quadrant bounded by the curves y = x^3 and y = 2x-x^2. Calculate the following quantities.
(a) The area of R
(I did this already and got 37/12 units squared)
(b) The volume obtained by rotating R about the x-axis
(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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 13, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://socratic.org/questions/5a4671bb11ef6b47e7481091 | Physics
Topics
Question #81091
Dec 30, 2017
From Bohr's model of atom we know that the electron is held in a circular orbit by electrostatic attraction. In case of equilibrium the centripetal force is equal to the Coulomb force.
$\frac{{m}_{e} {v}^{2}}{r} = \frac{Z {k}_{e} {e}^{2}}{r} ^ 2$
where ${m}_{e}$ is mass o... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 13, "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://www.clutchprep.com/physics/practice-problems/146636/an-object-weighing-1-840-kg-has-a-volume-of-0-0015-m3-what-is-the-density-of-the | Density Video Lessons
Concept
Problem: An object weighing 1.840 kg has a volume of 0.0015 m3. what is the density of the object in g/cm3?
FREE Expert Solution
Density is given by:
$\overline{){\mathbf{d}}{\mathbf{e}}{\mathbf{n}}{\mathbf{s}}{\mathbf{i}}{\mathbf{t}}{\mathbf{y}}{\mathbf{=}}\frac{\mathbf{m}\mathbf{a}\... | {"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://cs.stackexchange.com/questions/89145/dimension-of-1x1-convolution-output | Dimension of 1x1 convolution output
I am having a hard time understanding maths behind a 1x1 convolution and how is it actually performed.
Assuming that I have a 6x6x32 input to my 1x1xK convolution layer similar to the one presented in this video and shown below. I understand that I would take a 1x1x32 slice from 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.mail-archive.com/search?l=ntg-context%40ntg.nl&q=date%3A20170124&a=1&o=newest | ### [NTG-context] Bug in \startdocument
Dear devs, It is really convenient to set PDF metadata in \startdocument, however I noticed that there is a bug. The PDF subject is not set using metadata:subject but with metadata:subtitle. This is not a big issue by itself but merely a little confusing. What’s worse is that us... | {"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://tex.stackexchange.com/questions/371341/diagnosing-incorrect-indent-in-caption-of-code-using-listings-package | # Diagnosing incorrect indent in caption of code using listings package
I am using the listings package to insert code into my document, using code from a Stack Overflow answer.
In my document, the caption is shifted right by about one tabstop (relative to page number):
I am using a customized LaTeX document class (... | {"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://mitpress.mit.edu/index.php?q=books/morphology-and-computation | Hardcover | $13.75 Short | £10.50 | ISBN: 9780262193146 | 314 pp. | 6.3 x 9.1 in | April 1992 Paperback |$28.00 Short | £19.95 | ISBN: 9780262527026 | 314 pp. | 6.3 x 9.1 in | April 1992
## Overview
This book provides the first broad yet thorough coverage of issues in morphological theory. It includes a wide array 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://thecubics.com/classification-of-machines-in-physics/ | # What is Machine?
Machines are devices by which work can be done easily. Examples of machines are , hammers, scissors , wheel barrow , pulley, Crowbar or anything at all that can help you do your work at ease.
# Terminology of simple machine
1. Mechanical advantage: it is defined as the ratio of load to the Effort,... | {"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": 11, "mimetex.cgi": 0, "/images/ma... |
http://mathhelpforum.com/math-topics/195971-hey-i-m-new-here-i-need-help-intro-real-analysis-completely-lost.html | ## Hey I'm new here. I need help with Intro to Real Analysis;completely lost
Hey I'm new here.
I'm going to college to become a high school math teacher, but some of these math courses are pretty intense. Actually the only ones that are difficult are the proof based courses. I really need help.
This is my homework a... | {"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.standfirminfaith.com/?/sf/page/17979 | October 28, 2016
August 31, 2010
# [Bumped For Obvious Reasons] Anglicanism Upside Down Down Under? Understanding Lay Administration
The question of Lay Presidency of the Lord’s Supper has been placed firmly on the global Anglican agenda by the recent motion by the Synod of the Diocese of Sydney. The motion read 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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://topanswers.xyz/tex?q=494 | or
CarLaTeX
tikz
As you can see, the VaR tick is longer than the one under the y axis.
How can I have them equals without manually drawing the tick under the y axis?
P.S. = The skewed Normal distribution is from https://tex.stackexchange.com/a/461839/101651.
~~~
\documentclass[11pt]{standalone}
% tikz
\usepackage{ti... | {"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://mcqexams.com/cbse/mcq-questions-for-class-11-medical-physics/ | # MCQ Questions for Class 11 Medical Physics Quiz with Answers Chapter Wise PDF Download
CBSE Multiple Choice Type Questions for 11th Class Medical Physics PDF formatted study resources are available for free download. These Grade 11 Medical Physics CBSE MCQ Mock Test helps you learn & practice the concepts in a fun l... | {"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://learnzillion.com/lesson_plans/3415-8-comparing-unit-size-and-measured-length-c | # 8. Comparing Unit Size and Measured Length (C)
teaches Common Core State Standards CCSS.Math.Content.2.MD.A.1 http://corestandards.org/Math/Content/2/MD/A/1
teaches Common Core State Standards CCSS.Math.Content.2.MD.A.2 http://corestandards.org/Math/Content/2/MD/A/2
teaches Common Core State Standards CCSS.Math.Prac... | {"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://hal-univ-avignon.archives-ouvertes.fr/hal-03194569 | # Anosov representations as holonomies of globally hyperbolic spatially compact conformally flat spacetimes
Abstract : Anosov representations were introduced by F. Labourie [18] for fundamental groups of closed negatively curved surfaces, and generalized by O. Guichard and A. Wienhard [19] to representations of arbitr... | {"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://stats.stackexchange.com/questions/52829/why-is-a-likelihood-ratio-test-distributed-chi-squared | Why is a likelihood-ratio test distributed chi-squared?
Why is the test statistic of a likelihood ratio test distributed chi-squared?
$2(\ln \text{ L}_{\rm alt\ model} - \ln \text{ L}_{\rm null\ model} ) \sim \chi^{2}_{df_{\rm alt}-df_{\rm null}}$
• – Nick Sabbe Mar 20 '13 at 16:09
• Thanks for the reference. Here'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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://tutorial.math.lamar.edu/Classes/Alg/LinearApps.aspx | Paul's Online Notes
Paul's Online Notes
Home / Algebra / Solving Equations and Inequalities / Applications of Linear Equations
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the math... | {"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": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.journaltocs.ac.uk/index.php?action=browse&subAction=subjects&publisherID=8&journalID=16053&pageb=5&userQueryID=&sort=&local_page=1&sorType=&sorCol= | Subjects -> MATHEMATICS (Total: 1120 journals) - APPLIED MATHEMATICS (92 journals) - GEOMETRY AND TOPOLOGY (23 journals) - MATHEMATICS (822 journals) - MATHEMATICS (GENERAL) (45 journals) - NUMERICAL ANALYSIS (25 journals) - PROBABILITIES AND MATH STATISTICS (113 journals) MATHEMATICS (822 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://mathhelpforum.com/calculus/6811-subsequence.html | ## Subsequence
Let (an) be a bounded sequence. Let sn=sup{ak:k is greater than or equal to n}. Let b=inf{sn}. Show that there exists a subsequence (ank) that converges to b.
Any help appreciated. | {"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/impulse-how-to-figure-out.282442/ | # Impulse how to figure out?
1. Jan 2, 2009
### fumalicious
Hello... new to the forum and not sure where to post, I see a warning everywhere lol Hope I'm not in the wrong spot.
I haven't been in school in well over a decade, but I'm the kind of guy that went out and got math books on my own because I was jonsing to... | {"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://stkwans.blogspot.com/2012/05/ | ## Saturday, May 19, 2012
### SDHC USB Bootloader and Logging Firmware work!
I have the old Logomatic 2.3 working with the new SDHC USB bootloader. At first, FAT32 was not enabled. because the mass storage part doesn't even need a filesystem driver, the host takes care of it. However, In order to find and install FW.... | {"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://uwaterloo.ca/graduate-studies-postdoctoral-affairs/future-students/programs/german-ma-intercultural-german-studies-waterloo | # German - MA (Intercultural German Studies) at Waterloo
## At a glance:
### Research areas
• Applied Linguistics/Language Acquisition
• Literature/Media Studies
• A four-year Honours Bachelor’s degree (or equivalent) in German Studies or a four-year Honours Bachelor’s degree in the Humanities and Social Sciences 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... |
http://physics.stackexchange.com/questions/35690/classical-dynamics-on-group-manifold-su2 | # classical dynamics on group manifold SU(2)
I am trying to understand how to formulate classical dynamics on group manifold SU(2). This will be an exercise for me to the more advanced subject of path integral on group manifold.
Does someone know of good (pedestrian) lecture notes on classical dynamics on SU(2)? 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": 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/176518/why-is-the-actual-gauge-group-of-the-standard-model-su3-times-su2-times?noredirect=1 | # Why is the “actual” gauge group of the standard model $SU(3) \times SU(2) \times U(1) /N$?
In this paper John Baez says the actual gauge group of the standard model is $SU(3) \times SU(2) \times U(1) /N$. Can someone explain the logic behind this line of thought?
• Firstly, does this group $N$ has some name?
• How... | {"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://zbmath.org/?q=an:0970.65086 | # zbMATH — the first resource for mathematics
##### Examples
Geometry Search for the term Geometry in any field. Queries are case-independent. Funct* Wildcard queries are specified by * (e.g. functions, functorial, etc.). Otherwise the search is exact. "Topological group" Phrases (multi-words) should be set in "strai... | {"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://www.physicsforums.com/threads/need-help-inverse-of-an-operator.7777/ | # Need help! Inverse of an operator
1. Oct 26, 2003
### einai
Another quantum question.....I feel dumb .
A Hermitian operator A has the spectral decomposition
A = Σ an|n><n| (summation in n)
where A|n> = an|n> (the an's are eigenvalues of A, and |n>'s the eigenstates).
So, how can I find the spectral decom... | {"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://mathoverflow.net/questions/111637/intersection-of-vector-spaces?sort=votes | # Intersection of vector spaces
Let $\{v_{1,j},\ldots, v_{n,j}\}$ be a basis of the $n$-dimensional vector space $V$ for $j=1\ldots k$ (and assume $2k\leq n$). Let $V_i$ be the subspace spanned by $v_{i,1},\ldots, v_{i,k}$ for $i=1\ldots n$. (So the dimension of each $V_i$ can be anything between $1$ and $k$.) Is it 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": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://math.stackexchange.com/questions/275874/a-system-of-equations-of-vietnamese-mathematical-olympiad-2013?answertab=oldest | # A system of equations of Vietnamese Mathematical Olympiad 2013
This is a system of equation of Vietnamese Mathematical Olympiad 2013, the first day. Solve the system of equations $$\begin{cases} \sqrt{\sin^2 x + \dfrac{1}{\sin^2 x}} + \sqrt{\cos^2 y + \dfrac{1}{\cos^2 y}} = \sqrt{\dfrac{20y}{x+y}},\\ \sqrt{\sin^2 y ... | {"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://icml.cc/Conferences/2021/ScheduleMultitrack?event=8761 | Timezone: »
Poster
Single Pass Entrywise-Transformed Low Rank Approximation
Yifei Jiang · Yi Li · Yiming Sun · Jiaxin Wang · David Woodruff
Thu Jul 22 09:00 PM -- 11:00 PM (PDT) @ None #None
In applications such as natural language processing or computer vision, one is given a large $n \times n$ matrix $A = (a_{i,j})... | {"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://gmatclub.com/forum/one-pump-drains-one-half-of-a-pond-in-3-hours-and-then-a-second-pump-122066.html?kudos=1 | GMAT Question of the Day - Daily to your Mailbox; hard ones only
It is currently 24 May 2019, 06:13
### 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.
Customize... | {"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.jse.ac.cn/EN/Y2017/V55/I3/200 | J Syst Evol ›› 2017, Vol. 55 ›› Issue (3): 200-207.
• Research Articles •
### Identification and characterization of Rubisco activase genes in Oryza punctata
Si Xu1†, Zong-Yan Qin1, Pi-Chang Gong2, Qian-Li Dong3, and Ying Bao1†*
1. 1School of Life Sciences, Qufu Normal University, Qufu 273165, Shandong, China
2Stat... | {"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://oftankonyv.reak.bme.hu/tiki-index.php?page=T2+relaxation&structure=Tank%C3%B6nyv+Fizikusoknak | # T2 relaxation
The other relaxation process called transverse or relaxation will be presented here intuitively in a classical model. Assume we have a bunch of magnetic moments originally point to the direction of the external field, then we rotate them to the transverse plane with an RF pulse. The local magnetic fiel... | {"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... |