url stringlengths 14 1.76k | text stringlengths 100 1.02M | metadata stringlengths 1.06k 1.1k |
|---|---|---|
https://blender.stackexchange.com/questions/44004/addobjecthelper-pointerproperty-and-draw-method | # AddObjectHelper, PointerProperty and Draw Method
I am writing an Add Mesh Operator by sub-classing the bpy.types.Operator and bpy_extras.object_utils.AddObjectHelper. As my object is comprised of a series of components I thought it best to group them using Property Groups i.e. sub-classing bpy.types.PropertyGroup. 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://math.stackexchange.com/questions/98161/fft-for-solving-poisson-equation-in-3-dimensions-with-periodic-boundary-conditio/98207 | # FFT for solving Poisson equation in 3 dimensions with periodic boundary conditions
In electrostatics, the laplacian of the electrostatic potential $\Delta V(\mathbf{r})$ created by a charge distribution $\rho(\mathbf{r})$ is
$$\Delta V(\mathbf{r})=-\frac{\rho(\mathbf{r})}{\epsilon_0},$$
where $\epsilon_0$ is the v... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://physicsoverflow.org/34814/proving-killing-contractions-geodesics-constants-motion?show=34816 | # Proving that Killing form contractions with geodesics are constants of motion
+ 3 like - 0 dislike
2630 views
I want to prove the fundamental theorem of Killing forms, namely that
$$\frac{d}{d \lambda} \Big( \frac{d P^{\mu}}{d \lambda} \xi_{\mu}(P(\lambda)) \Big) = 0$$
If $P(\lambda)$ is a Geodesic curve, which 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://link.springer.com/article/10.1007/s44150-021-00014-9 | ## Introduction
A circular economy of the built environment is a topic of increasing interest to academics and practitioners. Mimicking processes observed in nature, circular economies are systems in which materials at the end of their service lives become resources for new growth [1]. Circular economy has also been d... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://codeforces.com/blog/vkditya0997 | ### vkditya0997's blog
By vkditya0997, history, 4 years ago,
Hello everyone,
I was trying this problem : Click
I couldn't get any idea. So, read the editorial.
It mentioned to square root decompose the queries and then solve the problem. I don't really get the idea behind it.
P.S.: I know about SQRT decomposition
• ... | {"extraction_info": {"found_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/1674-green-s-theorem-proof-misunderstanding.html | # Math Help - Green's Theorem Proof Misunderstanding
1. ## Green's Theorem Proof Misunderstanding
By the way, I also posted this in the Urgent Help section.
Okay, I get the half that is normally explained in the books which is the same as on wikipedia (http://en.wikipedia.org/wiki/Green's_theorem).
This is the best... | {"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.fz-juelich.de/SharedDocs/Termine/PGI/PGI-1/DE/2013/2013-01-25PGIKolloquiumKirschner.html | # PGI-Kolloquium
Spin-dependent two-electron emission from ferromagnetic Fe(001)
Prof. Dr. Jürgen Kirschner, Max-Planck-Institut für Mikrostrukturphysik, Halle
Anfang
25.01.2013 11:00 Uhr
Veranstaltungsort
PGI-Hörsaal
# Abstract
We present a joint experimental and theoretical study of correlated electron pair emis... | {"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/105863/what-is-wrong-with-this-solution-for-mathcalo-logn-choose-fracn2 | # What is wrong with this solution for $\mathcal{O}({\log({n \choose \frac{n}{2}})})$?
In this recitation on MIT OCW, the instructor uses Stirling's approximation to calculate that
$$\mathcal{O}({\log({n \choose \frac{n}{2}})}) = \mathcal{O}(n)$$.
However, I went through the following steps to conclude that $$\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://www.graduate.technion.ac.il/Theses/Abstracts.asp?Id=23394 | M.Sc Thesis
M.Sc Student Rotem Sagi Light Controlled Self Assembly of Structures from Silicon Bricks Department of Physics Professor Uri Sivan
Abstract
This research presents a technique for fabricating nonspherical colloidal particles using photolithography that has been developed. The fabricated colloids are silico... | {"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://thoughtstreams.io/jtauber/note-quantization/4475/ | # Note Quantization
48 thoughts
last posted April 25, 2014, 2:23 a.m.
45 earlier thoughts
0
What's particularly compelling about the above model for swing is that, as long as actual note placement is relative to the grid, we can easily swing a straight time rhythm or de-swing a swing rhythm back to a straight time ... | {"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/temperature-of-something-is-a-measure-of-the-average-kinetic-energy.75824/ | # Temperature of something is a measure of the average kinetic energy
1. May 16, 2005
If the temperature of something is a measure of the average kinetic energy of its particles then why aren't white water rapids hot?
2. May 16, 2005
### El Hombre Invisible
I don't think the increase in kinetic energy of a single ... | {"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/60981/latex-3-read-write-to-file-like-toc | LaTeX 3 read/write to file like toc
I tried to reimplement some kind of a toc facility. I write wouts argument into a file and try to reinclude this. So the Problem is, that \ior_str_gto:NN seems to stop at linebreaks. Please consider the following example:
\documentclass{report}
\usepackage[latin1]{inputenc}
\usepac... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://doc.rero.ch/search?ln=de&ifacets=author:Tuczek,%20Felix | # Ergebnisse einschränken
## Electronic structure and absorption spectra of biferrocenyl and bisfulvalenide diiron radical cations: detection and assignment of new low-energy transitions
### In: Chemistry - A European Journal, 2009, vol. 15, no. 7, p. 1604 - 1617
Low-energy electronic transitions have been detected ... | {"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.openpipeflow.org/index.php?title=File:GMRESm.f90&oldid=836 | # File:GMRESm.f90
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GMRESm.f90(file size: 5 KB, MIME type: application/acad)
$\renewcommand{\vec}[1]{ {\bf #1} } \newcommand{\bnabla}{\vec{\nabla}} \newcommand{\Rey}{Re} \def\vechat#1{\hat{\vec{#1}}} \def\mat#1{#1}$
## The GMRES(m) Method
This... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathoverflow.net/questions/90317/can-you-name-these-orthogonal-polynomials?sort=oldest | # Can you name these orthogonal polynomials?
I have a collection of orthogonal polynomials in infinitely commuting variables $x_1, x_2, x_3, \ldots$. I think they must be well known (perhaps Schur or Hermite polynomials or some variant thereof), but I haven't succeeded in finding them in the literature in a form that'... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/how-can-you-use-triode-as-detector-in-radio-wave-receivers.377367/ | # Homework Help: How Can you use triode as detector in radio wave receivers?
1. Feb 11, 2010
### aliz_khanz
1. The problem statement, all variables and given/known data
How Can you use triode as detector in radio wave receivers?
2. Relevant equations
N/A
3. The attempt at a solution
when the radio receivers were i... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://mathoverflow.net/questions/123535/a-submodule-of-a-constant-d-module-is-constant/123558 | A submodule of a constant D-module is constant
Hello,
Let $X$ be a smooth variety in char. 0. Let us call a $D$-module on $X$ constant, if it is isomorphic to a finite direct sum of the $D$-modules $O$ (the sheaf of regular functions with the usual $D$-module structure). Then a subquotient of a constant $D$-module sh... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathhelpforum.com/calculus/195999-tricky-derivative-problem.html | # Math Help - Tricky derivative problem!
1. ## Tricky derivative problem!
I understand how to take the derivative of an equation with respect to a variable, say S, but what do I do when there are two variables involved? Here's the problem d/dx [3cos(x^2) - 4e^t]
2. ## Re: Tricky derivative problem!
Treat t as const... | {"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/solid-solution-hardening-concentration-dependence.791083/ | # Solid solution hardening, concentration dependence
Tags:
1. Jan 7, 2015
### CarlJose
When you add impurity atoms to a material, the yield strength often increases by a process known as solid solution hardening. This is because the impurity atoms create a barrier to dislocation motion. The literature describing thi... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://se.iherb.com/r/gerber-squash-apple-corn-2nd-foods-2-pack-4-oz-113-g-each/107089 | Page 1 - Reviews - Gerber, Squash Apple Corn, 2nd Foods, 2 Pack, 4 oz (113 g) Each - iHerb
Your preference has been updated for this session. To permanently change your account setting, go to My Account
As a reminder, you can update you preferred country or language anytime in My Account
SE
Posted on Apr 16, 2022
4
1
... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.ebooksread.com/authors-eng/s-l-sidney-luxton-loney/the-elements-of-coordinate-geometry-eno/page-19-the-elements-of-coordinate-geometry-eno.shtml | S. L. (Sidney Luxton) Loney.
# The elements of coordinate geometry online
. (page 19 of 26)
Online LibraryS. L. (Sidney Luxton) LoneyThe elements of coordinate geometry → online text (page 19 of 26)
Font size
37. If a rectangular hyperbola circumscribe a triangle, shew that
it meets the circle circumscribing the tri... | {"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://engineering.stackexchange.com/questions/23274/classify-ecg-signal-using-neural-network/23279 | # classify ECG signal using neural network
I am looking to classify ECG signal using with neural network. I have never done signal analysis before.
From the samples of data I have, I have noramlised, transformed using the FFT , get the pics, amplitudes and the frequencies. Now, How do I feed those values, to my ANN (... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://link.springer.com/chapter/10.1007%2F978-3-030-05974-3_19 | # The Efficiency of Coherent Radiation from Relativistic Shocks
• Takanobu Amano
• Masanori Iwamoto
• Yosuke Matsumoto
• Masahiro Hoshino
Chapter
Part of the Springer Series in Chemical Physics book series (CHEMICAL, volume 119)
## Abstract
We discuss a mechanism for intense electromagnetic wave emission at an astro... | {"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/28658/frutiger-font-in-texlive-2011-and-lion-os | # Frutiger font in TexLive 2011 and Lion OS
I tried to install the Frutiger font on TexLive 2011 using Lion OS. I followed this guide:
1. Copy the file frutiger.tar.gz to the folder `/usr/local/texlive/texmf-local`.
2. Unzip the file.
3. Open a shell and execute:
`sudo updmap-sys --enable Map=/usr/local/texlive/texm... | {"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://socratic.org/questions/how-do-i-use-synthetic-division-to-find-p-3-for-p-x-x-4-2x-3-4x-4 | Precalculus
Topics
# How do I use synthetic division to find p(-3) for p(x)=x^4-2x^3-4x+4?
The Remainder Theorem is how one would be able to evaluate $P \left(- 3\right)$. | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 1, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://escholarship.org/uc/item/26b1889v | A simple tool for bounding the deviation of random matrices on geometric sets
Open Access Publications from the University of California
A simple tool for bounding the deviation of random matrices on geometric sets
• Author(s): Liaw, C
• Mehrabian, A
• Plan, Y
• Vershynin, R
• et al.
Abstract
Let $A$ be an isotropic... | {"extraction_info": {"found_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/a/acoustic+decay+instability.html | Sample records for acoustic decay instability
1. Electron heating caused by the ion-acoustic decay instability in a finite-length system
International Nuclear Information System (INIS)
Rambo, P.W.; Woo, W.; DeGroot, J.S.; Mizuno, K.
1984-01-01
The ion-acoustic decay instability is investigated for a finite-length ... | {"extraction_info": {"found_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://codereview.stackexchange.com/questions/25867/hashtable-separate-chaining-collision-in-c | # HashTable - separate chaining collision in C++
I'm trying to implement a HashTable. In fact, I want a HashSet with Persons that have a name and a phoneNumber, both string. I understood the theory with collisions and everything but I don't know how to really implement something. This is what I've done so far:
#ifnde... | {"extraction_info": {"found_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://zenodo.org/record/5572778/export/geojson | Presentation Open Access
# On the Potential of the Reynolds Stress Approach to Model Convective Overshooting in Grids of Stellar Evolution Models
Kupka, Friedrich
### GeoJSON Export
{
"type": "FeatureCollection",
"features": []
}
15
12
views | {"extraction_info": {"found_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://phys.libretexts.org/TextMaps/Astronomy_and_Cosmology_Textmaps/Map%3A_Astronomy_(Impey)/12%3A_Properties_of_Stars/12.12_Stellar_Composition | $$\require{cancel}$$
# 12.12 Stellar Composition
Representative stellar spectra from a range of spectral classes. Click here for original source URL.
Cecilia Payne-Gaposchkin. Click here for original source URL.
Solar spectrum showing the dark absorption lines. Click here for original source URL.
Astronomers deriv... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.zbmath.org/?q=ci%3A3891878 | ×
## Asymptotic behavior for t$$\to \infty$$ of the solutions of the equation $$\psi _{xx}+u(x,t)\psi +(\lambda /4)\psi =0$$ with a potential u, satisfying the Korteweg-de Vries equation. II.(English)Zbl 0582.35009
Translation from Zap. Nauchn. Semin. Leningr. Otd. Mat. Inst. Steklova 138, 8-32 (Russian) (1984; Zbl 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": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.eevblog.com/forum/repair/rigol-ds1054z-109465/msg1513096/?PHPSESSID=h6c7ckrj0dnf13cl1gfpuhh6s5 | Author Topic: Rigol ds1054z (Read 16391 times)
0 Members and 1 Guest are viewing this topic.
Twoflower
• Frequent Contributor
• Posts: 662
• Country:
Re: Rigol ds1054z
« Reply #125 on: May 02, 2018, 07:57:24 pm »
The scope does not recognize the mode of the probe.
By the way here's Daves explanation of the 1x prob... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.nature.com/articles/s41467-017-02772-x | 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": 0, "mathjax_display_tex": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://physc.sgtuniversity.ac.in/curriculum-title-physical-special-v-code-09040408-fourth-sem-master-of-chemistry/ | 1800 102 5661
Curriculum | Title: Physical special –V (Code-09040408) | Fourth Sem | Master of Chemistry
Title: Physical special –V (Code-09040408)
S.No Topic Learning Objectives Teaching Guidelines Methodology Hours Unit I 1 Free energy functions and the partition functions, Calculation of equilibrium constant us... | {"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://ai.stackexchange.com/questions/3419/why-is-the-perplexity-a-good-evaluation-metric-for-chatbots | # Why is the perplexity a good evaluation metric for chatbots?
A few papers I have come across say that BLEU is not an appropriate evaluation metric for chatbots, so they use the perplexity.
First of all, what is perplexity? How to calculate it? And why is perplexity a good evaluation metric for chatbots?
With perpl... | {"extraction_info": {"found_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://mathoverflow.net/questions/107616/chern-number-of-a-sphere | # Chern number of a sphere
Hi everybody. I think I get a problem with the definitions of the connections 1-form of a vector bundle.
Let's consider the sphere $S^2$ with its tangent bundle as a vector bundle. Let's take a tangent vector field $A$ regular on the sphere and construct using local patches these connection... | {"extraction_info": {"found_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/53403 | Formats
Format
BibTeX
MARC
MARCXML
DublinCore
EndNote
NLM
RefWorks
RIS
### Abstract
Separated flow models are of great interest to model two-phase flow such as Stratified, Stratified-Wavy and Annular flow patterns. Taitel and Dukler proposed a model for Stratified flow assuming that the interfacial effects can be neg... | {"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.duke.edu/multivar-calculus-econ-29 | # MULTIVAR CALCULUS FOR ECON
### MATH202D.001
Gaussian elimination, matrix algebra, determinants, linear independence. Calculus of several variables, chain rule, implicit differentiation. Optimization, first order conditions, Lagrange multipliers. Integration of functions of several variables. Not open to students wh... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://crypto.ethz.ch/publications/LLMMMT18.html | # Information Security and Cryptography Research Group
## Topology-Hiding Computation Beyond Semi-Honest Adversaries
### Rio LaVigne, Chen-Da Liu Zhang, Ueli Maurer, Tal Moran, Marta Mularczyk, and Daniel Tschudi
Theory of Cryptography — TCC, LNCS, Springer International Publishing, vol. 11240, pp. 3–35, Nov 2018.
... | {"extraction_info": {"found_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://byjus.com/product-to-sum-formula/ | Product to Sum Formula
Product to sum formulas are the trigonometric identities. These identities are used to rewrite products of sine and cosine. Product to sum formulas are also used to simplify the critical trigonometry function.To solve the trigonometry functions use below given Product to sum formula.
Sum to pro... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://love2d.org/forums/viewtopic.php?f=4&t=76823&p=159697 | [0.9.0] Executing with Notepad++ (nppexec)
Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
IMP1
Prole
Posts: 41
Joined: Mon Oct 03, 2011 8:46 pm
[0.9.0] Executing with Notepad++ (nppexec)
I used to run LÖVE st... | {"extraction_info": {"found_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://math.libretexts.org/Courses/Monroe_Community_College/MTH_211_Calculus_II/Chapter_6%3A_Applications_of_Integration/6.4E%3A_Exercises_for_Section_6.4 | # 6.4E: Exercises for Section 6.4
$$\newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} }$$ $$\newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}}$$$$\newcommand{\id}{\mathrm{id}}$$ $$\newcommand{\Span}{\mathrm{span}}$$ $$\newcommand{\kernel}{\mathrm{null}\,}$$ $$\ne... | {"extraction_info": {"found_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://gmatclub.com/forum/calling-all-2009-usc-marshall-applicants-64886-40.html | Find all School-related info fast with the new School-Specific MBA Forum
It is currently 29 Sep 2016, 22: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.
C... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://education.ti.com/en/customer-support/knowledge-base/ti-nspire-family/product-usage/25890 | Education Technology
Knowledge Base
Solution 25890: Exact and Approximate Solutions Using the TI-Nspire™ Handheld and Computer Software.
Why do I sometimes get a decimal approximation in a stacked fraction calculation on the TI-Nspire family handheld and computer software when I expect to see the answer in stacked f... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://en.wikipedia.org/wiki/Canonical_transformation | # Canonical transformation
In Hamiltonian mechanics, a canonical transformation is a change of canonical coordinates (q, p, t) → (Q, P, t) that preserves the form of Hamilton's equations. This is sometimes known as form invariance. It need not preserve the form of the Hamiltonian itself. Canonical transformations are ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 58, "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/95878/superscript-asterisk-on-the-left-side-of-different-symbols-math-mode | # superscript asterisk on the left side of different symbols (math mode)
I need to add superscript asterisks to the left side of different symbols like +,\cdot,\leq,\mathbb{R}.
I read several different solutions to similar questions, which recommended either \prescript, which is ugly, since there is a huge space betw... | {"extraction_info": {"found_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://projecteuclid.org/DPubS?service=UI&version=1.0&verb=Display&page=toc&handle=euclid.mjms/1312232713 | The Missouri Journal of Mathematical Sciences (MJMS) publishes well-motivated original research articles as well as expository and survey articles of exceptional quality in mathematical sciences. A section of the MJMS is also devoted to interesting mathematical problems and solutions.
Volume 22, Issue 1
Publication D... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://mmath.dev/pyscan/examples/PhillyCrime.html | Below we load in a data set of crimes incidents in the Philadelphia area and the divide the sets into all crime events and theft crime events. Using pyscan we can then extract approximate regions of interest at scale.
In [17]:
import pyscan
import csv
import numpy as np
import matplotlib.pyplot as plt
import random
... | {"extraction_info": {"found_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://forums.spybot.info/showthread.php?12829-Backdoor-Hupigon | 1. ## Backdoor.Hupigon
When I scan my computer with AVG Anti-Spyware I get a threat called Backdoor.Hupigon. I quarantine it and delete it but it reappears when I scan again with AVG. I googled it to see what it was but I got conflicting reports as to what it does and how much danger it poses. Any information you guys... | {"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/18014-another-triple-integration.html | # Math Help - another triple integration!
1. ## another triple integration!
Use a triple integral to find the volume of the solid bounded by the surface y=x^2 and the planes y+z=4 and z=0.
Thank you very much.
2. Try this:
$2\int_{0}^{2}\int_{x^{2}}^{4}\int_{0}^{4-y}dzdydx$
Here's a haphazard attempt at a graph o... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 1, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://hackthology.com/faster-tokenization-with-a-dfa-backend-for-lexmachine.html | Lexmachine is a lexical analysis (or tokenization) library for Go (golang) and it just got faster thanks to a new backend I wrote. This article is going to explain the new backend, how it works, and why it is faster. If you want to use lexmachine checkout the documentation or the tutorial.
Lexical analysis is the proc... | {"extraction_info": {"found_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://gmatclub.com/forum/odd-scoring-118532.html?kudos=1 | Find all School-related info fast with the new School-Specific MBA Forum
It is currently 30 May 2016, 02:39
### GMAT Club Daily Prep
#### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.
C... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://edboost.org/summer-enrichment-day-camps | # Enrichment Camps
## Summer Enrichment Day Camps
Although we love summers for vacations and days at the beach, it's also a great time to catch up, keep up, and leap ahead academically. EdBoost enrichment day camps are intense, fun, and productive. Students learn new skills, practice old skills, and do a lot of aca... | {"extraction_info": {"found_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://genomaths.github.io/methylit/articles/Methylation_analysis_with_Methyl-IT.html | Abstract
Methylation analysis with Methyl-IT is illustrated on simulated datasets of methylated and unmethylated read counts with relatively high average of methylation levels: 0.15 and 0.286 for control and treatment groups, respectively. The main Methyl-IT downstream analysis is presented alongside the application o... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://export.arxiv.org/abs/2101.09132 | math.FA
(what is this?)
# Title: Generalized Newton-Leibniz Formula and the Embedding of the Sobolev Functions with Dominating Mixed Smoothness into Hölder Spaces
Abstract: It is well-known that the embedding of the Sobolev space of weakly differentiable functions into H\"{o}lder spaces holds if the integrability ex... | {"extraction_info": {"found_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.learncram.com/ml-aggarwal/ml-aggarwal-class-8-solutions-for-icse-maths-chapter-10-ex-10-3/ | # ML Aggarwal Class 8 Solutions for ICSE Maths Chapter 10 Algebraic Expressions and Identities Ex 10.3
## ML Aggarwal Class 8 Solutions for ICSE Maths Chapter 10 Algebraic Expressions and Identities Ex 10.3
Question 1.
Multiply:
(i) (5x – 2) by (3x + 4)
(ii) (ax + b) by (cx + d)
(iii) (4p – 7) by (2 – 3p)
(iv) (2x2 +... | {"extraction_info": {"found_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://tel.archives-ouvertes.fr/tel-02286000 | # Étude d'un système quantique ouvert en interactions répétées de type maser à un atome.
Abstract : Open quantum systems describe the evolution of a system S in interaction with one or more other systems called environments. Two approaches in the literature to study such systems: the hamiltonian approach in which the ... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.physicsforums.com/threads/oscillations-in-a-closed-pipe.13182/ | # Oscillations in a closed pipe
1. Jan 24, 2004
### nina
Why cant closed pipes produce even numbered harmonics? I have been given an explaination, but it isnt very detailed. I'm doing A2 (or just A level) physics, so an explaination suitable for this level would be greatly appreciated!
Thanks.
2. Jan 24, 2004
### ... | {"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://fishyoperations.com/ | • ## Simulating Continuous-Time Markov Chains with simmer (part 2)
In part one, we simulated a simple CTMC. Now, let us complicate things a bit. Remember the example problem there:
A gas station has a single pump and no space for vehicles to wait (if a vehicle arrives and the pump is not available, it leaves). Vehicl... | {"extraction_info": {"found_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.stata.com/support/faqs/data-management/dropping-spells-of-missing-values/ | Search
>> Home >> Resources & support >> FAQs >> Dropping spells of missing values
### How can I drop spells of missing values at the beginning and end of panel data?
Title Dropping spells of missing values Author Nicholas J. Cox, Durham University, UK Gary Longton, Fred Hutchinson Cancer Research Center Date Septem... | {"extraction_info": {"found_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://simbad.cds.unistra.fr/simbad/sim-ref?bibcode=2002A%26A...382..241M | other querymodes : Identifierquery Coordinatequery Criteriaquery Referencequery Basicquery Scriptsubmission TAP Outputoptions Help
2002A&A...382..241M - Astronomy and Astrophysics, volume 382, 241-255 (2002/1-4)
Crystalline silicate dust around evolved stars. III. A correlations study of crystalline silicate features... | {"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://fornlp.com/2018/03/18/learning-local-and-global-contexts-using-a-convolutional-recurrent-network-model-for-relation-classification-in-biomedical-text/ | # Learning local and global contexts using a convolutional recurrent network model for relation classification in biomedical text
Learning local and global contexts using a convolutional recurrent network model for relation classification in biomedical text
Desh Raj and Sunil Kumar Sahu and Ashish Anand Department 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... |
http://blog.chungyc.org/tag/probability/ | # The probability of a probability
The Shores of the Dirac Sea has a somewhat head-scratching puzzle about probabilities:
Let us say that someone gives you a lopsided bet. Say that with probability $r$ one gets heads, and with probability $1-r$ one gets tails, and you have to pick heads or tails. You only know the ou... | {"extraction_info": {"found_math": true, "script_math_tex": 3, "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": 3, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://puzzling.stackexchange.com/questions/87498/cryptic-crossword-jigsaw-fill | Cryptic crossword (jigsaw fill)
This is a cryptic crossword jigsaw fill: the clues are listed below, grouped by length (the only clues to have length in the standard parentheses are those having two words) and in alphabetical order in each group. When they are solved they can be arranged to fit in the grid in exactly ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://forum.qt.io/topic/17280/create-object-o-files-in-the-same-folder-as-source | # Create object (.o) files in the same folder as source
• In the project I'm actually trying to compile, there's a physical folder structure like this one:
abc.c
misc.c
xyz.c
tools\misc.c
As you can see, there are two files called misc.c, but they are in different folders, then it shouldn't be a problem really.
How... | {"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://ai.stackexchange.com/questions/13080/understanding-the-proof-that-a-search-is-optimal | # Understanding the proof that A* search is optimal
I don't understand the proof that $$A^*$$ is optimal.
Assume $$A^*$$ returns $$p$$ but there exists a $$p'$$ that is cheaper. When $$p$$ is chosen from the frontier, assume $$p''$$ (Which is part of the path $$p'$$) is chosen from the frontier. Since $$p$$ was chose... | {"extraction_info": {"found_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.thespectrumofriemannium.com/2012/10/16/log046-the-cherenkov-effect/?replytocom=9 | # LOG#046. The Cherenkov effect.
The Cherenkov effect/Cherenkov radiation, sometimes also called Vavilov-Cherenkov radiation, is our topic here in this post.
In 1934, P.A. Cherenkov was a post graduate student of S.I.Vavilov. He was investigating the luminescence of uranyl salts under the incidence of gamma rays from... | {"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/22317/does-there-exist-a-data-compression-algorithm-that-uses-a-large-dataset-distribu/22382 | # Does there exist a data compression algorithm that uses a large dataset distributed with the encoder/decoder?
If my goal were to compress say 10,000 images and I could include a dictionary or some sort of common database that the compressed data for each image would reference, could I use a large dictionary shared b... | {"extraction_info": {"found_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://extropians.weidai.com/extropians.2Q01/3675.html | # Re: Living Forever
Date: Wed May 02 2001 - 05:33:58 MDT
On Wed, May 02, 2001 at 09:13:15AM +0200, Mikael Johansson wrote:
> > Topological theology? And we thought medieval arguments about how many
> angels
> > could dance on the head of a pin were out there. <g>
> >
> > - samantha
> >
> > answer: How ever many ange... | {"extraction_info": {"found_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://openpsych.net/forums/15/thread/223/ | [ODP] Criminal and antisocial behavior and cognitive ability in a sample of dating si
Journal:
Open Differential Psychology
Authors:
Emil O. W. Kirkegaard
Title:
Criminal and antisocial behavior and cognitive ability in a sample of dating site users
Abstract:
The relationship between cognitive ability and a broad v... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://neupy.com/modules/generated/neupy.algorithms.Hessian.html | # neupy.algorithms.Hessian
class neupy.algorithms.Hessian[source]
Hessian gradient decent optimization, also known as Newton’s method. This algorithm uses second-order derivative (hessian matrix) in order to choose correct step during the training itration. Because of this, method doesn’t have step parameter.
Parame... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://cs.stackexchange.com/questions/40311/how-to-create-an-lrk-grammar-for-a-given-language | # How to create an LR($k$) grammar for a given language?
How can I construct an LR($k$) grammar (which $k$ is not really of interest for now) for a given language, say:
$$L=\left\{w \in \{a, b\}^\star \ | \ \exists u \in \{a, b\}, v \in \{a, b\}^\star: w = vu \wedge |w|_u \operatorname{mod} 2 = 0\right\}$$
($|w|_u$ ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://math.meta.stackexchange.com/questions/5048/how-do-you-search-for-specific-questions | # How do you search for specific questions?
I have noticed that a lot of times people ask a question and a duplicate is instantly found. It's not necessarily true that the person hasn't tried to look up the question, but it is just hard to search for certain questions on Google or stackexchange. What are some tips on ... | {"extraction_info": {"found_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://codereview.stackexchange.com/questions/12722/shorthand-for-issetvarfoo-varfoo | # Shorthand for isset($var['foo']) ?$var['foo'] : '' [closed]
I feel like I write this a lot in PHP:
$val = isset($var['foo']) ? $var['foo'] : ''; Is there a shorter way to write this? I can't use the ternary operator because the conditional is an isset check, not the value of the function itself. - ## closed as of... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://aimsciences.org/article/doi/10.3934/cpaa.2018034?viewType=html | American Institute of Mathematical Sciences
March 2018, 17(2): 627-646. doi: 10.3934/cpaa.2018034
A decomposition for the Schrödinger equation with applications to bilinear and multilinear estimates
182 Memorial Dr, Cambridge, MA 02142, USA
* Corresponding author:Felipe Hernandez
Received December 2015 Revised ... | {"extraction_info": {"found_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://training.galaxyproject.org/archive/2021-09-01/topics/proteomics/tutorials/protein-id-sg-ps/tutorial.html | # Peptide and Protein ID using SearchGUI and PeptideShaker
### Overview
Questions
• How to convert LC-MS/MS raw files?
• How to identify peptides?
• How to identify proteins?
• How to evaluate the results?
Objectives
• Protein identification from LC-MS/MS raw files.
Requirements
Time estimation: 45 minutes
Level... | {"extraction_info": {"found_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/192013-matrices-linear-maps.html | # Thread: Matrices as Linear Maps
1. ## Matrices as Linear Maps
Hey Team,
Let A be an M by N matrix, B be an N by P matrix
a) Show that AB is the sum of n matrices each of rank at most 1
b) If the rank of A is n, what is the rank of AB?
I'm not sure where to start on part a, but part b I think I have a decent start... | {"extraction_info": {"found_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": 20, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://math.stackexchange.com/questions/444144/i-need-help-with-an-assignment-question-please-for-numerical-methods | # I need help with an assignment question please for numerical methods
Consider the function $f (x) = xe^x - 2,$ we want to study the properties of $f (x)$ so that we can apply numerical methods to solve the equation $f (x) = 0$.
Which option is false ?
1. the function, $f (x)$ is well defined and continuous for all... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/absolute-values-and-continuous-functions.178038/ | Absolute Values and Continuous Functions
1. Jul 24, 2007
Rosey24
1. The problem statement, all variables and given/known data
We recently proved that if a function, f, is continuous, it's absolute value |f| is also continuous. I know, intuitively, that the reverse is not true, but I'm unable to come up with an exam... | {"extraction_info": {"found_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/167988-find-t-when-vectors-parallel.html | # Math Help - find t when vectors are parallel
1. ## find t when vectors are parallel
I have this question vector a = (2,5) vector b = (-1,t)
find t when a and b are parallel.
I can't seem to figure this one out. Theres nothing in my text about how to solve this. any help is appreciated
2. The two vectors are paral... | {"extraction_info": {"found_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://www.ias.ac.in/listing/bibliography/jess/Reid_A._Bryson | • Reid A Bryson
Articles written in Journal of Earth System Science
• A note on the performance of climatic forecasts for Asia based on the periodic portion of the data: 1986–1987
Between 1973 and 1986 a group at the University of Wisconsin worked on the use of the periodic portion of climatic time series with the a... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://farside.ph.utexas.edu/teaching/celestial/Celestial/node50.html | Next: Coriolis force Up: Rotating reference frames Previous: Rotating reference frames
# Centrifugal acceleration
Let our non-rotating inertial frame be one whose origin lies at the center of the Earth, and let our rotating frame be one whose origin is fixed with respect to some point, of latitude , on the Earth's su... | {"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.groundai.com/project/decentralized-event-triggered-control-over-wireless-sensoractuator-networks/ | Decentralized Event-triggered Control over WSAN
# Decentralized event-triggered control over wireless sensor/actuator networks
Manuel Mazo Jr and Paulo Tabuada
###### Abstract.
In recent years we have witnessed a move of the major industrial automation providers into the wireless domain. While most of these companie... | {"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/119771/dimension-of-the-representation-of-the-suzuki-and-ree-groups | Dimension of the Representation of the Suzuki and Ree Groups?
What are the dimension of the group representation of $^2B_2$ and $^2G_2$? All what I know is that the first is 4 and the second group has two representation of dimension 7 and 13. Are there any?
-
When you ask, "Are there any?", what sort of object do you... | {"extraction_info": {"found_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/advanced-algebra/123793-finite-field.html | 1. ## Finite Field
Prove the following: Every finite field is perfect.
Proof. Suppose $F$ is a finite field of characteristic $p$ and let $E$ be a finite extension of $F$. Also let $\alpha \in E$. We want to show that $\alpha$ is separable over $F$. We know that $f(x) = \text{irr}(\alpha, F)$ factors in $\overline{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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 28, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.officetooltips.com/word_365/tips/how_to_insert_an_equation_with_integral.html | # How to insert an equation with integral
Word
This tip displays how to add an equation with integral, for example, Gauss's law, also known as Gauss's flux theorem.
How to add an equation in your document, see Working with Microsoft Equation.
To add an integral form of the Gauss's law, do the following:
## In the P... | {"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://engineeringlibrary.org/reference/fracture-criteria | # Fracture Criteria
This page provides the chapter on fracture criteria from Wang, C. H. "Introduction to Fracture Mechanics," DSTO Aeronautical and Maritime Research Laboratory, DSTO-GD-0103, 1996.
Other related chapters from "Introduction to Fracture Mechanics" can be seen to the right.
Introduction to Fracture 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": 0, "mathjax_display_tex": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://de.maplesoft.com/support/help/maple/view.aspx?path=XMLTools/XMLCData | XMLCData - Maple Help
XMLTools
XMLCData
XML CDATA constructor
Calling Sequence XMLCData(s)
Parameters
s - string; text of the CDATA section
Description
• The XMLCData(s) command takes the text of a CDATA section s and returns it as an XML data structure in the form of a Maple XML tree.
By using this functi... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 3, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.physicsforums.com/showthread.php?t=588382 | # Electromagnetic field strength
P: 34 hello world. it is know that electrostatic (coulomb's law) and magnetostatic (biot-savart law) fields lose their strength like 1/r^2. why do they say that electromagnetic field falls like 1/r ? is that true ? if yes how, can you explain please ? after all energy radiated from a ... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.mathwarehouse.com/trigonometry/sine-cosine-tangent-practice2.php | Debug
# Sine, Cosine, Tangent Ratios
Practice writing the ratios
### Video Tutorial How to write sohcahtoa ratios, given side lengths
#### What do we mean by 'ratio' of sides?
Sine, cosine and tangent of an angle represent the ratios that are always true for given angles. Remember these ratios only apply to right ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://blog.rishabh.co.in/blog/tag/power-quality-analyzer/ | ## Providing insights into inrush current monitoring and analysis using portable Power Quality Analyzer – NP45
Overview Several power quality issues occur in an electrical system like harmonics, voltage swells, dips and harmonics. Inrush current is also one such power quality issue that leads to voltage dips thereby a... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://prepsutra.com/blog/questions-asked-in-ibps-po-mains-exam-18th-nov-2018 | PrepSutra
English
ShortCuts
##### Questions asked in IBPS PO Mains Exam 18th Nov 2018
Questions asked in IBPS PO Mains Exam 2018
Reasoning
Input-Output
Input : 62 31 23 48 73 54 17 42
TStep- I: 124 93 69 96 219 108 51 84
Step- II: 217 24 165 315 327 159 135
Step- II: 14 8 30 15 42 45 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://www.physicsforums.com/threads/stress-buckling-question.842995/ | # Stress/buckling question
1. Nov 13, 2015
### Niall11
1. The problem statement, all variables and given/known
I have been asked to calculate the minimum length of this column (attatched) at which buckling is likely to occur
2. Relevant equations
E.S.R = sqrt(π^2*E / σ)
2nd moment of Area I = AK^2
E.S.R = L/K
I=... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://discrete.openmathbooks.org/dmoi3/sec_counting-combperm.html | ## Section1.3Combinations and Permutations
###### Investigate!
You have a bunch of chips which come in five different colors: red, blue, green, purple and yellow.
1. How many different two-chip stacks can you make if the bottom chip must be red or blue? Explain your answer using both the additive and multiplicative ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/are-a-vector-and-its-derivative-perpendicular-at-all-times.832192/ | # Are a vector and its derivative perpendicular at all times?
1. Sep 12, 2015
i'm dumb, sorry
#### Attached Files:
• ###### Screen Shot 2015-09-12 at 9.15.18 PM.png
File size:
6.7 KB
Views:
133
Last edited: Sep 12, 2015
2. Sep 12, 2015
### Staff: Mentor
No. What if the vector is not changing direction? In general... | {"extraction_info": {"found_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/217772-relative-maxima-minima-closed-region.html | # Math Help - relative maxima and minima in a closed region
1. ## relative maxima and minima in a closed region
I'm working on a problem and it requires the relative maxima and minima of a closed region, I understand how to find the rel(max/min) of a function f(x,y) without the closed region(using fx, fy,fxy,fxx,fxy)... | {"extraction_info": {"found_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... |
http://www.physicsforums.com/showthread.php?s=71273066504b955af96aa7f2b5bee501&p=4534692 | # Coincidence events
by Manojg
Tags: coincidence, events
P: 45 Hello, I have a question about coincidence event. Let us take the decay of deuteron to proton and alpha particle, (d, pα). p and α goes in opposite direction. So, if we put two detectors in opposite directions, one of them will detect p and another will d... | {"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.thefullwiki.org/Joules | # Joules: Wikis
Note: Many of our articles have direct quotes from sources you can cite, within the Wikipedia article! This article doesn't yet, but we're working on it! See more info or our list of citable articles.
# Encyclopedia
(Redirected to Joule article)
Joule Standard: SI derived unit Quantity: Energy Symb... | {"extraction_info": {"found_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": 1, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.itwissen.info/en/order-123043.html | # order
The term order is used in analog filter technology for their transfer function.
The transfer function of analog filters is largely determined by the ratio between the passband and the stopband. The transition from the passband to the stopband is given by the filter slope or the edge steep ness of the filter. ... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://codereview.stackexchange.com/questions/219282/game-that-fights-random-enemy | # Game that fights random enemy
This program is the basis for a bigger game I'm working on. I want to make sure I did this correctly before moving on. Please give pointers to anything I can improve. I'm learning on my own, so I doubt my structure is the best it can be.
### enemy.py module
class enemy:
'''
This is ho... | {"extraction_info": {"found_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... |