url
stringlengths
14
1.76k
text
stringlengths
100
1.02M
metadata
stringlengths
1.06k
1.1k
https://pure.knaw.nl/portal/en/publications/forms-of-density-regulation-and-quasi-stationary-distributions-of
# Forms of density regulation and (quasi-) stationary distributions of population sizes in birds B-E. Sæther, S. Engen, V. Grøtan, T. Bregnballe, C. Both, P. Tryjanowski, A. Leivits, J. Wright, A.P. Møller, M.E. Visser, W. Winkel Research output: Contribution to journal/periodicalArticleScientificpeer-review ## Abst...
{"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://zbmath.org/software/7031
× ## JDQZ swMATH ID: 7031 Software Authors: D.R. Fokkema; G.L.G. Sleijpen; H.A. van der Vorst Description: Matlab® implementation of the JDQZ algorithm. The JDQZ algorithm can be used for computing a few selected eigenvalues with some desirable property together with the associated eigenvectors of a matrix pencil 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": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://www.emis.de/classics/Erdos/cit/01201004.htm
## Zentralblatt MATH Publications of (and about) Paul Erdös Zbl.No:  012.01004 Autor:  Erdös, Pál Title:  On the density of some sequences of numbers. (In English) Source:  J. London Math. Soc. 10, 120-125 (1935). Review:  Let f(m) be a non-negative arithmetical function satisfying f(m1m2) = f(m1)+f(m2) if (m1,m2) =...
{"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://shibaura.pure.elsevier.com/en/publications/on-supersymmetric-fermion-lattice-systems
# On Supersymmetric Fermion Lattice Systems Hajime Moriya Research output: Contribution to journalArticlepeer-review 4 Citations (Scopus) ## Abstract This note provides a C*-algebraic framework for supersymmetry. Particularly, we consider fermion lattice models satisfying the simplest supersymmetry relation. Namel...
{"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/7900/scheduling-algorithm-to-minimize-maximum-deadline-overshoot-in-pre-emptive-sched
Scheduling algorithm to minimize maximum deadline overshoot in pre-emptive scheduler Suppose there are $n$ tasks, which need to be scheduled by a pre-emptive scheduler. Each task $T_i$ has a deadline $d_i$ and a total processing time $t_i$ associated with it. Now, all $n$ tasks are given a priory to the scheduler. The...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://datascience.stackexchange.com/questions/51456/best-way-to-classify-plots-which-are-overlapping
Best way to classify plots which are overlapping? I have an experiment in which it was done under two conditions. For each condition, the experiment was performed 26 times. The output of the experiment is a plot with 70 time indices. I would like to train a classifier to predict, given a plot, to which condition it be...
{"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://pub.uni-bielefeld.de/publication/2903703
# A note on the perpetual American straddle Obradović L (2016) Center for Mathematical Economics Working Papers; 559. Bielefeld: Center for Mathematical Economics. 316.67 KB Working Paper | Published | English Author Abstract The value and the optimal exercise time of the perpetual American straddle is characterized ...
{"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://blog.mbedded.ninja/programming/operating-systems/linux/linux-serial-ports-using-c-cpp/
LINUX Linux Serial Ports Using C/C++ Overview Unluckily, using serial ports in Linux is not the easiest thing in the world. When dealing with the termios.h header, there are many finicky settings buried within multiple bytes worth of bitfields. This page is an attempt to help explain these settings and show you 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": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://mathhelpforum.com/advanced-algebra/93059-determining-matrix-size.html
# Math Help - determining matrix size 1. ## determining matrix size Show that if A is an [m x n] matrix and A(BA) is defined, then B is an [n x m] matrix. 2. If A has order $m\times n$ look at BA first of all For be BA to be defined B must have order $k\times m$ in turn BA must have order $k\times n$ Now for A(BA)...
{"extraction_info": {"found_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": 5, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://www.gtagaming.com/gtagaming/news/archive.php?p=200525
News Archive 20 JUN Interview With "CJ" GTAGaming.com - General News | @ 02:25 PM MDT | By Zidane The internet radio show, "The Social Crime Syndicate" will have a special guest to interview on their show - Young Maylay, an aspiring rap artist, (better known to us as the voice actor for CJ!) He'll be joining the S.C.S...
{"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
https://infoscience.epfl.ch/record/177326
Infoscience Thesis # Hermitian Forms over Algebras with Involution and Hermitian Categories This thesis is concerned with the algebraic theory of hermitian forms. It is organized in two parts. The first, consisting of the first two chapters, deals with some descent properties of unimodular hermitian forms over centr...
{"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/8305/finding-hash-almost-collisions
Finding hash almost-collisions A few months ago, XKCD posted a challenge to find a plaintext which hashed (using Skein 1024 1024) to a specified value. Inputs were scored based on the hamming distance between the hash of the specified input and the desired hash. The top scorer, from Carnegie Mellon, found a plaintext...
{"extraction_info": {"found_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://lavelle.chem.ucla.edu/forum/viewtopic.php?f=50&t=39793&p=135546
## 7th Edition Problem 5.35 Posts: 82 Joined: Thu Sep 27, 2018 11:16 pm Been upvoted: 2 times ### 7th Edition Problem 5.35 Does anyone know why all the pressure values are divided by 100 in the K expression in problem 5.35 (7th edition)? Chem_Mod Posts: 16494 Joined: Thu Aug 04, 2011 12:53 pm Has upvoted: 349 times...
{"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.sciencemadness.org/talk/viewthread.php?tid=14365&page=6#pid189699
Sciencemadness Discussion Board » Special topics » Technochemistry » do-it-yourself nuclear magnetic resonance spectroscopy Select A Forum Fundamentals   » Chemistry in General   » Organic Chemistry   » Reagents and Apparatus Acquisition   » Beginnings   » Responsible Practices   » Miscellaneous   » The Wiki Special 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": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.physicsforums.com/threads/how-far-can-light-travel.206196/
# How far can light travel? 1. Dec 27, 2007 ### InfinateLoop I am hoping someone could let me know how far light can travel? 2. Dec 27, 2007 ### ok123jump If light (as in photons) were in a vacuum, it would travel forever in a given direction. In reality however, it is far more probable that light will experienc...
{"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://iohprofiler.github.io/IOHanalyzer/data/
Specific formats are required to load your benchmark data to IOHanalyzer. If your data sets are generated in the format of then you could skip this section. Needless to say, you are encouraged to convert your own benchmark data to the format regulated here! File Structure In general, when benchmarking IOHs on severa...
{"extraction_info": {"found_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-020-20146-8?error=cookies_not_supported&code=36deaf99-46d9-4b53-8500-ea2dd9864312
Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles 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://support.bioconductor.org/p/98140/
matrix as a column of mcols of GRanges would not be extracted correctly by lapply 1 0 Entering edit mode wcstcyx ▴ 30 @wcstcyx-11636 Last seen 4.6 years ago China/Beijing/AMSS,CAS Hi, I used matrix as a column of mcols of GRanges. This kind of structure would be of great value in some case. However, I found the matri...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://math.stackexchange.com/questions/6649/geometric-intuition-behind-convergence-of-fourier-series/6674
# Geometric intuition behind convergence of Fourier series I've been trying to work out the best way to understand why Fourier series converge, and it's a little embarrassing but I don't even know a rigorous proof. Can someone please help put me on the right track to thinking about these issue's in the proper way? I a...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://ufn.ru/en/articles/accepted/38967/
# Accepted articles Methodological notes # Fock theory modification into 4-d coordinate space. Harmonic tensors in quantum Coulomb problem Bauman Moscow State Technical University, ul. 2-ya Baumanskaya 5/1, Moscow, 105005, Russian Federation We consider the fundamental Fock theory of hydrogen atom applied to moment...
{"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/variation-of-parameters-question.271412/
# Variation of Parameters Question 1. Nov 12, 2008 ### xlzhsteven Question is attached as Clipboard01.jpg I have tried the use Variation of Parameters to solve this question, but I kept getting wrong answer. This is What I get y=(2e^x)(Cos(e^x))+0.5(e^(-x))Cos(e^(-x))-2Sin(e^(-x)) This is the right answer: y=-Sin(e...
{"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://github.com/nlpub/dialogue-latex
# nlpub / dialogue-latex LaTeX Template for the Dialogue Conference. TeX Makefile ## Latest commit Fetching latest commit… Cannot retrieve the latest commit at this time. ## Files Type Name Latest commit message Commit time Failed to load latest commit information. .gitignore .latexmkrc .travis.yml Makefile dialog...
{"extraction_info": {"found_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/cmb-and-prefered-lorentz-frames.115989/
# CMB and prefered lorentz frames 1. Mar 30, 2006 ### DavidK Consider two farmes of reference moving relative each other. In one of the frames the CMD is fully isotropic, i.e., it looks the same in all directions. In the other frame however, the CMD should be red shifted in one direction and blue shifted in the othe...
{"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://ficourseworkgevh.laluzsiuna.info/electrophilic-aromatic-substitution-essay.html
# Electrophilic aromatic substitution essay The main difference between electrophilic and nucleophilic aromatic substitution is that electrophilic aromatic substitution involves the replacement of an atom of the aromatic compound with an electrophile whereas nucleophilic aromatic substitution involves the replacement ...
{"extraction_info": {"found_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://tex.stackexchange.com/questions/61913/drawing-3d-transformer-with-tikz-or-pstricks?noredirect=1
# Drawing 3D Transformer with TikZ or PSTricks Consider the picture of a transformer on the page: How do I draw this using either TikZ (which I have not used before) or PSTricks? • You can look at my answer for this question and then you can make an attempt with the gray solid and the green path. After if you have s...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://krex.k-state.edu/dspace/handle/2097/32209
# Physiological and Molecular Mechanisms of Differential Sensitivity of Palmer Amaranth (Amaranthus palmeri) to Mesotrione at Varying Growth Temperatures ## This item appears in the following Collection(s) Except where otherwise noted, the use of this item is bound by the following: Attribution 4.0 International (CC ...
{"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://forums.pctex.com/viewtopic.php?p=37&sid=85c4c9d5d2c0363374df7be8d43d2ba1
PCTeX Talk Discussions on TeX, LaTeX, fonts, and typesetting Author Message norbusan Joined: 27 Oct 2005 Posts: 2 Posted: Wed Dec 07, 2005 4:13 am    Post subject: strange \notin ... Hi all! mtpro seems to produce \notin symbols where the upper left part separated by the slash is filled in black. See . It happens 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://planetmath.org/Trigonometry
trigonometry Primary tabs Defines: sine,cosine,tangent,secant,cosecant,cotangent Type of Math Object: Topic Major Section: Reference Groups audience: Mathematics Subject Classification basic trigonometric entry to my surprise there wasn't an entry defining and dealing and defining the elementary trigonometric func...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 143, "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/m...
http://blogformathematics.blogspot.com/2011/03/discriminant-of-quadratic-equation.html
## Pages ### Discriminant of a quadratic equation The discriminant can be considered as a property of a quadratic equation. It is calculated from the quadratic equation in the general form. The discriminant value is very important in determining the nature of roots of a quadratic equation, even before calculating the...
{"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
http://www.ipam.ucla.edu/abstract/?tid=10905&pcode=MDWS3
Computations and Experiments of Grain Evolution in Four Dimensions Peter VoorheesNorthwestern University Recent advances in computational and experimental techniques now permit the evolution of a microstructure to be determined in three dimensions and as a function of time. It is thus possible to employ an experiment...
{"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/rate-of-deceleration-time-required.710022/
Rate of Deceleration & Time Required 1. Sep 12, 2013 dgsigala 1. The problem statement, all variables and given/known data A truck traveling at 40.0 m/s decelerates uniformly to 20.0 m/s over a distance of 100 m. Determine the rate of deceleration and the time required for the truck to travel the 100 m. 2. Relevan...
{"extraction_info": {"found_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.birs.ca/events/2017/5-day-workshops/17w5059/videos/watch/201711301531-Phan.html
## Video From 17w5059: Partial Order in Materials: at the Triple Point of Mathematics, Physics and Applications Thursday, November 30, 2017 15:31 - 16:16 Gradient estimates of weak solutions of quasi-linear parabolic equations with...
{"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/1301.7536/
UT-13-03 IPMU 13-0024 Axino dark matter with R-parity violation and 130 GeV gamma-ray line Motoi Endo, Koichi Hamaguchi, Seng Pei Liew, Kyohei Mukaida and Kazunori Nakayama Department of Physics, University of Tokyo, Bunkyo-ku, Tokyo 113-0033, Japan Kavli Institute for the Physics and Mathematics of the Universe...
{"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://rupress.org/jem/article/79/3/267/4766/THE-SIZE-OF-INFLUENZA-VIRUS
The sedimentation behavior of influenza virus in dilute solutions of electrolyte was found to be quite variable. At times the virus activity appeared to sediment at a rate comparable with that of particles about 80 to 120 mµ in diameter, at other times at a rate comparable with that of particles about 10 mµ in diameter...
{"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.iacr.org/cryptodb/data/paper.php?pubkey=21779
## CryptoDB ### Paper: Conjunctive, Subset, and Range Queries on Encrypted Data Authors: Dan Boneh Brent Waters URL: http://eprint.iacr.org/2006/287 Search ePrint Search Google We construct public-key systems that support comparison queries ($x \geq a)$ on encrypted data as well as more general queries such as subset...
{"extraction_info": {"found_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://tex.stackexchange.com/questions/124862/how-to-draw-a-diagram-that-forks-out-then-joins-in-the-middle-then-forks-out-ag
# how to draw a diagram that forks out, then joins in the middle then forks out again? Update: ref comments: I've slightly corrected the terminology and the title. I am using the term diagram now, instead of tree, and I am just asking on how to draw this diagram in Tikz. Any tool or library would be OK. I used qtree ...
{"extraction_info": {"found_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/plasma-frequency.311444/
# Plasma frequency 1. May 3, 2009 ### Thierry12 Why are electromagnetic waves reflected when they comme in contact with a plasma ( with a frequency lower then the plasma frequency, and im trying to find precisely why the wave cannot pass ). I was also wondering if conductors (metals) are considered to have a plasma ...
{"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://planetmath.org/exampleoffibreproduct
example of fibre product Let $G$, $G^{\prime}$, and $H$ be groups, and suppose we have homomorphisms $f:G\to H$ and $f^{\prime}:G^{\prime}\to H$. Then we can construct the fibre product $G\times_{H}G^{\prime}$. It is the following group: $\left\{(g,g^{\prime})\in G\times G^{\prime}\text{ such that }f(g)=f^{\prime}(g...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 11, "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://steamcommunity.com/app/219890/discussions/0/864970668181712854/?l=romanian
Antichamber ### Antichamber Antichamber > Discuții generale > Detaliile subiectului o.O worky 16 iun., 2013 @ 21:09 Best anti-alias settings? I'd like to get rid of the jaggies in game, but all the settings I've tried in the "AMD VISION Engine Control Center" (needs a longer name imo) just make the situation worse, s...
{"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://strawberryfields.readthedocs.io/en/stable/code/api/strawberryfields.utils.extract_unitary.html
sf.utils.extract_unitary¶ extract_unitary(prog, cutoff_dim, vectorize_modes=False, backend='fock')[source] Numerical array representation of a unitary quantum circuit. Note that the circuit must only include operations of the strawberryfields.ops.Gate class. • If vectorize_modes=True, it returns a matrix. • If vec...
{"extraction_info": {"found_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://errorcorrectingcodes.wordpress.com/2010/01/13/lecture-1-summary/
# Introduction to coding theory (CMU, Spr 2010) ## January 13, 2010 ### Lecture 1 summary Filed under: Lecture summary — Venkat Guruswami @ 4:42 pm In today’s lecture, we discussed some administrative aspects concerning problem sets and scribing. (For those who are taking the class for credit and couldn’t make 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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 1, "mimetex.cgi": 0, "/images/mat...
https://uwaterloo.ca/graduate-studies-academic-calendar/node/7140
# Symmetric Functions Subject: Combinatorics & Optimization (CO) Catalog number: 631 Unit weight: 0.50 Meet type: LEC NUM Cross-listing(s): N/A Requisites: N/A Description: The ring of symmetric functions, standard bases, the Hall inner product. Young tableaux. The Robinson-Schensted-Knuth correspondence, the hook-len...
{"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://repository.arizona.edu/handle/10150/595893/browse?view=list&rpp=20&etal=-1&sort_by=1&type=title&starts_with=R&order=ASC
Now showing items 7232-7251 of 9676 • #### Rab14 specifies the apical membrane through Arf6-mediated regulation of lipid domains and Cdc42 The generation of cell polarity is essential for the development of multi-cellular organisms as well as for the function of epithelial organs in the mature animal. Small GTPases 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://soatok.blog/2020/08/27/soatoks-guide-to-side-channel-attacks/
Categories # Soatok’s Guide to Side-Channel Attacks If you’re ever tasked with implementing a cryptography feature–whether a high-level protocol or a low-level primitive–you will have to take special care to ensure you’re not leaking secret information through side-channels. The descriptions of algorithms you learn ...
{"extraction_info": {"found_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": 22, "mimetex.cgi": 0, "/images/ma...
http://scitation.aip.org/content/aip/journal/apl/89/20/10.1063/1.2387120
• journal/journal.article • aip/apl • /content/aip/journal/apl/89/20/10.1063/1.2387120 • apl.aip.org 1887 No data available. No metrics data to plot. The attempt to plot a graph for these metrics has failed. Mechanism analysis of periodicity and weakening surge of GaAs photoconductive semiconductor switches USD 10.1063...
{"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.quantopia.net/credit-default-swaps/
# Credit Default Swaps Pt I: A Default Model for Firms In today’s post I’m going to discuss a simple model for default of a firm, and in Part II I’ll discuss the price of insuring against losses caused by the default. As usual, the model I discuss today will be a vast over-simplification of reality, but it will serve ...
{"extraction_info": {"found_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": 31, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
https://socratic.org/questions/5995250611ef6b429fd6779c
Chemistry Topics # What is the concentration of hydroxyl ions in a solution of pH 8 ? Feb 5, 2018 ${10}^{- 6}$ mol per litre #### Explanation: $p H$ is $- {\log}_{10}$ of the hydrogen ion concentration (actually hydronium ${H}_{3} {O}^{+}$ concentration). $p O H$ is $- {\log}_{10}$ of the hydroxyl ($O {H}^{-}$) i...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 16, "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://gytukisibefu.wiztechinplanttraining.com/effects-of-diurnal-glycogen-fluctuation-on-endurance-book-18744yc.php
Last edited by Nikogor Saturday, May 9, 2020 | History 2 edition of Effects of diurnal glycogen fluctuation on endurance found in the catalog. Effects of diurnal glycogen fluctuation on endurance James Hoyt Clark # Effects of diurnal glycogen fluctuation on endurance ## by James Hoyt Clark • 201 Want to read • 6 ...
{"extraction_info": {"found_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://hpmuseum.org/forum/thread-13292-post-118807.html
The Ramanujan Machine 07-17-2019, 01:24 AM Post: #1 telemachos Junior Member Posts: 17 Joined: Apr 2017 The Ramanujan Machine This "machine," described in the abstract here: <https://phys.org/news/2019-07-ramanujan-machine-automatically-conjectures-fundamental.html> has generated continued fractions for many fundame...
{"extraction_info": {"found_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.ncbi.nlm.nih.gov/pubmed/22072220
Format Choose Destination J Environ Monit. 2012 Jan;14(1):71-8. doi: 10.1039/c1em10697j. Epub 2011 Nov 9. # Assessment of sorbent impregnated PUF disks (SIPs) for long-term sampling of legacy POPs. ### Author information 1 Centre for Chemicals Management, Lancaster Environment Centre, Lancaster University, Lancaste...
{"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.imsi.institute/videos/interleaving-by-parts-for-persistence-in-a-poset/
This was part of Topological Data Analysis ## Interleaving by parts for persistence in a poset Woojin Kim, Duke University Tuesday, April 27, 2021 Abstract: Metrics in computational topology are often either (i) themselves in the form of the interleaving distance d(F,G) between certain order-preserving maps F and G ...
{"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://tex.stackexchange.com/questions/114908/change-position-of-figure-in-beamer/114917
# change position of figure in beamer I need to put a figure in a specific position in a beamer presentation ... Does it have a solution using X and Y coordinate or another thing? What do I need to change in the following code? \begin{figure} \hspace{4cm} \vspace{1cm} \includegraphics[width=0.15\textwidth,natwidth=6...
{"extraction_info": {"found_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/advanced-algebra/20031-what-kind-problem-print.html
# What kind of a problem is this? • Oct 5th 2007, 08:36 AM alexthedon What kind of a problem is this? I have the following problem to solve but don't recognise what type of problem this actually is let alone how to solve it: Determine those values of k for which | k k | = 0 | 8 4k | the | are supposed to be continu...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 2, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://physics.stackexchange.com/questions/907/type-of-stationary-point-in-hamiltons-principle/955
# Type of stationary point in Hamilton's principle In this question it is discussed why by Hamilton's principle the action integral must be stationary. Most examples deal with the case that the action integral is minimal: this makes sense - we all follow the path with the least resistance. However, a stationary point...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://mathhelpforum.com/algebra/28515-linear-factors-polynomial.html
# Thread: Linear factors of polynomial 1. ## Linear factors of polynomial Find the linear factors of $6 + 5x - 2x^2 - x^3$ 2. first look here: Rational root theorem - Wikipedia, the free encyclopedia now armed with this new knowledge we can see that x = -1 is a possible root of the polynomial, and after substituti...
{"extraction_info": {"found_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": 5, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://electronics.stackexchange.com/questions/33834/using-car-charger-for-small-sealed-type-lead-acid-batteries/33836
# Using car charger for small sealed-type lead-acid batteries I want to charge a couple of small (1Ah 12V) sealed-type lead-acid batteries. I have a Bosh KL 1204 car battery charger. The charger's nominal current is fixed at 2.3A, while on my batteries it is said "Initial charge current <= 0.39A. Is it possible that ...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://mathoverflow.net/questions/107735/valid-use-of-laplaces-method?sort=oldest
# Valid use of Laplace's method? I am trying to say something about the asymptotics of $$\int_{\mathbb{R}} e^{cx - x^{4/3}}dx$$ as $c \to +\infty$, and need a sanity check. As I understand it, Laplace's method is to write $$q(x) = x-c^{-1}x^{4/3}$$ and note that $q(x)$ has a global maximum at $x_{0} = \frac{27c^{3}}{8...
{"extraction_info": {"found_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://math.answers.com/Q/What_is_the_equivalent_fraction_for_1824
0 # What is the equivalent fraction for 1824? Wiki User 2017-11-28 17:57:45 1824 is an integer and so there is no sensible way of writing it as a fraction or mixed number. Wiki User 2017-12-24 11:27:24 Study guides 85 cards ➡️ See all cards 3.95 151 Reviews
{"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.scielo.br/j/csc/a/DFMQSpjFJn5WWzyrg3rLqkp/?format=html&lang=en
# Resumo Palavras-chave Atenção Primária à Saúde; Iniquidades em saúde; Provisão de médicos; Avaliação de sistemas de saúde # Abstract This article aims to propose an adaptation of the methodology used by Starfield and Shy (2002) to assess the quality of health care in the municipalities which joined the Mais Médico...
{"extraction_info": {"found_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://perfectionatic.org/?cat=71&paged=2
03/27/17 # Using pipes while running external programs in Julia Recently I was using Julia to run ffprobe to get the length of a video file. The trouble was the ffprobe was dumping its output to stderr and I wanted to take that output and run it through grep. From a bash shell one would typically run: ffprobe somefi...
{"extraction_info": {"found_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": 28, "mimetex.cgi": 0, "/images/ma...
https://mapleprimes.com/users/Christopher2222/answers?page=4
## 4635 Reputation 9 years, 219 days ## One way... After 4 rides there is really no best possible time, that much variablity in the data you're almost at the limit.  Meaning the spread of times after 4 rides is almost 30 minutes saying it doesn't really matter when you show up after 2 hours, you're just as likely to...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://mathoverflow.net/questions/157423/blowing-up-rational-singularities
# Blowing up rational singularities Let $X$ be a projective surface embedded into $\mathbb{P}^n_{\mathbb{C}}$ having at most rational singularities. Let $\tilde{X} \to X$ be the minimal resolution of $X$. Is it possible to embed $\tilde{X}$ into $\mathbb{P}^n$ for the same integer $n$? If not, is there any additional ...
{"extraction_info": {"found_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.nag.com/numeric/fl/nagdoc_fl24/html/D04/d04conts.html
D04 Chapter Contents (PDF version) D04 Chapter Introduction NAG Library Manual # NAG Library Chapter ContentsD04 – Numerical Differentiation ### D04 Chapter Introduction RoutineName Mark ofIntroduction Purpose D04AAF Example Text 5 nagf_numdiff Numerical differentiation, derivatives up to order 14, function of one ...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 1, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://tex.stackexchange.com/questions/103469/defining-nextslide-in-overprint-environment-in-beamer
# Defining \nextslide in overprint environment in beamer We all use the \onslide command inside the overprint environment in beamer. However, I find that assigning hard coded slide values, like \onslide<5> in this environment is really cumbersome. This situation becomes difficult whenever we have to insert a new slide...
{"extraction_info": {"found_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://academic.oup.com/acn/article-abstract/10/5/463/1516/Construct-validity-of-the-WCST-in-normal-elderly
Abstract Separate principle component analyses of the WCST were conducted on 187 normal elderly and 181 persons with Parkinson's disease (PD). Adequate construct validity was found for “conceptualization/problem solving” and “failure to maintain set” factors in both groups. Perseverative and nonperseverative errors we...
{"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://blog.hotwhopper.com/2013/10/hotwhopper-fodder-denier-don.html
. ## HotWhopper Fodder: Denier Don Easterbrook tells more lies, damned lies and statistics at WUWT Sou | 8:18 PM Psst - A kind horse racing fan from downunder might tell oneonesit  about this HotWhopper article or any of these :) 16 October 2013 Anti-science blogger, Anthony Watts has put up another article by Deni...
{"extraction_info": {"found_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.gamasutra.com/blogs/LewisPulsipher/20120404/167987/Games_of_Maneuver_vs_games_of_quotcombat_dominancequot.php
February 21, 2019 February 21, 2019 Press Releases February 21, 2019 Games Press If you enjoy reading this site, you might also want to check out these UBM Tech sites: # Games of Maneuver vs. games of "combat dominance" by Lewis Pulsipher on 04/04/12 10:18:00 am The following blog post, unless otherwise noted, was ...
{"extraction_info": {"found_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/Gabor%20Hofer-Szabo
## Works by Gabor Hofer-Szabo 14 found Order: 1. In the paper it will be shown that Reichenbach’s Weak Common Cause Principle is not valid in algebraic quantum field theory with locally finite degrees of freedom in general. Namely, for any pair of projections A, B supported in spacelike separated double cones ${\mathc...
{"extraction_info": {"found_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://brainmass.com/math/basic-algebra/basic-algebra-simplifying-radicals-577380
Explore BrainMass # Basic Algebra - Simplifying radicals This content was COPIED from BrainMass.com - View the original, and get the already-completed solution here! See the attached file. Problem 66. y^1/3 y^1/3 Now we have to simplify the problem. Looking at the problem and identifying what every part of the prob...
{"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.bartleby.com/solution-answer/chapter-3-problem-28beb-managerial-accounting-the-cornerstone-of-business-decision-making-7th-edition/9781337115773/brief-exercise-3-28-using-high-low-to-calculate-predicted-total-variable-cost-and-total-cost-for-a/a023d6c0-7ed5-11e9-8385-02ee952b546e
# Brief Exercise 3-28 Using High-Low to Calculate Predicted Total Variable Cost and Total Cost for a Time Period that Differs from the Data Period Refer to the information for Speedy Pete’s on the previous page. Assume that this information was used to construct the following formula for monthly delivery cost. Total De...
{"extraction_info": {"found_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/0-9/2-hour+urokinase+regime.html
Sample records for 2-hour urokinase regime 1. Efficacy and safety of 2-hour urokinase regime in acute pulmonary embolism: a randomized controlled trial Huang Kewu 2009-12-01 Full Text Available Abstract Backgrounds Urokinase (UK 2 200 U/kg·h for 12 hours infusion(UK-12 his an ACCP recommended regimen in treating ac...
{"extraction_info": {"found_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.physicsforums.com/threads/topology-proof.354912/
# Topology Proof 1. Nov 15, 2009 1. The problem statement, all variables and given/known data Prove that if X is compact and Y is Hausdorff then a continuous bijection $$f: X \longrightarrow Y$$ is a homeomorphism. (You may assume that a closed subspace of a compact space is compact, and that an identification space...
{"extraction_info": {"found_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.sisef.it/iforest/contents/?id=ifor2123-009
## Analysis of dust exposure during chainsaw forest operations iForest - Biogeosciences and Forestry, Volume 10, Issue 1, Pages 341-347 (2017) doi: https://doi.org/10.3832/ifor2123-009 Published: Feb 23, 2017 - Copyright © 2017 SISEF Research Articles In 1999, the European Union proclaimed hardwood dust carcinogenic...
{"extraction_info": {"found_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://gmatclub.com/forum/the-usage-of-sugar-of-a-family-of-3-adults-and-2-children-was-13-kg-in-271578.html
GMAT Question of the Day - Daily to your Mailbox; hard ones only It is currently 08 Dec 2019, 13: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. 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...
http://subtlecode.com/stomach-pain-asx/maximum-manhattan-distance-64cf58
Look at your cost function and find the minimum cost D for moving from one space to an adjacent space. Making statements based on opinion; back them up with references or personal experience. How this helps. Lets try a. Construct a Voronoi diagram Stack Overflow for Teams is a private, secure spot for you and By clicki...
{"extraction_info": {"found_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://cal-poly-advanced-r.github.io/STAT-431/Canvas_Pages/Week_7-Iteration_to_Convergence/hclust.html
# Week 7: Hierarchical Clustering Time Estimates: Videos: 10 min Activities: 40 min Check-ins: 1 ## Hierarchical Clustering The other type of clustering we will implement this week is called Hierarchical or Agglomerative clustering. Required Video: Intro to Hierarchical Clustering Note that there are three ways 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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.wheelofwellbeing.org/52fjcn/315036-spherical-harmonics-mathematica
SphericalHarmonicY. Hobson, E. W. The This is the convention They are given by , where are associated Legendre polynomials and and are the orbital and magnetic quantum numbers, respectively. They are orthogonal over with the weighting function 1 They are a higher-dimensional analogy of Fourier series, which form a comp...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 2, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://jayryablon.wordpress.com/category/su4/
# Lab Notes for a Scientific Revolution (Physics) ## April 22, 2012 ### Back to Blogging, Uploaded a paper I wrote in 1986 about Preonic Grand Unification It has been almost 3 years since my last Blog post.  Much of my time has been diverted into a condo hotel project in Longboat Key Florida, and the focus I need to...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 3, "mimetex.cgi": 0, "/images/mat...
http://link.springer.com/article/10.1007%2Fs003740050232
ORIGINAL PAPER Biology and Fertility of Soils , Volume 24, Issue 2, pp 205-210 First online: # Freeze-dried soil extraction method for the measurement of microbial biomass C • K. R. IslamAffiliated withAgronomy Department, University of Maryland, College Park, MD 20742, USA • , R. R. WeilAffiliated withAgronomy De...
{"extraction_info": {"found_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://testbook.com/question-answer/raman-and-raghav-went-for-an-interview-which-was-f--608bc49aecd1bbada0fd71df
# Raman and Raghav went for an interview which was for two vacancies for the same post. The probability of Raman's selection is 1/6 and the probability of Raghav's selection is 1/5. what is the probability of if both of them get selected and one of them is selected respectively?A.$$1\over30$$B.$$31\over61$$C.$$3\over10...
{"extraction_info": {"found_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://crowdsupport.telstra.com.au/t5/data-usage/sim-activation-website/td-p/886010
Level 2: Rookie ## sim activation website Hi. I'm trying to activate a sim, but for the past three days I get through the whole process only for the website to advise it is experiencing difficulties. This happens both on my laptop or if I use my mobile.  Anyone having the same problem? 1 ACCEPTED SOLUTION Accepted ...
{"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/206482-integation-limits.html
1. ## integation limits find two numbers a and b with a<=b such that has the largest value i have done the normal integration with expression coming in form of a,b what should i do after that 2. ## Re: integation limits Originally Posted by prasum find two numbers a and b with a<=b such that has the largest value ...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 4, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://tutorial.math.lamar.edu/Classes/DE/SystemsDE.aspx
Paul's Online Notes • Go To • Notes • Practice and Assignment problems are not yet written. As time permits I am working on them, however I don't have the amount of free time that I used to so it will take a while before anything shows up here. • Show/Hide • Show all Solutions/Steps/etc. • Hide all Solutions/Steps/etc....
{"extraction_info": {"found_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://math.stackexchange.com/questions/3015521/two-tangent-circles-are-inscribed-in-a-semicircle-one-touching-the-diameters-m
# Two tangent circles are inscribed in a semicircle, one touching the diameter's midpoint; find the radius of the smaller circle I am unable to upload the image of my trials. I assumed the radius of small circle is $$x,$$ horizontal distance between the centers of two circles is $$y.$$ I have joined the centers 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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://hal.in2p3.fr/view_by_stamp.php?label=LPC-CAEN&langue=fr&action_todo=view&id=in2p3-00622166&version=1
236 articles – 1784 Notices  [english version] HAL : in2p3-00622166, version 1 DOI : 10.1063/1.3665960 14th International Conference on Ion Sources - ICIS 2011, Giardini Naxos : Italie (2011) Prospects for advanced electron cyclotron resonance and electron beam ion source charge breeding methods for EURISOL (2012)...
{"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.gamedev.net/articles/programming/networking-and-multiplayer/clock-synchronization-of-client-programs-r2493/
• # Clock Synchronization of Client Programs Networking and Multiplayer # Introduction Multiplayer games often need to deal with the complex nature of the networking technology. Most notably, multiplayer games on the Internet represent a greater challenge to the developers than those games written only to run on LAN...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
http://mathhelpforum.com/calculus/129290-derivative-check.html
# Math Help - derivative check 1. ## derivative check f(x) = (sqrt(x))/(x^3+1) f'(x) = (-2.5x^5/2)+(1/2sqrt(x)) / (x^3+1)^2 f(x) = (cosx/t^3) f'(x) = (-x^3sinx)-(3x²cosx)/(t^3)² f(x) = [2-(1/x)]/(x-3) f'(x) = (-2x²+2x-3)/(x²-3x)² unsuree if i have done these correctly on my H/W...-thx 2. Originally Posted by mayb...
{"extraction_info": {"found_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": 15, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
http://math.stackexchange.com/users/42814/soham-chowdhury
# Soham Chowdhury less info reputation 212 bio website location age member for 1 year, 10 months seen Jul 20 at 5:56 profile views 168 # 23 Questions 8 Why is $\sqrt{2\sqrt{2\sqrt{2\cdots}}} = 2$? 8 Is this a new expression for $e$? 6 Guides/tutorials to learn abstract algebra? 5 Can this type of limit even be eval...
{"extraction_info": {"found_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://bmasterz.com/2017/11/neco-gce-physics-obj-and-theory-bmasterz/
NECO GCE PHYSICS OBJ AND THEORY – BMASTERZ 0 12 NECO GCE PHYSICS OBJ AND THEORY Physics OBJ: 1-10: DEEBCDBCDC 21-30: EECACCBABC 31-40: BDBDDCBAAA 41-50: EBEACCBDED 51-60: CBCCDECCEA 1a) I) Regular maintenance is essential to keep machines and the work environment safe and reliable. II) It helps to eliminate wor...
{"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://swmath.org/software/11034
# StatWeave Reproducible statistical analysis with multiple languages. This paper describes the StatWeave system for making reproducible statistical analyses. StatWeave differs from other systems for reproducible analysis in several ways. The two main differences are: (1) Several statistics programs can be in used in ...
{"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma...
https://pub.uni-bielefeld.de/publication/2903536
# Hypothesis testing equilibrium in signaling games Sun L (2016) Center for Mathematical Economics Working Papers; 557. Bielefeld: Center for Mathematical Economics. 545.11 KB Working Paper | Published | English Author Abstract In this paper, we propose a definition of Hypothesis Testing Equilibrium (HTE) for general...
{"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://clin-lab-publications.com/article/3021
vol 66 vol 66 You have to be registered and logged in for purchasing articles. ## Abstract Effects of Long-Term Storage on Serum Free Light Chain Stability by Sebastian Hörber, Reinhild Klein, Andreas Peter Background: Determination and quantification of serum free light chains (FLC) is essential for the diagnosis ...
{"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://aviation.stackexchange.com/questions/44510/how-can-i-calculate-the-optimum-loiter-airspeed-for-an-aircraft/44515
# How can I calculate the optimum loiter airspeed for an aircraft? I am in the conceptual phase of designing a 10 seater amphibian aircraft. I have done the initial sizing using Raymer and Roskam's methods. I have got my design point. To do a constraint analysis as well as to find the fuel fraction for loiter phase 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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://www.studyadda.com/current-affairs/9th-class/30
# Current Affairs 9th Class #### Number Systems Number Systems • Rational numbers (Q): The numbers of the form,$\frac{p}{q}$ where 'p' and 'q' are integers and are called rational     number A numfaer of the form r is a fraction. So all fractions are rational numbers. Note: A number of the form $\frac{\mathbf{a}}{\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": 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/62469-series-convergence-divergence.html
# Thread: series convergence and divergence 1. ## series convergence and divergence hey first of all i d like to start this problem off with saying i have no idea what the ! means so i cant even start this problem.. even if the ! wasnt there i d assume this was a geometric series since its in that section of the book...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat...
https://hal.archives-ouvertes.fr/hal-02292279
# XEMIS2: Liquid Xenon Medical Imaging System for Small Animal with 3γ Imaging Technique 9 SIMS - Signal, IMage et Son LS2N - Laboratoire des Sciences du Numérique de Nantes Abstract : An innovative liquid xenon Compton camera project, XEMIS (XEnon Medical Imaging System) has been proposed by SUBATECH laboratory, 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://www.edaboard.com/threads/help-design-pcb-motherboard-for-the-cpu-intel-xeon-w-10885m.390124/
# Help design PCB motherboard for the cpu intel xeon W-10885M #### ricky89 ##### Newbie Joined Apr 10, 2020 Messages 3 Helped 0 Reputation 0 Reaction score 0 Trophy points 1 Activity points 49 Hi! I'm not an engineer, I'm just a fan. Hi everyone I would like to build a mini pc for this intel W-10885M processor I wou...
{"extraction_info": {"found_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.asepp.com/fiscal-stimulus-of-consumption/
# Fiscal Stimulus of Consumption The global financial crisis (GFC) has been in temporary recess since its break in 2008, but has recently metastasized into a more dangerous form. Extreme real-time experiments are being forced on many economies without sufficient scientific justification. The extreme measures, apart fr...
{"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 1, "mimetex.cgi": 0, "/images/mat...
https://www.physicsforums.com/threads/is-it-possible-to-graph-a-function-using-its-taylor-series.901620/
# Is it possible to graph a function using its taylor series? 1. Jan 26, 2017 ### Vitani11 1. The problem statement, all variables and given/known data For example cosh(x) = 1+x2/2!+x4/4!+x6/6!+.... 2. Relevant equations 3. The attempt at a solution So plugging in x=0 you get that coshx = 1 at the origin. The app...
{"extraction_info": {"found_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://enricosanino.wordpress.com/2015/12/08/ntc-measurements/comment-page-1/
NTC Measurements (Pt. 1) When dealing with low-cost, home made termometers, the choice often fall on the NTCs. These sensors are resistors which are varying their resistance in function of the temperature, with a negative trend: Negative Temperature Coefficient is their name, also known as Thermistor. That means highe...
{"extraction_info": {"found_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": 22, "mimetex.cgi": 0, "/images/ma...