url
stringlengths
14
1.76k
text
stringlengths
100
1.02M
metadata
stringlengths
1.06k
1.1k
https://www.gamedev.net/blogs/entry/220022-codin-frenzy/
• entries 740 957 • views 731756 # Codin' Frenzy! 205 views Wednesday, October 20th Well I managed to accomplish quite a lot in just four hours of coding tonight. I'm still working on Tanto, the log reporter for my Katana engine. I started posting about it back on the 1st of this month. Tonight my goal was to code ...
{"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://bitbucket.org/evzijst/interruptingcow
Interrupting Cow Interruptingcow is a generic utility that can relatively gracefully interrupt your Python code when it doesn't execute within a specific number of seconds: from interruptingcow import timeout try: with timeout(5, exception=RuntimeError): # perform a potentially very slow operation pass except Runtim...
{"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.koreascience.or.kr/article/ArticleFullRecord.jsp?cn=DHJGHA_2015_v64n4_303
Effect of KOH Electrolyte and H2O2 Depolarizer on the Power Characteristics of Al/Air Fuel Cells Title & Authors Effect of KOH Electrolyte and H2O2 Depolarizer on the Power Characteristics of Al/Air Fuel Cells Kim, Yong-Hyuk; Abstract The effects of additive such as $\small{H_2O_2}$ in KOH electrolyte solution for th...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 7, "/images/mat...
https://brilliant.org/problems/roots-of-polynomial/
# Roots of Polynomial Algebra Level 3 If $$a,b,c$$ are the distinct roots of $$x^3-7x^2-6x+5=0$$, Find the value of $$(a+b)(b+c)(a+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": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://crypto.stackexchange.com/questions/16083/computational-diffie-hellman-problem-over-the-group-of-quadratic-residues
Computational Diffie-Hellman problem over the group of quadratic residues Suppose that $N=pq$ where $p$ and $q$ are safe primes. $\mathbb{QR}_N$ is the group of quadratic residues which is a cyclic group with order $\frac{\phi(N)}{4}$. Let $g$ be the generator of $\mathbb{QR}_N$. The computational Diffie-Hellman prob...
{"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/153902/un-countable-union-of-open-sets
# (Un-)Countable union of open sets Let $A_i$ be open subsets of $\Omega$. Then $A_0 \cap A_1$ and $A_0 \cup A_1$ are open sets as well. Thereby follows, that also $\bigcap_{i=1}^N A_i$ and $\bigcup_{i=1}^N A_i$ are open sets. My question is, does thereby follow that $\bigcap_{i \in \mathbb{N}} A_i$ and $\bigcup_{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/questions/how-do-you-divide-3x-4-2x-3-5x-2-4x-2-div-x-1-using-synthetic-division
Precalculus Topics # How do you divide (3x^4-2x^3+5x^2-4x-2)div(x+1) using synthetic division? May 8, 2017 The remainder is $= 12$ and the quotient is $= 3 {x}^{3} - 5 {x}^{2} + 10 x - 14$ #### Explanation: Let's perform the synthetic division Let $f \left(x\right) = 3 {x}^{4} - 2 {x}^{3} + 5 {x}^{2} - 4 x - 2$ ...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 46, "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...
https://linearalgebras.com/understanding-analysis-exercise-4-2.html
If you find any mistakes, please make a comment! Thank you. ## Solution to Understanding Analysis Exercise 4.2 ##### Exercise 4.2.1 See Understanding Analysis Instructors’ Solution Manual Exercise 4.2.5 ##### Exercise 4.2.2 (a) We would like $|(5x-6)-9|<1$, that is $|5(x-3)|<1$. Hence we need$|x-3|<\frac{1}{5}.$Th...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://studyadda.com/solved-papers/solved-paper-science-2017-delhi-set-i_q10/565/321576
• # question_answer An element P (atomic number 20) reacts with an element Q (atomic number 17) to form a compound. Answer the following questions giving reason: Write the position of P and Q in the Modern Periodic Table and the molecular formula of the compound formed when P reacts with Q. P = 20: 2, 8, 8, 2 Q =17: ...
{"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/306515/mean-field-equations-in-the-bcs-theory-of-superconductivity/327425
# Mean field equations in the BCS theory of superconductivity In BCS theory, one takes the model Hamiltonian $$\sum_{k\sigma} (E_k-\mu)c_{k\sigma}^\dagger c_{k\sigma} +\sum_{kk'}V_{kk'}c_{k\uparrow}^\dagger c_{-k\downarrow}^\dagger c_{-k'\downarrow} c_{k'\uparrow}$$ This Hamiltonian clearly conserves particle number...
{"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/physical-science/Density-in-Physical-Science/lesson/user:Mjparets/Density/r8/
<meta http-equiv="refresh" content="1; url=/nojavascript/"> # Density ## A measure of how tightly the matter in a substance is packed together. 0% Progress Practice Density Progress 0% Density The man in this cartoon is filling balloons with helium gas. What will happen if he lets go of the filled balloons? They wi...
{"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...
https://www.aimsciences.org/article/doi/10.3934/dcds.2000.6.673
American Institute of Mathematical Sciences July  2000, 6(3): 673-682. doi: 10.3934/dcds.2000.6.673 A uniqueness condition for hyperbolic systems of conservation laws 1 S.I.S.S.A., Via Beirut, 2-4, 34014 Trieste 2 SISSA, via Beirut 2-4, 34014 Trieste, Italy Received  December 1999 Revised  March 2000 Published  Ap...
{"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.quantumuniverse.nl/and-action
And… Action! Actie! De kreet heeft niet alleen een betekenis op de filmset; ook natuurkundigen hoor je vaak praten over de ‘actie’ van een systeem. In dit Engelstalige artikel legt Christian Ventura Meinersen uit wat een actie is, en hoe het begrip de volledige evolutie van een systeem bepaalt. F=ma. It’s the one equ...
{"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://cran.opencpu.org/web/packages/etl/vignettes/extending_etl.html
# Extending etl #### 2021-05-17 The etl package provides a framework for working with medium data. These data are typically: • larger than what would comfortably fit in a laptop’s memory (e.g. several gigabytes) • ideally stored in a SQL-based relational database management system The etl package provides a series ...
{"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://mathhelpforum.com/calculus/156693-another-continuity-question.html
The function $f(x) = \frac{x - 2}{x^2 - 3x + 2}$ is not defined for x = 2. Find a value to be given to f(2) that will make f continuous at 2. 2. $f(x)=\dfrac{(x-2)}{(x-2)(x-1)}$
{"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://www.cuemath.com/ncert-solutions/q-3-exercise-11-1-constructions-class-9-maths/
# Ex.11.1 Q3 Constructions Solution - NCERT Maths Class 9 Go back to  'Ex.11.1' ## Question Construct the angles of the following measurements: (i) $$30^{\circ}$$ (ii) $$22 \frac{1}{2}^{\circ}$$ (iii) $$15^{\circ}$$ Video Solution Constructions Ex 11.1 | Question 3 ## Text Solution $${\rm{(i)}}\;\;30^{\circ}$$...
{"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/help-finding-the-initial-speed.260972/
# Help finding the initial speed 1. Oct 1, 2008 ### 1234567890 Help finding the initial speed plz !!! 1. The problem statement, all variables and given/known data An archer shoots an arrow horizontally at a target 12 m away. The arrow is aimed directly at the center of the target, but it hits 52 cm lower. What was...
{"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://johnmayhk.wordpress.com/2008/01/14/alpm-hyperpower-function/
# Quod Erat Demonstrandum ## 2008/01/14 ### [AL][PM] Hyperpower function Filed under: HKALE,Pure Mathematics,University Mathematics — johnmayhk @ 4:39 下午 Justin asked me again about the hyperpower function. Sorry, I just re-post my old message in my old forum, which was prohibited by the adminstrators in the hkedci...
{"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": 2, "mimetex.cgi": 0, "/images/mat...
https://allhindilyric.com/let-me-down-slowly-lyrics-alec-benjamin/
# Let Me Down Slowly Lyrics – Alec Benjamin Let Me Down Slowly Lyrics In Hindi/English, Sung By Alec Benjamin. The Song Is Written By Alec Benjamin And Music Composed By Alec Benjamin. Let Me Down Slowly Song Details ## Let Me Down Slowly Lyrics This Night Is Cold In The Kingdom I Can Feel You Fade Away From The Ki...
{"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://deepai.org/publication/ear-slicing-for-matchings-in-hypergraphs
# Ear-Slicing for Matchings in Hypergraphs We study when a given edge of a factor-critical graph is contained in a matching avoiding exactly one, pregiven vertex of the graph. We then apply the results to always partition the vertex-set of a 3-regular, 3-uniform hypergraph into at most one triangle (hyperedge of size ...
{"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://cms.math.ca/10.4153/CJM-2012-063-1
Canadian Mathematical Society www.cms.math.ca location:  Publications → journals → CJM Abstract view Transfer of Plancherel Measures for Unitary Supercuspidal Representations between $p$-adic Inner Forms Published:2013-02-21 • Kwangho Choiy, Mathematics Department, Purdue University, West Lafayette, IN 47907, U.S.A...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.engkal.com/kxugf/viewtopic.php?id=0e3a57-espoma-green-sandkernel-density-estimation-explained
External Hard Disk Not Detected In Windows 8, Key Performance Indicators Pdf, Logitech Support Login, Vision Aerobar Riser Kit, Oman Air B787, Resorts In Chikmagalur For Corporate Outing, Health Survey Questions For Students, Sutherlin, Or Weather, Little Thai Kitchen, Dog Walking On Hind Legs Abuse, " /> External Hard...
{"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": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.muchen.ca/documents/ASTR200/asn1.html
Muchen He 44638154 [email protected] muchen.ca ASTR 200 # W19 Assignment 1 Updated 2019-09-11 ## 1. Angles Big and Small (a) Imagine that you are at the centre of the Earth, which you can assume to be transparent. Consider two points on the Earth’s surface that are separated by 10 arcseconds. What is the physic...
{"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": 3, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://openstudy.com/updates/50272991e4b086f6f9e12c6f
A community for students. Sign up today Here's the question you clicked on: 55 members online • 0 viewing anonymous 3 years ago Notation help: what does a comma in a subscript mean? I am given A_ij and asked to calculate A_ij,i ... Something about differentiation? I can't remember. Any help would be great, thanks! 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...
http://mathoverflow.net/questions/47835/when-can-you-reverse-the-orientation-of-a-complex-manifold-and-still-get-a-compl?sort=oldest
# When can you reverse the orientation of a complex manifold and still get a complex manifold? I'm told that $\overline{\mathbb{C}P^2}$, i.e. $\mathbb{C}P^2$ with reverse orientation, is not a complex manifold. But for example, $\overline{\mathbb{C}}$ is still a complex manifold and biholomorphic to $\mathbb{C}$. Thi...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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/149491/linear-algebra-norm-notation
# Linear algebra norm notation I was reading a paper where the authors used the following notation: $||b - \mathbf{A}x||^2_D = (b - \mathbf{A}x)^t \mathbf{D} (b - \mathbf{A}x)$, where $\mathbf{D}$ is a diagonal matrix I was curious about the subscript $D$ when taking the norm-2. Does this notation represent something...
{"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://worldwidescience.org/topicpages/l/l3+experimental+hall.html
#### Sample records for l3 experimental hall 1. Rock support of the L3 experimental hall complex International Nuclear Information System (INIS) Laughton, C. 1990-06-01 The methods of excavation and support selected for the LEP works are discussed in this paper. The excavation of the halls and chambers in discrete...
{"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://cs.overleaf.com/latex/templates/template-for-a-modular-thesis/cbzwddddbnqx
AbstractA modular template that contains and explains how to use the following items: frontmatter subdivision (frontispecie.tex, credits.tex, abstract.tex, tocs.tex, glossary.tex, simbols.tex); mainmatter subdivision (introduction, chapters and after appendices followed by an increasing number or letter: a folder for e...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 1, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://mathhelpforum.com/pre-calculus/131710-calculating-inflation-rates.html
1. ## Calculating Inflation rates In a country where inflation is a concern, prices have risen by 40% over a 5-year period. a) By what percent do the prices rise each year? b) How long does it take for prices to rise by 5%? So how would I start out this problem? When it says inflation that means the prices are going...
{"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://math.stackexchange.com/questions/2546454/is-it-true-that-sum-k-0m-binomn-kk-outputs-the-n1th-fibonacci-numbe
# Is it true that $\sum_{k=0}^m\binom{n-k}k$ outputs the $(n+1)$th Fibonacci number, where $m=\frac{n-1}2$ for odd $n$ and $m=\frac n2$ for even $n$? Does $$\sum_{k=0}^m\binom{n-k}k=F_{n+1}$$ where $m=\left\{\begin{matrix} \frac{n-1}{2}, \text{for odd} \,n\\ \frac n2, \text{for even} \,n \end{matrix}\right.$ hold 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://www.ck12.org/tebook/Basic-Speller-Teacher-Materials/r1/section/5.14/
<meta http-equiv="refresh" content="1; url=/nojavascript/"> You are reading an older version of this FlexBook® textbook: Basic Speller Teacher Materials Go to the latest version. # 5.14: The Combinations [ks] and [kw] Difficulty Level: At Grade Created by: CK-12 ## The Combinations [ks] and [kw] 1. You can hear 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": 0, "mimetex.cgi": 0, "/images/mat...
https://mathematica.stackexchange.com/questions/20435/non-commutative-algebra
# Non-commutative algebra I'm constantly dealing with non-commutative algebras. ** is inbuilt, non-commutative and associative. That's good :-) But it is not distributive. Rats. • What is a simple way (I probably won't need much more) to have, say, (a1 + a2 + a3)**(b1 + b2 + b3) always expand to a1**b1 + ... + a3**b3...
{"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://clay6.com/qa/19110/a-particle-is-projected-at-time-t-0-from-a-point-p-on-the-ground-with-a-spe
Browse Questions # A particle is projected at time $t=0$ from a point P on the ground with a speed $V_0$ at an angle of $45^{\circ}$ to the horizontal . What is the magnitude of the angular momentum of the particle about point P at time $t= \large\frac{V_0}{g}$ $\begin {array} {1 1} (a)\;\frac{mV_0^2}{2 \sqrt 2 g} & ...
{"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://math.stackexchange.com/questions/3738214/is-there-a-geometric-analog-of-absolute-value
# Is there a geometric analog of absolute value? I'm wondering whether there exists a geometric analog concept of absolute value. In other words, if absolute value can be defined as $$\text{abs}(x) =\max(x,-x)$$ intuitively the additive distance from $$0$$ to $$x$$, is there a geometric version $$\text{Geoabs}(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": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://realdevtalk.com/tag/pytorch/
## Tensors & Machine Learning When it comes to building neural network models, there’s a lot of factors to consider such as hyperparameter tuning, model architecture, whether to use a pre-trained model or not, and so on and so forth. While it’s true that these are all important aspects to consider, I would argue that ...
{"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.hpmuseum.org/forum/thread-11446-post-104559.html
(15C) Arithmetic with Fractions 09-23-2018, 09:24 AM (This post was last modified: 09-27-2018 02:19 AM by Gamo.) Post: #1 Gamo Senior Member Posts: 581 Joined: Dec 2016 (15C) Arithmetic with Fractions Program to add, subtract, multiply, divide, simplify to lowest term and convert to mixed fraction. All procedure is t...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://openreview.net/forum?id=MljXVdp4A3N
## Know Your Action Set: Learning Action Relations for Reinforcement Learning 29 Sept 2021, 00:30 (modified: 16 Mar 2022, 08:08)ICLR 2022 PosterReaders: Everyone Keywords: reinforcement learning, varying action space, relational reasoning Abstract: Intelligent agents can solve tasks in various ways depending on their ...
{"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.ideals.illinois.edu/handle/2142/19109
## Files in this item FilesDescriptionFormat application/pdf 9543665.pdf (4MB) (no description provided)PDF ## Description Title: The power of parallel time Author(s): Mak, Ka Ho Doctoral Committee Chair(s): Loui, Michael C. Department / Program: Computer Science Discipline: Computer Science Degree Granting Insti...
{"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/calculus/20472-acceleration-velocity-models-problem.html
# Math Help - Acceleration-Velocity Models problem 1. ## Acceleration-Velocity Models problem A woman bails out of an airplane at an altitude of 10,000fts, falls freely for 20s, then open her parachute. How long will it take her to reach the ground? Assume linear air resistance pv ft/s^2, taking p = 0.15 without 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": 1, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://export.arxiv.org/abs/1907.06531?context=cond-mat.supr-con
### Current browse context: cond-mat.supr-con (what is this?) # Title: Neutron powder diffraction study on the non-superconducting phases of ThFeAsN$_{1-x}$O$_x$ ($x=0.15, 0.6$) iron pnictide Abstract: We use neutron powder diffraction to study on the non-superconducting phases of ThFeAsN$_{1-x}$O$_x$ with $x=0.15,...
{"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/591983/showing-that-a-functor-is-not-representable
# Showing that a functor is not representable. Let $Y,Z$ be sets. We define a functor $F:Set\rightarrow Set$ in the following manner: $F(X)=Hom(X,Y)\amalg Hom(X,Z)$, $F(f)=Hom(X,f)\amalg Hom(X,f)$. How to prove that $F$ is not representable unless one of $Y,Z$ is empty? Thank you in anticipation. - Probably no-one...
{"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/3173125/what-are-the-integer-coeffcients-of-a-cubic-polynomial-having-two-particular-pro/3183314
# What are the integer coeffcients of a cubic polynomial having two particular properties? Let $$f(x) = x^3 + a x^2 + b x + c$$ and $$g(x) = x^3 + b x^2 + c x + a\,$$ where $$a, b, c$$ are integers and $$c\neq 0\,$$. Suppose that the following conditions hold: 1. $$f(1)=0$$ 2. The roots of $$g(x)$$ are squares of the...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://mathematica.stackexchange.com/questions/49298/solving-for-the-time-evolution-operator-in-a-periodically-driven-system
# Solving for the time-evolution operator in a periodically driven system I am looking at the Hamiltonian $$H(t)=\begin{pmatrix} 0 & e^{i\Omega t}\\ e^{-i\Omega t}& 0\end{pmatrix}$$ I am trying to solve for the unitary operator $U(t,0)=\mathcal{T}\exp(-i\int_0^t dt'\, H(t'))$, where I have transformed this into $$U(...
{"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://en.m.wikipedia.org/wiki/Dot_product
Dot product In mathematics, the dot product or scalar product[note 1] is an algebraic operation that takes two equal-length sequences of numbers (usually coordinate vectors) and returns a single number. In Euclidean geometry, the dot product of the Cartesian coordinates of two vectors is widely used and often called "...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 49, "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://tex.stackexchange.com/questions/48260/xparse-bug-in-optional-arguments-simply-not-working
# xparse bug in optional arguments (simply not working)? [closed] The follow code returns -NoValue- instead of 3 It seems I'm wrong in that I thought xparse took a single argument and parsed it instead of all the arguments of a macro. \documentclass[11pt]{book} % use larger type; default would be 10pt \usepackage{p...
{"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://math.stackexchange.com/questions/2624032/given-is-a-uniformly-distributed-random-variable-u-in-0-1-and-density-how
# Given is a uniformly distributed random variable $u \in (0,1)$ and density. How can you create a random variable with that density? Assume you have an uniformly distributed random variable $u \in (0,1).$ How can you create a random variable with density $f(x)=\left\{\begin{matrix} \frac{1}{\pi}\frac{1}{1+x^2}\text{...
{"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/neutron-stability.168776/
# Neutron Stability 1. May 3, 2007 I have a question about current experimental findings on the status of the neutron N while contained within nuclear radius of a stable atom, say Helium-4. It is well known that the N will undergo beta(-) decay when it is free from a nucleus (takes ~ 14 minutes). But... My question...
{"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/which-formula-for-energy-and-heat-transfer.680185/
# Which formula for energy and heat transfer? 1. Mar 22, 2013 ### Marshiewoo A perfect gas is compressed in a cylinder reversibly according to the law pV1.3 = C. The initial condition of the gas is 1.05 bar, 0.34 m3 and 17 oC. If the final pressure is 6.32 bar; and given that cv = 0.7175 kJkg-1 and R = 0.287 kJkg-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://projecteuclid.org/euclid.jsl/1183745801
## Journal of Symbolic Logic ### Transfering Saturation, The Finite Cover Property, and Stability #### Abstract $\underline{\text{Saturation is} (\mu, \kappa)-\text{transferable in} T}$ if and only if there is an expansion T$_1$ of T with $\mid T_1 \mid$ = $\mid T \mid$ such that if M is a $\mu$-saturated model of 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...
https://zenodo.org/record/3266908/export/xd
Conference paper Open Access Modelling of Computational Resources for 5G RAN Khatibi, Sina; Shah, Kunjan; Roshdi, Mustafa Dublin Core Export <?xml version='1.0' encoding='utf-8'?> <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www....
{"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://upcommons.upc.edu/handle/2117/93007?show=full
dc.contributor.author Díaz Cort, Josep dc.contributor.author Penrose, Matthew dc.contributor.author Petit Silvestre, Jordi dc.contributor.author Serna Iglesias, María José dc.contributor.other Universitat Politècnica de Catalunya. Departament de Ciències de la Computació dc.date.accessioned 2016-11-07T12:15:33Z dc.date...
{"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://quantumcomputing.stackexchange.com/questions/2381/what-is-a-qubit/2385
# What is a qubit? What is a "qubit"? Google tells me that it's another term for a "quantum bit". What is a "quantum bit" physically? How is it "quantum"? What purpose does it serve in quantum computing? Note: I'd prefer an explanation that is easily understood by laypeople; terms specific to quantum computing should...
{"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.mcrl2.org/release/user_manual/tutorial/machine/index.html
A Vending Machine¶ Contribution of this section 1. specifying processes, 2. linearisation, 3. state space exploration, 4. visualisation of state spaces, 5. comparison/reduction using behavioural equivalences, and 6. verification of modal mu-calculus properties. New tools: mcrl22lps, lps2lts, ltsgraph, ltscompare, lt...
{"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://mathhelpforum.com/math-topics/27516-pka-pkb-calculation.html
# Thread: pKa and pKb calculation 1. ## pKa and pKb calculation Hey, anyone know how I would work this out? Calculate the pH of 0.1M dichloroacetic acid, Ka = 3.3 x 10-2. Thanks 2. Originally Posted by Dan167 Hey, anyone know how I would work this out? Calculate the pH of 0.1M dichloroacetic acid, Ka = 3.3 x 10-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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 17, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
https://tbc-python.fossee.in/convert-notebook/mechanics_of_fluid/Chapter10_1.ipynb
# Chapter10-Flow with free surfaces¶ ## Ex1-pg436¶ In [1]: import math #calculate The depth of the water under the brigde and the depth of water upstream Q=400.; ## m^3/s b2=20.; ## m g=9.81; ## m/s^2 b1=25.; ## m h2=(Q/b2/math.sqrt(g))**(2./3.); ## Since energy is conserved ## h1 + u1^2/2g = h2 +u2^2/2g = h2 + h2/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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://dcl.gatech.edu/category/dcl-seminars/
## Online Optimization and Control using Black-Box Predictions April 19, 2022 11:00 am – 12:00 pm Location: Instructional Center 105 Also live streamed at https://gatech.zoom.us/j/96813456832 Zoom Meeting ID: 968 1345 6832 Professor Caltech ## Abstract Making use of modern black-box AI tools is potentially tran...
{"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://lambda-the-ultimate.org/node/4799
## Global State Machines Inadequate (contra Dijkstra and Gurevich et. al.) Global State Machines are an inadequate foundation for computation (contra Dijkstra and Gurevich et. al.) A principle limitation relates to the inability of Global State Machines to represent concurrency. See What is computation? Actor Model 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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://export.arxiv.org/abs/2211.12147?context=nlin
nlin (what is this?) # Title: Signatures of the interplay between chaos and local criticality on the dynamics of scrambling in many-body systems Abstract: Fast scrambling, quantified by the exponential initial growth of Out-of-Time-Ordered-Correlators (OTOCs), is the ability to efficiently spread quantum correlation...
{"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/13426/changing-implementation-of-draft-option
# Changing implementation of 'draft' option In my lab we frequently make several drafts of documents before a final version. We will pass these draft version around for input from many people. It would be convenient to use the 'draft' option that many of the latex classes have, since it does some useful things, but th...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.physicsforums.com/threads/physics-help-fast-thanks.53244/
# Physics help fast thanks 1. Nov 18, 2004 ### Michelle025 physics help fast thanks!! A force acting on a particle is conservative if: 1 the work done by it equals the change in the kinetic energy of the particle 2 it obeys Newton's 3rd 3 it obeys Newton's 2nd 4 its work depends on the end points of the motion, not...
{"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://dash.harvard.edu/handle/1/4889585
# Gender-Related Differences in the Prevalence of Cardiovascular Disease Risk Factors and their Correlates in Urban Tanzania Title: Gender-Related Differences in the Prevalence of Cardiovascular Disease Risk Factors and their Correlates in Urban Tanzania Author: Njelekela, Marina A; Mpembeni, Rose; Mligiliche, Nuru 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://electronics.stackexchange.com/questions/313809/get-dynamic-length-packet-from-uart
# get dynamic length packet from UART? I Write a program for receive data from Uart ISI, my Data Packet is something like : 2 first byte contain Device ID and type of command. Data is contain some bytes that could be have different length, minimum 1 byte to max 15 bytes, and the last byte represent the packet is fini...
{"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://sciforums.com/threads/pi-no-patterns-because-pi-is-the-pattern.135466/page-3
Pi - No Patterns, because Pi is the pattern Discussion in 'Pseudoscience' started by Quantum Quack, Jul 23, 2013. 1. Quantum QuackLife's a tease...Valued Senior Member Messages: 21,030 because the line will only be proved to be zero (< 1/infinity) in thickness... The outside volume of the circle inside the box woul...
{"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-challenge-problems/6668-chessboard-problem.html
# Math Help - Chessboard Problem! 1. ## Chessboard Problem! Suppose a queen starts out standing on the third square on a chessboard at the very top. That is, the queen stands on the 3rd sqaure from the left. Two players play a game where each player takes a turn moving the queen: a.) either horizontally to the right...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.quantumcalculus.org/tag/energy/
Tensor Products Everywhere The tensor product is defined both for geometric objects as well as for morphisms between geometric objects. It appears naturally in connection calculus. Energy, Entropy and Gibbs free Energy Energy U and Entropy S are fundamental functionals on a simplicial complex equipped with a probabi...
{"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/wharton-vs-booth-w-60k-vs-sloan-164816-20.html?sort_by_oldest=true
Find all School-related info fast with the new School-Specific MBA Forum It is currently 29 Jul 2015, 23:08 ### 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...
https://gre.kmf.com/question/qr/0?keyword=&page=372
#### 题目列表 How many positive three-digit odd integers less than 800 have a tens digit equal to 2? The length of an edge of cube C is 3 times of an edge of cube S. The surface area of cube C is x times the surface area of cube S. What is the value of x? x=_____ The total annual rainfall during year X in Nairobi was 29....
{"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/157377/complement-of-the-diagonal-in-product-of-schemes/157398
# Complement of the diagonal in product of schemes Let $S$ be a noetherian scheme and $X \rightarrow S$ be an affine morphism of schemes. Consider the diagonal morphism $\Delta: X \rightarrow X \times_S X$. If $\Delta (X)$ is the closed subset of $X \times_S X$, then one can look at the open embedding $j: U \rightarr...
{"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/calculus/163120-curvilinear-integral-doubt-print.html
# Curvilinear integral doubt • November 13th 2010, 02:58 PM Ulysses Curvilinear integral doubt Hi. I have a doubt with this exercise. I'm not sure about what it asks me to do, when it asks me for the curvilinear integral. The exercise says: Calculate the next curvilinear integral: $\displaystyle\int_{C}^{}(x^2-2xy)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": 22, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
http://www.computer.org/csdl/trans/tc/2009/03/ttc2009030351-abs.html
Publication 2009 Issue No. 3 - March Abstract - Cooperative Token-Ring Scheduling For Input-Queued Switches Cooperative Token-Ring Scheduling For Input-Queued Switches March 2009 (vol. 58 no. 3) pp. 351-364 ASCII Text x Amir Gourgy, Ted H. Szymanski, "Cooperative Token-Ring Scheduling For Input-Queued Switches," IEEE ...
{"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://scicomp.stackexchange.com/questions/10866/updating-an-approximate-solution-to-a-linear-system-in-response-to-a-small-chang
Updating an approximate solution to a linear system in response to a small change This question was original posted on SO but it was suggested that I post it here. I'm working on a program in which I have a banded matrix M and a vector b, and I want to maintain an approximate solution vector x such that Mxb. Is there...
{"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://stats.libretexts.org/Courses/Lake_Tahoe_Community_College/Support_Course_for_Elementary_Statistics%3A__ISP/03%3A_Operations_on_Numbers/3.03%3A_Powers_and_Roots
3.3: Powers and Roots Learning Outcomes 1. Raise a number to a power using technology. 2. Take the square root of a number using technology. 3. Apply the order of operations when there is root or a power. It can be a challenge when we first try to use technology to raise a number to a power or take a square root 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://export.arxiv.org/abs/2103.00080
quant-ph (what is this?) # Title: Topological Uhlmann phase transitions for a spin-j particle in a magnetic field Abstract: The generalization of the geometric phase to the realm of mixed states is known as Uhlmann phase. Recently, applications of this concept to the field of topological insulators have been made 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://smltar.com/mloverview.html
# Overview It’s time to use what we have discussed and learned in the first five chapters of this book in a supervised machine learning context, to make predictions from text data. In the next two chapters, we will focus on putting into practice such machine learning algorithms as: • naive Bayes, • support vector ma...
{"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://msdn.microsoft.com/en-us/library/45119yx3(v=vs.80).aspx
# toupper, _toupper, towupper, _toupper_l, _towupper_l Visual Studio 2005 Convert character to uppercase. ``` int toupper( int c ); int _toupper( int c ); int towupper( wint_t c ); int _toupper_l( int c , _locale_t locale ); int _towupper_l( wint_t c , _locale_t locale ); ``` #### Parameters c Character to conver...
{"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/users/72/isaac?tab=summary
Isaac Reputation 26,331 84/100 score 8 69 122 Impact ~1.6m people reached 107 Is $0.999999999\ldots = 1$? 87 Why $\sqrt{-1 \times {-1}} \neq \sqrt{-1}^2$? 74 Is there a general formula for solving 4th degree equations? 67 How to prove Euler's formula: $e^{it}=\cos t +i\sin t$? 56 Proof that the irrational numbers are...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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/96686/change-color-of-itemize-in-beamer-alertblock/96700
# Change color of itemize in beamer alertblock How can I change the color of bullets in an itemize list within an alertblock in beamer? I use \setbeamercolor{itemize item}{<color>} to set the color of the bullets throughout the document. But I want a different color when the bullets are inside an alertblock envi...
{"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/algebra/88678-solved-multiplication-algerbraic-fractions.html
# Thread: [SOLVED] Multiplication of Algerbraic Fractions 1. ## [SOLVED] Multiplication of Algerbraic Fractions Q. Simplify: $\frac {4}{21 - 9x} \div \frac {8}{14 - 6x}$ this is the furthest i've gotten $\frac {4}{9(3 - x)} \times \frac {2(7 - 3x)}{8}$ the answer is: $\frac 1 3$ im not even sure if my working ou...
{"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": 7, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.aimsciences.org/article/doi/10.3934/dcdsb.2020368
# American Institute of Mathematical Sciences ## Limit cycle bifurcations of piecewise smooth near-Hamiltonian systems with a switching curve 1. School of Mathematics and Statistics, Anhui Normal University, Wuhu, Anhui, 241000, China a. Department of Mathematics Zhejiang Normal University Jinhua, Zhejiang, 321004, ...
{"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://worldwidescience.org/topicpages/s/scott+bakula+hppas.html
#### Sample records for scott bakula hppas 1. Scott S Snyder Home; Journals; Pramana – Journal of Physics. Scott S Snyder. Articles written in Pramana – Journal of Physics. Volume 62 Issue 3 March 2004 pp 565-568 Experimental Particle Physics. Prospects for Higgs search at DØ · Scott S Snyder DØ Collaboration · More ...
{"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://gasstationwithoutpumps.wordpress.com/tag/scope-probes/
# Gas station without pumps ## 2015 June 5 ### Last day of class for Spring 2015 Filed under: Circuits course,Data acquisition — gasstationwithoutpumps @ 23:31 Tags: , , , , , Today was the last day of class, and I covered almost exactly what I proposed in last night’s blog post: one-transistor amplifiers, a review...
{"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": 7, "mimetex.cgi": 0, "/images/mat...
https://languagegardenblog.wordpress.com/tag/latex/
## Mayan is doable in Latex Typesetting Glyphs In Mayan Mayan is doable, in Latex, using MayaPS. Because Postscript is doing the glyph layout algorithm based on DVI output and bitmap fonts, the compilation sequence is multi-step: • latex filename (produces dvi file) • dvips filename (produces ps file) • pkfix filen...
{"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.varsitytutors.com/gre_math-help/how-to-find-absolute-value
GRE Math : How to find absolute value Example Questions Example Question #1 : How To Find Absolute Value Quantitative Comparison: Column A |–3 + 4| Column B |–3| + |4| Column A and B are equal Column B is greater Cannot be determined Column A is greater Column B is greater Explanation: The operations in 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...
http://simbad.cds.unistra.fr/simbad/sim-ref?bibcode=2017ApJ...841...37G
other querymodes : Identifierquery Coordinatequery Criteriaquery Referencequery Basicquery Scriptsubmission TAP Outputoptions Help 2017ApJ...841...37G - Astrophys. J., 841, 37-37 (2017/May-3) Hints on the gradual resizing of the torus in AGNs through decomposition of Spitzer/IRS spectra. GONZALEZ-MARTIN O., MASEGOSA...
{"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/harmonic-potential-of-non-interacting-particles.587196/
# Homework Help: Harmonic Potential of Non-Interacting Particles 1. Mar 15, 2012 ### Lyons_63 Two Non Interacting Particles Interact with a external harmonic Potential. What are the energy levels of the system, and the partition functions when assuming the particles are (b) Bosons and (c) Fermions 2. Relevant equat...
{"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://lukasatkinson.de/2015/api-documentation/
# Good API Documentation by Lukas Atkinson This post provides suggestions on writing good API documentation that targets programmers: how you can document a class, library, or command line utility so that other programmers or power users can make good use of it. Not covered is documentation for end users or GUIs, alt...
{"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://astarmathsandphysics.com/university-maths-notes/complex-analysis/1820-differentiating-under-the-integral-sign.html?tmpl=component&print=1&page=
## Differentiating Under the Integral Sign Let R be a region and let K be a complex valued function of two variables z in R and t in [a,b] such that 1. is analytic inas a function offor each 2. andare continuous onas functions of t for each 3. For somefor Then the functionwithis analytic onandfor(1) Proof: Letand...
{"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://crypto.stackexchange.com/questions/13212/efficient-robust-private-set-intersection-questions?answertab=oldest
# Efficient Robust Private Set Intersection Questions I am trying to implement Efficient Robust Private Set Intersection using additive ElGamal. I am trying to run the full protocol mentioned in Section 3.4 on the following inputs: • $p = 17$ (prime) • $g = 6$ (generator) • $x = 5$ (private key) • $k = g^x \pmod p =...
{"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.tek-tips.com/viewthread.cfm?qid=1789943
× INTELLIGENT WORK FORUMS FOR COMPUTER PROFESSIONALS Log In #### Come Join Us! Are you a Computer / IT professional? Join Tek-Tips Forums! • Talk With Other Members • Be Notified Of Responses To Your Posts • Keyword Search • One-Click Access To Your Favorite Forums • Automated Signatures On Your Posts • Best Of All,...
{"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.maa.org/programs/faculty-and-departments/classroom-capsules-and-notes/matrices-continued-fractions-and-some-early-history-of-iteration-theory
# Matrices, Continued Fractions, and Some Early History of Iteration Theory by Michael Sormani (College of Staten Island CUNY) Mathematics Magazine April, 2000 Subject classification(s): Algebra and Number Theory | Linear Algebra Applicable Course(s): 3.8 Linear/Matrix Algebra Continued fractions of the form $\frac...
{"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.physicsforums.com/showthread.php?p=4232434
# How can ellipticity angle be negative. by yungman Tags: angle, ellipticity, negative P: 3,830 In plane wave elliptical polarization, the book said if the Ellipticity angle is possitive, it is a Left Hand Circular polarization(LHC). If Ellipticity angle is negative, it is Right Hand Circular polarization(RHC). My qu...
{"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://tex.stackexchange.com/questions/120692/l3doc-in-combination-with-minted
l3doc in combination with minted The following question is related: How to add listings environment to DTX files I want to use the document class l3doc in combination with minted. However I am not able to get a nice result. If I use ltxdoc it works: Here a "small" MWE: % \iffalse meta-comment % arara: pdflatex: { ...
{"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://benjaminwhiteside.com/2014/02/17/topological-invariants/
Before we can talk about topological invariants we need to know two things: 1) what is a topology, and 2) what is an invariant. Simply put, a topology is a collection of sets, each of which, vaguely speaking, has fuzzy edges. An invariant, on the other hand, is basically something which doesn’t change. In the remainder...
{"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": 24, "mimetex.cgi": 0, "/images/ma...
https://worldwidescience.org/topicpages/p/p+states.html
#### Sample records for p states 1. Magnetoresistance through spin-polarized p states International Nuclear Information System (INIS) Papanikolaou, Nikos 2003-01-01 We present a theoretical study of the ballistic magnetoresistance in Ni contacts using first-principles, atomistic, electronic structure calculations....
{"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.onlineprediction.net/?n=Main.ConformalPredictiveSystem
# Conformal Predictive System Conformal predictive systems are introduced in the recent technical report Vovk et al. (2017). Essentially, these are conformal transducers that, for each training sequence and each test object, output p-values that are increasing as a function of the label , assumed to be a real number. ...
{"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/134419/hard-lefschetz-in-de-rham-cohomology
# Hard Lefschetz in De Rham cohomology I'm looking for a reference for Hard Lefschetz theorem in algebraic De Rham cohomology. By this I mean the statement that If $i: Y \hookrightarrow X$ is a smooth hyperplane section of a smooth projective algebraic variety $X$ of dimension $n$ over a field $k$ of characteristic z...
{"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/if-r-and-s-are-consecutive-even-integers-is-r-greater-than-s-255590.html
It is currently 20 Mar 2018, 18:35 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 on your 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": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://studyphysicswithme.com/blog/2017/01/26/thermodynamics-ideal-gas/
# Why are gases important? The gaseous state of matter behaves differently from solids and liquids. It is neither limited in volume nor in compressibility. A gas fills entire volume of the container it is kept in, and distributes itself uniformly. This property makes them very useful and interesting because we can cha...
{"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/248064/non-math-fonts-with-unicode-math-kill-widetilde-and-widehat
# Non-math fonts with unicode-math kill \widetilde and \widehat I suspect this might be a bug in unicode-math, but you never know. It appears that loading any non-math font for any purpose at all breaks \widehat and \widetilde. Consider, for instance, the MWE below where I load XITS Math as my math font, but try some ...
{"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.lightandmatter.com/html_books/lm/ch03/ch03.html
You are viewing the html version of Light and Matter, by Benjamin Crowell. This version is only designed for casual browsing, and may have some formatting problems. For serious reading, you want the Adobe Acrobat version. Table of Contents Galileo's contradiction of Aristotle had serious consequences. He was interroga...
{"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...