url stringlengths 14 1.76k | text stringlengths 100 1.02M | metadata stringlengths 1.06k 1.1k |
|---|---|---|
http://docs.chainer.org/en/latest/reference/generated/chainer.utils.type_check.expect.html | # chainer.utils.type_check.expect¶
chainer.utils.type_check.expect(*bool_exprs)[source]
Evaluates and tests all given expressions.
This function evaluates given boolean expressions in order. When at least one expression is evaluated as False, that means the given condition is not satisfied. You can check conditions ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathematica.stackexchange.com/questions/35285/evaluating-a-smoothkerneldistribution-at-a-point | # Evaluating a SmoothKernelDistribution at a point
I would like to evaluate the value of the following SmoothKernelDistribution at the location, say, 2.35. What is the right way to do it?
data1 = {1, 2, 3};
DD = SmoothKernelDistribution[data1, 0.5];
Plot[PDF[DD, x], {x, -2, 10}]
-
You mean PDF[DD, 2.35]? – belisari... | {"extraction_info": {"found_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://proceedings.mlr.press/v38/gunasekar15.html | Consistent Collective Matrix Completion under Joint Low Rank Structure
Suriya Gunasekar, Makoto Yamada, Dawei Yin, Yi Chang
Proceedings of the Eighteenth International Conference on Artificial Intelligence and Statistics, PMLR 38:306-314, 2015.
Abstract
We address the collective matrix completion problem of jointly ... | {"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://vinequai.com/steinersurface | Steiner's Surface
1. viz 1
Your browser does not support HTML5 Canvas
Steiner's surface is a local embedding of the projective plane into 3-dimensional space that was useful for the construction of an eversion of the sphere, and is interesting in its own right. Ironically, it was discovered by Werner Boy when he 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": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://makondo.ugr.es/event/0/session/92/contribution/292 | The 35th International Symposium on Lattice Field Theory
18-24 June 2017
Palacio de Congresos
Home > Timetable > Session details > Contribution details
Contribution Parallel
Seminarios 6+7
Weak Decays and Matrix Elements
Electromagnetic Corrections to Decay Amplitudes
Speakers
• Prof. Guido MARTINELLI
Content
W... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.gamedev.net/forums/topic/334516-gnu-and-nasm/ | GNU and NASM
This topic is 4830 days old which is more than the 365 day threshold we allow for new replies. Please post a new topic.
Recommended Posts
Hi, I tried to write a function in assembly and got it to compile in nasm and I want to call on that function from c++. I got the compilations to work... its just 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": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://umr-math.univ-mlv.fr/evenements/exposes/seminaire_cool.1414139400 | ## Univalent maps as pseudo-conjugacies between rational map perturbations
Type:
Type:
Site:
Date:
24/10/2014 - 10:30
Salle:
05
Orateur:
Tan Lei
Localisation:
Université d'Angers
Localisation:
France
Résumé:
We will see in examples how univalent maps arise as pseudo-conjugacies in a dynamical perturbation of a ration... | {"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://semantic-portal.net/concept:1666 | # Background Color
//the background color of a page is set like this
body {
background-color: lightblue;
}
Specifies the background color of an element.
With CSS, a color is most often specified by: a valid color name - like "red", a HEX value - like "#ff0000", an RGB value - like "rgb(255,0,0)".
Background Color
... | {"extraction_info": {"found_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://au.mathematicstip.com/6963-26-solving-absolute-value-equations-and-inequalities.html | # 2.6: Solving Absolute Value Equations and Inequalities
Learning Objectives
• Review the definition of absolute value.
• Solve absolute value equations.
• Solve absolute value inequalities.
## Absolute Value Equations
Recall that the absolute value63 of a real number (a), denoted (|a|), is defined as the distance ... | {"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://conwaylife.com/forums/viewtopic.php?p=20779 | 2x2
For discussion of other cellular automata.
Kiran
Posts: 285
Joined: March 4th, 2015, 6:48 pm
Re: 2x2
And here is an MMS breeder which utilises that reaction:
Finally a breeder!
I would add it to the wiki immediately.
Kiran Linsuain
A for awesome
Posts: 2036
Joined: September 13th, 2014, 5:36 pm
Location: 0x-1
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": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://etheses.bham.ac.uk/3268/ | eTheses Repository
# Glial cell line-derived neurotrophic factor effects on dental pulp cells and osteoblast-like cells
Gale, Zoe (2012)
Ph.D. thesis, University of Birmingham.
PDF (7Mb)
## Abstract
Glial cell line-derived neurotrophic factor (GDNF) is a growth factor promoting survival, proliferation and differe... | {"extraction_info": {"found_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://physics.stackexchange.com/questions/49774/why-must-quantum-logic-gates-be-linear-operators?answertab=active | # Why must quantum logic gates be linear operators?
Why must quantum logic gates be linear operators? I mean, is it just a consequence of quantum mechanics postulates?
-
Suppose you pick a state $|\psi_i\rangle$ at random with probability $p_i$ and send it through a logic gate denoted by $G$. This random state is wr... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://tex.stackexchange.com/tags?page=2&tab=popular | Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
{lyx} specifically is for questions about the LyX document-authoring application, that uses LaTeX for typesetting. Check that your problem is... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://gamedev.stackexchange.com/questions/58191/finding-vectors-with-two-points?noredirect=1 | Finding vectors with two points
We're are trying to get the direction of a projectile but we can't find out how
For example:
[1,1] will go SE
[1,-1] will go NE
[-1,-1] will go NW
and [-1,1] will go SW
we need an equation of some sort that will take the player pos and the mouse pos and find which direction the pr... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://physics.stackexchange.com/questions/594496/does-spin-really-have-no-classical-analogue/594544#594544 | # Does spin really have no classical analogue?
It is often stated that the property of spin is purely quantum mechanical and that there is no classical analog. To my mind, I would assume that this means that the classical $$\hbar\rightarrow 0$$ limit vanishes for any spin-observable.
However, I have been learning abo... | {"extraction_info": {"found_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.mathnet.ru/php/archive.phtml?wshow=paper&jrnid=zvmmf&paperid=1989&option_lang=eng | Zhurnal Vychislitel'noi Matematiki i Matematicheskoi Fiziki
RUS ENG JOURNALS PEOPLE ORGANISATIONS CONFERENCES SEMINARS VIDEO LIBRARY PACKAGE AMSBIB
General information Latest issue Archive Impact factor Search papers Search references RSS Latest issue Current issues Archive issues What is RSS
Zh. Vychi... | {"extraction_info": {"found_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://martin4you.me/product/gym-product-2 | # Gym Product 2
(1 Kundenrezension)
15.0019.00
N/A SKU::
Rimply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the when an unknown printer took a galley scrambled. Rimply dummy text of the printing and typesetting industry. Lorem Ipsum has bee... | {"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://forum.zkoss.org/question/30056/listbox-on-ie/?answer=30065 | # listbox on IE
cordero
24
The Listbox object on Firefox appears correctly, but on Internet Explorer I do not see the descriptions of the headers columns. Why?
delete retag edit
## 4 Replies
ziccardi
321 7
Could you provide a code snippets to show us what you do and what you get?
skipper
3
Well, we made the sam... | {"extraction_info": {"found_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://ubpdqn.wordpress.com/2011/04/28/josephus-revisited/ | # Unkown Blogger Pursues a Deranged Quest for Normalcy
• ## Blog Stats
• 10,531 hits
• ## Tweets
I have been puzzling over the Jospehus problem for step size 2. The wikipedia entry provides the solution for this and insights into its properties. It proves that the number of the last man standing, $f(n)$, is $2 l+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": 0, "wp_latex": 3, "mimetex.cgi": 0, "/images/mat... |
http://www.koreascience.or.kr/article/ArticleFullRecord.jsp?cn=HOGHC7_2013_v27n6_81 | Study on Steering Ratio of Four-Row Rigid Tracked Vehicle on Extremely Cohesive Soft Soil Using Numerical Simulation
Title & Authors
Study on Steering Ratio of Four-Row Rigid Tracked Vehicle on Extremely Cohesive Soft Soil Using Numerical Simulation
Kim, Hyung-Woo; Lee, Chang-Ho; Hong, Sup; Choi, Jong-Su; Yeu, Tae-Kye... | {"extraction_info": {"found_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": 1, "/images/mat... |
https://docs.adyen.com/pt/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/com-extension-for-windows-objects/tenderoption | Would you like to contact support?
No momento, esta página não está disponível em português
TenderOption
Name Description
TenderOption Represents tender options that are passed with the tender. Create the object using CreateTenderOptionObj method from the PedDevice object. Generally, transaction options can be confi... | {"extraction_info": {"found_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://crntaylor.wordpress.com/tag/math/ | You are currently browsing the tag archive for the ‘Math’ tag.
This is based on a neat little post that I saw on Simon Frankau‘s blog that I thought I’d provide a few more details on, as well as bringing it to a wider audience.
Some higher-level data structures in object-oriented programming languages have dynamic me... | {"extraction_info": {"found_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": 32, "mimetex.cgi": 0, "/images/ma... |
http://mathhelpforum.com/discrete-math/20246-binomial-random-variables.html | ,
,
# a scalper is considering buying tickets for a particular game. the
Click on a term to search for related topics. | {"extraction_info": {"found_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/141822/remove-title-in-biblatex-references | # Remove title in biblatex references
I want to cite articles as full reference, but only in the text. So far, everything works in the MWE below, but there is still the title of the article which I want to suppress.
One way I found to do this was by adding \DeclareFieldFormat[article]{title}{}; but that cancels the t... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://djtrichrome.com/nef15x4/track-modulus-is-defined-as-formula-c8353b | # track modulus is defined as formula
We can write the expression for Modulus of Elasticity using the above equation as, E = (F*L) / (A * δL) So we can define modulus of Elasticity as the ratio of normal stress to longitudinal strain. The bulk modulus of a material may be measured by powder diffraction, using x-rays, ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://bmcorser.github.io/2015/12/01/learning-by-rote.html | # Learning by rote
## :sunglasses:
Calculus is full of formulae. As a mundane necessity of examination sometimes those formulae must be committed to memory. I remember remembering . On first sight, it looked huge! How would I ever be able to reproduce something so arcane just from memory? After I looked again, it did... | {"extraction_info": {"found_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.responsivesoftware.com/mdac.htm | For database access, Time Logger depends on components that are a part of the Windows 98SE, Windows 2000, Windows XP, Windows Vista and Windows 2003 Server operating systems. These components are called "Microsoft Data Access Components," or "MDAC."
You may need to download and install these MDAC files yourself (they... | {"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/advanced-math-topics/213103-another-vector-qn-print.html | Another vector qn
• February 14th 2013, 05:50 AM
Tutu
Another vector qn
I found one more question, sorry for this!
Find the points on the line with parametric equations x=2-t, y=3+2t and z=1+t which are 5sqrt(3) units from the point (1,0,-2)
I found the line from the line parametric equations x=2-t, y=3+2t and z=1+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": 1, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathoverflow.net/questions/143569/first-occurrence-of-by-the-usual-compactness-argument | # First occurrence of “by the usual compactness argument”?
In his blog, Jeff Shallit asks, what was the first occurrence of the exact phrase, "by the usual compactness arguments," in the mathematical literature?
He reports that the earliest appearance he has found was in a paper from 1953: it's on page 400 of John W.... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://gis.stackexchange.com/questions/113095/how-to-iterate-through-features-in-a-shapefile-using-r/114481 | # How to iterate through features in a shapefile using R?
I am interested in iterating through a point shapefile to perform tasks on a point by point basis using R. In Python, this can be accomplished using the following workflow:
import arcpy
shp = r'C:\path\to\shapefile.shp'
with arcpy.da.SearchCursor(shp, ["Fiel... | {"extraction_info": {"found_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.gamedev.net/topic/629797-embedded-help/ | • Create Account
Banner advertising on our site currently available from just \$5!
# Embedded Help!
Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.
9 replies to this topic
### #1mKatz ... | {"extraction_info": {"found_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/divergence-theorem.515316/ | # Divergence theorem
1. Jul 19, 2011
### athrun200
1. The problem statement, all variables and given/known data
2. Relevant equations
3. The attempt at a solution
I can get the answer after applying divergence theorem to have a volume integral.
It seems the 4 points given can't form a surface.
#### Attached File... | {"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/37965/completeness-and-cocompleteness-of-the-kleisli-category?answertab=votes | Completeness and cocompleteness of the Kleisli category
If (T,η,μ) is a monad over a category C, which is complete and cocomplete, then what about the Kleisli category? And also, if C is cartesian closed, what about the Kleisli one?
-
In general, the Kleisli category will be neither complete nor cocomplete nor carte... | {"extraction_info": {"found_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/creation-of-energy.10607/ | # Creation of Energy
1. Dec 9, 2003
Hello,
I am new to this forum so i'm not even sure if my question belongs here. Anyway, i am aware that the sun has the natural ability to create new kinds ot atoms throught it's gravitational force but can it or anything in this universe create Energy?
2. Dec 9, 2003
### pallid... | {"extraction_info": {"found_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://sobertimes.com/roberta-mccain-ssgbbyk/d503b4-into-function-is-also-called | [14][31] That is, f is bijective if, for any ∈ ) f Y This is the way that functions on manifolds are defined. and This process is the method that is generally used for defining the logarithm, the exponential and the trigonometric functions of a complex number. = y y ∈ {\displaystyle 0,{\sqrt {3}},{\text{ or }}-{\sqrt {... | {"extraction_info": {"found_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://maze-rl.readthedocs.io/en/latest/concepts_and_structure/policy_and_agent.html | # Policies, Critics and Agents¶
Depending on the domain and task we are working on we rely on different trainers (algorithm classes) to appropriately address the problem at hand. This in turn implies different requirements for the respective models and contained policy and value estimators.
The figure below provides ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://math.stackexchange.com/questions/442326/math-olympiad-problem | A year is peculiar if the sum of the first two digits and the last two digits is equal to the middle two digits. For example, 1978. When was the last peculiar year and is there an algorithm to find any peculiar year?
How would I go about solving this problem? I am completely lost. Any ideas would help.
-
for i=0 to 2... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.gamedev.net/forums/topic/428296-infinite-parameters/ | # infinite parameters???
## Recommended Posts
DjMaSh 198
Hey, I'm not sure if this is possible but heres what I want to do. I want to define a function that can (theoretically) take an infinite amount of parameters. Is this possible without overloading a function an infinite amount of times? For example: int sum(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... |
http://inkpub.ieecas.cn/p/166/ | Spatio temporal change of urban heat island effect in Xining from Landsat image
: 2018 - 06 - 08
: 2018 - 09 - 29
: 2018 - 10 - 19
136 1 0
Abstract & Keywords
Abstract: Background, aim, and scope Withing the implementation of the western development policy, Xining entered a rapid development stage at the end of twenti... | {"extraction_info": {"found_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://kingsterfinance.com/inflation-and-purchasing-power/ | • Different goods and service have different inflation rates
• Inflation usually refers to Consumer (or Producer) Price Index which is a broad-based measurement of inflation across goods and services
Inflation measures the increase in price of goods or services.
If $1 could buy an apple last year and inflation was 50... | {"extraction_info": {"found_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/finding-distance-between-two-slits-in-conditions-related-to-youngs-experiment.144017/ | # Homework Help: Finding distance between two slits in conditions related to Young's Experiment
1. Nov 15, 2006
### wScott
Good evening to all you genius people out there, I've been racking my brains for the past 10 minutes and cant come up with anything.
The exact wording of the question:
Describe how you could u... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://docs.mitk.org/2022.04/org_mitk_views_segmentation.html | Medical Imaging Interaction Toolkit 2022.04.00 Medical Imaging Interaction Toolkit
The Segmentation View
Icon of the segmentation view
Some of the features described below are closed source additions to the open source toolkit MITK and are not available in every application.
Overview
Segmentation is the act of part... | {"extraction_info": {"found_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://es.mathworks.com/help/robust/ref/lti.slowfast.html | # slowfast
Slow and fast modes decomposition
## Syntax
```[G1,G2] = slowfast(G,ns)
```
## Description
`slowfast` computes the slow and fast modes decompositions of a system G(s) such that
G(s) = [G1(s)] + [G2(s)]
`G(s)` contains the `N` slowest modes (modes with the smallest absolute value) of `G`.
$\left[{G}_{... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 2, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://cs.uwaterloo.ca/usra | # NSERC USRA program
The NSERC Undergraduate Student Research Award (USRA) is a financial award that allows outstanding undergraduate students to work with a faculty member in an academic research environment for a semester.
USRA recipients take part in a research project in an area of Computer Science, under the dir... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://en.paddlepaddle.org/documentation/docs/en/1.2/design/concepts/README.html | A few months ago when we were trying to replace CMake with Bazel, @emailweixu suggested that we rewrite those handy Bazel functions using CMake. Now it seems that it's the right time to get this done, as we are facing problems from the porting of Majel and the development of new the parameter server using Go and 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": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://pdglive.lbl.gov/ParticleGroup.action;jsessionid=713CDCCEA231F9B59ECE13077BF54AB5?node=BXXX025&init=0 | # ${{\mathit \Sigma}}$ BARYONS ($\mathit S$ = $-1$, $\mathit I$ = 1)
${{\mathit \Sigma}^{+}}$ = ${\mathit {\mathit u}}$ ${\mathit {\mathit u}}$ ${\mathit {\mathit s}}$, ${{\mathit \Sigma}^{0}}$ = ${\mathit {\mathit u}}$ ${\mathit {\mathit d}}$ ${\mathit {\mathit s}}$, ${{\mathit \Sigma}^{-}}$ = ${\mathit {\mathit 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://forum.allaboutcircuits.com/threads/identity-matrix.62172/ | # identity matrix
Discussion in 'Math' started by kokkie_d, Nov 18, 2011.
1. ### kokkie_d Thread Starter Active Member
Jan 12, 2009
72
0
Hi,
I have the following function:
$f(x) = e^{\underline{A}t}*\underline{A}^{-1}*\underline{A}*e^{\underline{A}T-t}$
Where $\underline{A}$ is A matrix.
Am I allowed to simplify $... | {"extraction_info": {"found_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": 6, "/images/mat... |
http://slideplayer.com/slide/794221/ | # Dr Roger Bennett Rm. 23 Xtn. 8559 Lecture 6.
## Presentation on theme: "Dr Roger Bennett Rm. 23 Xtn. 8559 Lecture 6."— Presentation transcript:
Dr Roger Bennett R.A.Bennett@Reading.ac.uk Rm. 23 Xtn. 8559 Lecture 6
Partial Derivatives For functions of several variables z=z(x,y), z is continuous function of independ... | {"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.proofwiki.org/wiki/Definition:Congruence_(Number_Theory)/Historical_Note | # Definition:Congruence (Number Theory)/Historical Note
He originated the notation $a \equiv b \pmod m$ in his work Disquisitiones Arithmeticae, published in $1801$. | {"extraction_info": {"found_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/362695/output-plaintext-document-instead-of-dvi-pdf | # Output plaintext document instead of DVI/PDF
Is there a way to get LaTeX to generate a plaintext (ie: .txt file) output instead of a .pdf/.dvi file?
I have some lengthy manuals that I'm writing, and I'm trying to find a way to generate pretty ASCII documents with formatting like so:
###############################... | {"extraction_info": {"found_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://stupidsid.com/previous-question-papers/download/engineering-mathematics-3-16410 | MORE IN Engineering Mathematics 3
VTU Computer Science (Semester 3)
Engineering Mathematics 3
June 2015
Total marks: --
Total time: --
INSTRUCTIONS
(1) Assume appropriate data and state your reasons
(2) Marks are given to the right of every question
(3) Draw neat diagrams wherever necessary
1 (a) Expand f(x)=x sin x a... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://clay6.com/qa/18115/the-radius-of-gyration-of-a-solid-sphere-of-radius-r-about-a-certain-axes-i | Comment
Share
Q)
# The radius of gyration of a solid sphere of radius R about a certain axes is also equal to R. If r is the distance between the axes and the centre of a sphere , then r is equal to
$\begin {array} {1 1} (1)\;R & \quad (2)\;0.5 R \\ (3)\;\sqrt { 0.6}R & \quad (4)\;Zero \end {array}$
$\sqrt{0.6}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://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/ext_semantic_schema_editor.html | # Semantic Schema Editor¶
The functioning of segmentation and bounding box sensor data relies a lot on the semantic meaning of different objects in the simulation environment. The Semantic Schema Editor tool allows user to assign semantic labels to those objects.
Go to Synthetic Data->Semantic Schema Editor to enable... | {"extraction_info": {"found_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/testing-the-field-strength-of-a-permanent-bar-magnet.518875/ | # Testing the field strength of a permanent bar magnet
1. Aug 3, 2011
### AUS_Chris
Hi,
I've just completed a prac, where a beam was placed into a solenoid with a current flowing through it, causing a force to exerted down and I balanced out the force by placing weights on the other end in the effort of calculating ... | {"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.acmicpc.net/problem/16871 | 시간 제한 메모리 제한 제출 정답 맞은 사람 정답 비율
2 초 512 MB 0 0 0 0.000%
## 문제
Generating a random number sequence is not easy. Many sequences may look random but upon closer inspection we can find hidden regularities in the occurrence of the numbers. For example, consider the following 100-digit “random” sequence starting with 4 7 9.... | {"extraction_info": {"found_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.matrixmillenium.com.br/8mr54f6/lxp.php?ezb=parabolic-antenna-beamwidth-calculator | All that is needed is a knowledge of the satellite position (sometimes just the satellite is needed as its coordinates may be held within the calculator), the position of the receiver in latitude and longitude. Our parabolic antennas are perfectly suited for high density point-to-point client-premises or backhaul appli... | {"extraction_info": {"found_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://voer.edu.vn/c/electric-potential-in-a-uniform-electric-field/0e60bfc6/4024a853 | Giáo trình
# College Physics
Science and Technology
## Electric Potential in a Uniform Electric Field
Tác giả: OpenStaxCollege
In the previous section, we explored the relationship between voltage and energy. In this section, we will explore the relationship between voltage and electric field. For example, a unifo... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 85, "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://iris.polito.it/handle/11583/2497429 | Korea Superconducting Tokamak Advanced Research (KSTAR) began operation in 2008 and is a fully superconducting tokamak using ITER-like superconductor. All of the SC coils, using cable-in-conduit conductors (CICCs), are cooled with forced-flow supercritical helium (SHe) at 4.5 K and 5.5 bar, to maintain a superconductin... | {"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://science.slashdot.org/story/12/03/16/0159259/danish-research-center-to-explore-mysteries-of-earths-interior?sdsrc=nextbtmprev | Become a fan of Slashdot on Facebook
typodupeerror
Check out the new SourceForge HTML5 internet speed test! No Flash necessary and runs on all devices. ×
## Danish Research Center To Explore Mysteries of Earth's Interior56
An anonymous reader writes "The DanSeis Centre at the University of Copenhagen has just receiv... | {"extraction_info": {"found_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://jpsoft.com/help/which.htm | # Take Command / TCC Help v. 19.0
Purpose: Display the command type and what it would execute
Format: WHICH [/A] command [command ...]
command One or more commands or files.
/A(ll)
Usage:
WHICH displays information about internal and external commands, Aliases (including keystroke aliases), files, plugin... | {"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://murray.cds.caltech.edu/index.php?title=CDS_140a_Winter_2014_Homework_8&diff=18228&oldid=16940 | # Difference between revisions of "CDS 140a Winter 2014 Homework 8"
R. Murray Issued: 25 Feb 2014 (Tue) ACM 101b/AM 125b/CDS 140a, Winter 2014 Due: 5 Mar 2014 (Wed) @ noon
__MATHJAX__
Note: In the upper left hand corner of the second page of your homework set, please put the number of hours that you spent on this h... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.mpim-bonn.mpg.de/node/6449/abstracts | # Abstracts for Seminar on Higher Structures
Alternatively have a look at the program.
## What is higher Lie theory?
Posted in
Speaker:
Dmitry Roytenberg
Affiliation:
Utrecht/Amsterdam
Date:
Fri, 2016-01-08 14:00 - 15:00
Location:
MPIM Lecture Hall
Lie theory" refers to a functorial correspondence between
finite-di... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.bio.net/bionet/mm/proteins/2005-August/011726.html | # [Protein-analysis] Re: how to make protein unfold curve
Frank Küster frank at kuesterei.ch
Tue Aug 30 08:10:32 EST 2005
"subberry" <zhangpy at gmail.com> wrote:
> It's so kind of you to give so detailed answers.
>
> "the borderline was around 600V for the high voltage of
> the detector"
>
> Yes, i recorded the HT.... | {"extraction_info": {"found_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/math-topics/188834-compound-monthly-interest-question.html | # Math Help - Compound Monthly Interest question
1. ## Compound Monthly Interest question
This is a question from a text book. plz help and solve it.
The Huang family purshased a motor home by borrowing $30,000 at 9%/a compounded monthly. The Huang will make payments at the end of each month. They have two choices f... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 9, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathhelpforum.com/pre-calculus/19800-co-ordinate-geometry-help.html | 1. ## Co-ordinate geometry help
Hi, what is the best way to find the equation of a straight line when given to points on the line. ie (x1,y1) and (x2,y2)
I have been finding the gradient m=y2-y1/x2-x1 and then putting into the formula y-y1 =m(x-x1) but i am doing something wrong as i keep getting different answers 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": 8, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://1kingdomlifeministrydwightwaller.com/2017/08/20/casting-thy-burdens/ | # “Casting thy burdens”
## Cast thy burden upon the LORD, and he shall sustain thee, he shall never suffer the righteous to be moved.
cast thy burden upon the (Mat.6:25> Therefore I say unto you, Take no thought for your life, what you shall eat, or what you shall drink; nor yet for your body, what you shall put on.... | {"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/17286-differential-equation-print.html | # differential equation
• Jul 28th 2007, 11:44 AM
viet
differential equation
solve $y'' - 3y' - 10 y = 0; \quad y = 1, y'=10 \;\textnormal{at}\; x = 0$
$y(x) =$
heres what i did:
$r^2-3r-10 = 0$
$(r-2) (r-5) = 0$
roots are : -2, 5
General solution: $y = C_1 e^{-2x}+C_2 e^{5x}$
$y' = -2C_1 e^{-2x}+5C_2 e^{5x}$
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": 0, "img_math": 0, "codecogs_latex": 45, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://scoop.eduncle.com/coding-decoding-questions-tips-and-tricks | Government Jobs Follow
Eduncle posted an Article
June 15, 2019 • 12:21 pm
# Coding Decoding Reasoning Questions – Know How to Solve the Problems!
Reasoning is one of the easiest sections in all type of competitive exams.
There are some topics in reasoning that takes a very short time to get solved while some are tim... | {"extraction_info": {"found_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://itknowledgeexchange.techtarget.com/itanswers/error-message-rnx9001/?watch=24665 | error message RNX9001
pts.
Tags:
Programming Languages
RPG
I have a RPGILE which input X and Y and return Z as (X to the power of Y) eg X = 2 and Y = 2 then Z = 4 I define X, Y and Z as 30P9 However when I can this function with parmeter X= 10 and Y = 10 Error occur like this : Can anyone tell me how to fix it or why ... | {"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://greenemath.com/Prealgebra/16/OrderofOperationsTest4.html | Sections:
# Order of Operations Test #4
In this section, we finish up our review of whole numbers by discussing the order of operations. When we tackle a problem with multiple operations it can often cause confusion as to which operation is to be performed in which order. Let’s suppose we saw the following problem:
4... | {"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://talkstats.com/threads/need-help-interpreting-question.78364/#post-232824 | # Need help interpreting question
*solved
Last edited:
#### Buckeye
##### Active Member
Yes, they seem to be different questions. The lambda and the mu should be supplied to you or you should be able to calculate it given the info in the problem. Not sure where you are getting the lambda as 4 because it is not impl... | {"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://hackage.haskell.org/package/aeson-1.5.0.0/docs/Data-Aeson-Parser.html | aeson-1.5.0.0: Fast JSON parsing and encoding
Copyright (c) 2012-2016 Bryan O'Sullivan(c) 2011 MailRank Inc. BSD3 Bryan O'Sullivan experimental portable None Haskell2010
Data.Aeson.Parser
Description
Efficiently and correctly parse a JSON string. The string must be encoded as UTF-8.
It can be useful to think of pa... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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/2396/solving-polynomial-equations-when-you-know-in-which-number-field-the-solutions-li | # Solving polynomial equations when you know in which number field the solutions live
Suppose I have a bunch of polynomial equations with coefficients in a number field, and suppose further that I'm guaranteed a priori that they have a solution in that number field. Can I leverage that knowledge into a technique for s... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://cms.math.ca/cjm/msc/32A35?fromjnl=cjm&jnl=CJM | location: Publications → journals
Search results
Search: MSC category 32A35 ( $H^p$-spaces, Nevanlinna spaces [See also 32M15, 42B30, 43A85, 46J15] )
Expand all Collapse all Results 1 - 5 of 5
1. CJM Online first
Cascante, Carme; Fàbrega, Joan; Ortega, Joaquín M.
Sharp norm estimates for the Bergman opera... | {"extraction_info": {"found_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.manhattanprep.com/gre/challengeproblems/ | ## Challenge Problem of the Month
I will choose one person out of all the people who answer correctly to win a free Manhattan GRE Strategy Guide. If you're keen on calculations or on winning free things, you should try your hand this month.
### This Month's Problem: "These Three Integers"
x, y, and z are positive in... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 2, "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://math.stackexchange.com/questions/296281/convolution-of-l-1-functions-is-l-1 | # Convolution of $L_1$ functions is $L_1$
Let $f,g\in L_1(\mathbb R, m)$ where m is the Lebesgue measure.
Prove that:
a) $f(x-t)g(t) \in L_1(\mathbb R, m)$ as a fuction of $t$ almost all $x$
b) $h\in L_1(\mathbb R, m)$ where $h=(f \ast g)(t)=\int_{\mathbb R}f(x-t)g(t)dm(t)$
c)$||h||_{L_1}\le ||f||_{L_1}||g||_{L_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": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://infoscience.epfl.ch/record/188872?ln=en | ## Asynchronous Gossip
We study the complexity of gossip in an asynchronous, message-passing fault-prone distributed system. We show that an adaptive adversary can significantly hamper the spreading of a rumor, while an oblivious adversary cannot. The algorithmic techniques proposed in this article can be used for imp... | {"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.quepublishing.com/articles/article.aspx?p=131120&seqNum=3 | # Using DOS Commands with MS-DOS 6.22
• Print
From the author of
## Understanding the Elements of a DOS Command
To begin to understand DOS commands, you first need to know a few fundamental facts:
• DOS requires that you use a specific set of rules, or syntax, when you issue commands.
• All DOS commands begin 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... |
http://math.stackexchange.com/questions/687581/derive-differentiation-identity-for-gegenbauer-polynomial | # Derive Differentiation Identity for Gegenbauer Polynomial
For $\lambda > 0$ and $n = 0,1,2,3,\ldots$, the following is an n-th order polynomial: $$P_{\lambda,n}(x)=(1-x^{2})^{-\lambda+1/2}\frac{d^{n}}{dx^{n}}(1-x^{2})^{n+\lambda-1/2}$$ Problem: Show that there are constants $C_{\lambda,n}$ such that $$P_{\lambda,n}'... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://proceedings.asmedigitalcollection.asme.org/volume.aspx?volumeid=18438 | 0
### ASME Conference Presenter Attendance Policy and Archival Proceedings
2017;():V07AT00A001. doi:10.1115/OMAE2017-NS7A.
FREE TO VIEW
This online compilation of papers from the ASME 2017 36th International Conference on Ocean, Offshore and Arctic Engineering (OMAE2017) represents the archival version of the Confer... | {"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://math.stackexchange.com/questions/255719/geometric-interpretation-of-h-1p-f-d-1p-d-for-a-polytope | # Geometric Interpretation of $h_1(P)=f_{d-1}(P)-d$ for a polytope
In our lecture "Discrete Geometry 1", we are examining lineare realtions between the components of the f-vector and the h-vector of a polytope, in particular the Euler-Poincaré formula and the Dehn-Sommerville Equations. We already proved that there ar... | {"extraction_info": {"found_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/algebra/63723-geometric-progression.html | 1. ## Geometric progression
anyone can understand this question??
a house buyer borrows rm50k from a bank to buy a house which costs rm70k. the rate of interest charged by the bank is 9% per annum, and is calculated based on the amount outstanding at the beginning of each year.the house buyer is required to repay his... | {"extraction_info": {"found_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": 6, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://fuchsia.googlesource.com/third_party/vulkan-cts/+/a62bc26741eb7156d06798b433c4231da22f12bd/external/vulkancts/modules/vulkan/renderpass/vktRenderPassSparseRenderTargetTests.hpp | blob: be6a840b4edc55e722d96b86c4d65de2c86bd092 [file] [log] [blame]
#ifndef _VKTRENDERPASSSPARSERENDERTARGETTESTS_HPP #define _VKTRENDERPASSSPARSERENDERTARGETTESTS_HPP /*------------------------------------------------------------------------- * Vulkan Conformance Tests * ------------------------ * * Copyright (c) 201... | {"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://qchu.wordpress.com/tag/symmetric-functions/ | Feeds:
Posts
## Four flavors of Schur-Weyl duality
If $V$ is a finite-dimensional complex vector space, then the symmetric group $S_n$ naturally acts on the tensor power $V^{\otimes n}$ by permuting the factors. This action of $S_n$ commutes with the action of $\text{GL}(V)$, so all permutations $\sigma : V^{\otimes ... | {"extraction_info": {"found_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": 94, "mimetex.cgi": 0, "/images/ma... |
https://noncommutativeanalysis.wordpress.com/category/dynamical-systems/ | ## Category: Dynamical systems
### “Guided” and “quantised” dynamical systems
Evegenios Kakariadis and I have recently posted our paper “On operator algebras associated with monomial ideals in noncommuting variables” on the arxiv. The subject of the paper is several operator algebras (at the outset, there are seven 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": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 1, "mimetex.cgi": 0, "/images/mat... |
https://www.ias.ac.in/listing/bibliography/pram/CHAOUCHE_YASSINE | • CHAOUCHE YASSINE
Articles written in Pramana – Journal of Physics
• Structural, elastic and dynamical properties of ${\rm YP}_{1-x}{\rm As}_{x}$ alloys from first principles calculations
The structural, elastic and lattice vibration properties of the ternary alloys ${\rm YP}_{1-x}{\rm As}_{x}$ at various As concen... | {"extraction_info": {"found_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://wwws.esrf.eu/home/news/spotlight/content-news/spotlight/spotlight223.html | # Strong X-ray magneto-chiral dichroism in paramagnetic molecular helices
30-03-2015
Chiral systems, objects that are not superimposable on their mirror images, show differential absorption of left and right circularly polarised light. When chiral systems are also magnetic, they can adsorb unpolarised light in a diff... | {"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/28704-please-help-involves-area-integral-print.html | • Feb 20th 2008, 09:33 AM
waite3
Find the area of the region enclosed between y=4sin(x) and y=3cos(x) from x=0 to x=0.9pi .
• Feb 20th 2008, 09:40 AM
Jhevon
Quote:
Originally Posted by waite3
Find the area of the region enclosed between y=4sin(x) and y=3cos(x) from x=0 to x=0.9pi .
the area will be given by $\int_0^{... | {"extraction_info": {"found_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": 3, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://math.stackexchange.com/questions/2973672/proving-that-a-representation-is-irreducible | # Proving that a representation is irreducible
Let $$V_n = \mathbb{C}^n$$ the representations of $$SU(n)$$ given by matrix multiplication $$SU(n) \times V_n \rightarrow V_n, (A, v) \mapsto A \cdot v .\,$$ Show that $$V_n$$ is irreducible.
I tried to prove this by induction using the fact that the representation is co... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://proceedings.mlr.press/v32/tu14.html | # Making Fisher Discriminant Analysis Scalable
Bojun Tu, Zhihua Zhang, Shusen Wang, Hui Qian ;
Proceedings of the 31st International Conference on Machine Learning, PMLR 32(2):964-972, 2014.
#### Abstract
The Fisher linear discriminant analysis (LDA) is a classical method for classification and dimension reduction j... | {"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://worldwidescience.org/topicpages/a/acoustic+multivariate+condition.html | #### Sample records for acoustic multivariate condition
1. Acoustic multivariate condition monitoring - AMCM
Rosenhave, P.E. [Vestfold College, Maritime Dept., Toensberg (Norway)
1997-12-31
In Norway, Vestfold College, Maritime Department presents new opportunities for non-invasive, on- or off-line acoustic monitor... | {"extraction_info": {"found_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://stats.stackexchange.com/questions/250046/how-to-calculate-quartiles-and-other-percentiles | How to calculate quartiles and other percentiles?
Given the following data:
972, 975, 985, 993, 993, 995, 998, 1001, 1004, 1007, 1008, 1009, 1011, 1015, 1016, 1020, 1022, 1032
I calculate the lower quartile as follows:
Number of values: 18, Number of 'gaps': 17.
Lower quartile is at 17/4 + 1 = 5.25th value. 5.25th... | {"extraction_info": {"found_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://labs.tib.eu/arxiv/?author=A.%20Zabi | • ### Run 2 Upgrades to the CMS Level-1 Calorimeter Trigger(1511.05855)
Nov. 18, 2015 hep-ex, physics.ins-det
The CMS Level-1 calorimeter trigger is being upgraded in two stages to maintain performance as the LHC increases pile-up and instantaneous luminosity in its second run. In the first stage, improved algorithms ... | {"extraction_info": {"found_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://link.springer.com/article/10.1007/BF02747429 | , Volume 10, Issue 1-2, pp 45-51
# Topological defects in crystals: A density-wave theory
Rent the article at a discount
Rent now
* Final gross prices may vary according to local VAT.
## Abstract
A new approach for describing dislocations and other topological defects in crystals, based on the density wave theory... | {"extraction_info": {"found_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://memagazineselect.asmedigitalcollection.asme.org/article.aspx?articleid=2676466 | 0
Select Articles
In a World of Declining Freshwater Availability, We are Exchanging Energy for Clean Water to Meet the Needs of Thirsty Billions.
[+] Author Notes
Michael E. Webber is deputy director of the Energy Institute at the University of Texas at Austin and an ASME Fellow. This article is excerpted from his ... | {"extraction_info": {"found_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://blogs.princeton.edu/mathclub/guide/courses/algebra/ | Algebra
Algebra is perhaps best defined as the study of “algebraic structures.” Broadly construed, algebraic structures are sets endowed with additional operations—think of the integers (a set) with addition and multiplication (additional operations). Usually, these operations allow elements to be combined in some way... | {"extraction_info": {"found_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... |
http://math.stackexchange.com/questions/24465/compute-base-price-of-each-item-in-a-list-of-items-given-the-total-sales-tax | # Compute base price of each item in a list of items given the total sales tax
I'm having a disagreement with a client that I think is relatively simple mathematics, but I'd like a third party to confirm or dispute my assertions. Here's the situation:
We have a list of N final prices p1, ..., pN. A final price is tax... | {"extraction_info": {"found_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://math.stackexchange.com/questions/226542/connected-rightarrow-path-connected | # connected $\Rightarrow$ path connected?
Well, so far, I have noticed that whenever a matrix lie group is connected it is path connected, so is it true that in matrix lie group connected $\Rightarrow$ path connected?If yes, could anyone tell me where I can get the proof?or if some one tell me the sketch of the proof.... | {"extraction_info": {"found_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/forces-again-review.193730/ | # Forces again (review)
1. Oct 24, 2007
A 25.5 kg block is connected to an empty 1.00 kg bucket by a cord running over a frictionless pulley (Fig. 4-57). The coefficient of static friction between the table and the block is 0.400 and the coefficient of kinetic friction between the table and the block is 0.320. Sand 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://math.stackexchange.com/questions/2069540/what-exactly-is-a-scalar?noredirect=1 | What exactly is a scalar? [closed]
Particularly, referring to scalars I am only implying to individual numbers, for this instance, let's take the set R(real numbers).
These numbers do lie of the real line, i.e. the x axis, which is perpendicular to the y-axis, together form the cartesian plane. So, how are they scala... | {"extraction_info": {"found_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... |