url stringlengths 14 2.42k | text stringlengths 100 1.02M | date stringlengths 19 19 | metadata stringlengths 1.06k 1.1k |
|---|---|---|---|
https://github.com/EddyRivasLab/easel/blob/master/esl_gumbel.tex | Skip to content
Fetching contributors…
Cannot retrieve contributors at this time
616 lines (505 sloc) 23.6 KB
Gumbel statistics are often used to estimate the statistical significance of local alignment scores. The Gumbel distribution is the so-called Type I extreme value distribution (EVD). It occurs so frequently in... | 2019-06-20 13:51:30 | {"extraction_info": {"found_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://crypto.stackexchange.com/questions/64375/finding-the-input-if-hash-value-hash-function-and-key-are-known | # Finding the Input if Hash Value, Hash Function, and Key are known
Let's assume that we have a hash value $$h$$ is calculated by using HMAC-SHA256.
We have the key $$k$$. We also know some information about the input:
• It contains a pattern like 15 numbers where first 7 are known;
Question: Is it possible to find... | 2020-01-26 10:18:51 | {"extraction_info": {"found_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.esaral.com/q/the-number-of-values-of-x-in-0-2-55158/ | The number of values of x in [0, 2π]
Question:
The number of values of $x$ in $[0,2 \pi]$ that satisfy the equation $\sin ^{2} x-\cos x=\frac{1}{4}$
(a) 1
(b) 2
(c) 3
(d) 4
Solution:
(b) 2
$\sin ^{2} x-\cos x=\frac{1}{4}$
$\Rightarrow\left(1-\cos ^{2} x\right)-\cos x=\frac{1}{4}$
$\Rightarrow 4-4 \cos ^{2} x... | 2022-09-26 00:00:28 | {"extraction_info": {"found_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.gamedev.net/topic/36703-double-buffering-in-applets/#entry | • Create Account
## [java] Double buffering in applets
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.
11 replies to this topic
### #1DiscoStoo Members
122
Like
Likes
Like
Posted 09 ... | 2016-12-06 08:13:42 | {"extraction_info": {"found_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://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=ALDS1_6_A | Time Limit : sec, Memory Limit : KB
# Counting Sort
Counting sort can be used for sorting elements in an array which each of the n input elements is an integer in the range 0 to k. The idea of counting sort is to determine, for each input element x, the number of elements less than x as C[x]. This information can be ... | 2022-06-29 00:50:48 | {"extraction_info": {"found_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://electronics.stackexchange.com/questions/140509/calculate-vout-from-an-op-amp | Calculate Vout from an op amp
I have a op amplifier for which I want to calculate Vout depending on Vin.
The circuit looks like this:
I know that with a circuit that just has ground connected to + of the amp, i can just calculate KVL: V1 = R1*I1+Rf*If+Vout but with this amp, there is also resistors on the plus side ... | 2020-02-17 23:45:35 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://math.stackexchange.com/questions/2417520/how-can-i-compare-log-2-3-and-log-3-5-without-using-a-calculator | # How can I compare $\log_2 3$ and $\log_3 5$ without using a calculator [closed]
Compare $\log_2 3$ and $\log_3 5$ without using a calculator.
I am not very good at math please explain it clearly
• What have you tried? Here's a good guide on how to ask a great question. Sep 5 '17 at 10:31
• What do you mean "compar... | 2022-01-28 02:03:35 | {"extraction_info": {"found_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://financetrain.com/chart-patterns-in-technical-analysis | # Chart Patterns in Technical Analysis
Chart patterns are specific formations on the stock price charts. These formations represent recognizable patterns that are repeatedly seen in the market, and are used to determine the future movement of the stock prices.
The patterns represent the psychology of the market and i... | 2022-11-27 05:44:36 | {"extraction_info": {"found_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://zbmath.org/?q=an:1077.22007 | # zbMATH — the first resource for mathematics
Notion of convexity in Carnot groups. (English) Zbl 1077.22007
The aim of this interesting paper is to study appropriate notions of convexity in the setting of Carnot groups $$G$$. First, the notion of strong $$H$$-convexity is examined. Some arguments showing that the con... | 2021-04-23 18:27:10 | {"extraction_info": {"found_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://worldbuilding.stackexchange.com/questions/234076/would-underwater-races-be-near-or-farsighted | # Would Underwater Races be Near or Farsighted?
Light travels differently in water and air. Some of that is because of light's speed in a substance, and some is the light absorption that substance exhibits.
Is the difference in light scattering underwater enough to make a sea-dwelling race (like merfolk) be noticeabl... | 2022-10-03 09:30:53 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.bloombergprep.com/gmat/practice-question/1/1694/quantitative-section-discrete-math-statistics-median/ | We cover every section of the GMAT with in-depth lessons, 5000+ practice questions and realistic practice tests.
## Up to 90+ points GMAT score improvement guarantee
### The best guarantee you’ll find
Our Premium and Ultimate plans guarantee up to 90+ points score increase or your money back.
## Master each section... | 2020-11-26 00:24:39 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.ni.com/documentation/en/labview-comms/1.0/mt-node-ref/mt-pack-bits/ | Packs data to an unsigned or signed integer array.
This node packs MN-sized binary data of the form b i = {0,1}, to an unsigned or signed integer array a_n,
where
• i = 0…MN-1, and M denotes the number of bits per integer
• n = 0…N-1, and N denotes the size of the array
## input bit stream
The binary bit stream to... | 2019-04-24 18:20:16 | {"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://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/how-to-compare-the-contents-of-two-folders-linq | # How to compare the contents of two folders (LINQ) (C#)
This example demonstrates three ways to compare two file listings:
• By querying for a Boolean value that specifies whether the two file lists are identical.
• By querying for the intersection to retrieve the files that are in both folders.
• By querying for ... | 2022-01-18 23:42:14 | {"extraction_info": {"found_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://nforum.mathforge.org/comments.php?DiscussionID=31 | ## Not signed in
Want to take part in these discussions? Sign in if you have an account, or apply for one below
## Site Tag Cloud
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
• CommentRowNumber1.
• CommentAuthorAndrew Stacey
• CommentTimeJun 5th 2009
How do these look... | 2013-05-24 19:18:35 | {"extraction_info": {"found_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": 2, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.admissions.sattacademy.com/question.php?varsity=ju&year=58&unit=333&subject=3 | # জাহাঙ্গীরনগর বিশ্ববিদ্যালয়
সালঃ 2012
G ইউনিট
জাহাঙ্গীরনগর বিশ্ববিদ্যালয় G ইউনিট এর প্রশ্নপত্র এবং সমাধান: 2012 সালে জাহাঙ্গীরনগর বিশ্ববিদ্যালয় G ইউনিট ভর্তি পরীক্ষায় আসা সকল প্রশ্নপত্র এবং এর ব্যাখ্যা সহ সমাধান। এছাড়া এখন ঘরে বসে অনলাইনেই পূর্ণাঙ্গ ভর্তি প্রস্তুতির এবং মডেল টেস্ট দেওয়ার সুব্যবস্থা।
#### 1. A s... | 2020-09-26 12:02:44 | {"extraction_info": {"found_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://meta.stackexchange.com/questions/293448/what-does-mean-in-markdown-on-economics-stack-exchange/293449 | # What does $ mean in Markdown (on Economics Stack Exchange)? [duplicate] I was using $ characters to mean, well, "dollars" in a question on Economics SE and it caused the rendered text to go all screwy. I briefly reviewed the help text but could not zero in on the meaning of that character as markdown. Finally just "e... | 2020-04-03 02:48:53 | {"extraction_info": {"found_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://conversion.org/time/year-gregorian/blink | # year (Gregorian) to blink conversion
Conversion number between year (Gregorian) [a, y, or yr] and blink is 126227808. This means, that year (Gregorian) is bigger unit than blink.
### Contents [show][hide]
Switch to reverse conversion:
from blink to year (Gregorian) conversion
### Enter the number in year (Gregori... | 2022-01-26 18:21:57 | {"extraction_info": {"found_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/thermodynamics-temperature-of-a-heat-source.982134/ | # Thermodynamics -- Temperature of a Heat Source?
Summary:
2nd law of thermodynamics and Carnot heat engine
In heat engine we define a heat source from where heat is transferred to the system, we say that heat source has a temperature ##T_h## , When we define a Carnot heat engine, the first process we have is an isoth... | 2021-08-05 09:02:26 | {"extraction_info": {"found_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://openstudy.com/updates/502a2efee4b0fbb9a3a7002c | ## anonymous 3 years ago how do you do the volume of a cylinder?
1. anonymous
A cylindrical barrel of oil has a height of 1.5m and a diameter of 0.6m. Calculate its total capacity.
2. anonymous
v=pi x r^2 x h
3. anonymous
v= 3.14 x 0.3^2 x 1.5
4. anonymous
Volume of any 'prism' is Area of base * height. Base is... | 2016-05-28 02:12:10 | {"extraction_info": {"found_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://aiida-core.readthedocs.io/en/latest/reference/apidoc/aiida.cmdline.params.types.html | # aiida.cmdline.params.types package¶
Provides all parameter types.
class aiida.cmdline.params.types.LazyChoice(get_choices)[source]
Bases: click.types.ParamType
This is a delegate of click’s Choice ParamType that evaluates the set of choices lazily. This is useful if the choices set requires an import that is slow... | 2020-09-23 05:21:31 | {"extraction_info": {"found_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://seankhiggins.com/assets/html/DigitalFinancialServices_README.html | ## Introduction
This document explains how to replicate the results in Bachas et al. (2018a). The paper can be downloaded from https://www.aeaweb.org/articles?id=10.1257/pandp.20181013, and the replication files can be downloaded from https://www.aeaweb.org/doi/10.1257/pandp.20181013.data. Because some results in the ... | 2018-12-15 10:12:55 | {"extraction_info": {"found_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/youngs-double-slit-experiment-prob-density.226482/ | # Homework Help: Young's double slit experiment (prob density)
1. Apr 4, 2008
### t_n_p
1. The problem statement, all variables and given/known data
http://img141.imageshack.us/img141/1395/40941671kx8.jpg [Broken]
http://img141.imageshack.us/img141/982/82443157pt9.jpg [Broken]
2. Relevant equations
http://img85.im... | 2018-07-19 04:26:54 | {"extraction_info": {"found_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://brilliant.org/problems/brilli-the-ant-is-back/ | # Brilli The Ant is Back!
Geometry Level 5
A 12 feet high room is 40 feet long and 10 feet wide. Brilli the ant is standing in the middle of one of the walls (which is 10 by 12 feet), such that it is 1 foot above the floor, and is equidistant from the other 2 edges of that wall.
In the middle of the wall opposite to... | 2020-02-19 05:50:36 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 2, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://math.stackexchange.com/questions/16477/step-functions-and-the-characteristic-function-of-rationals | # Step functions and the characteristic function of rationals
A function $t: [a, b] \rightarrow \mathbb{R}$ is called a step function when a $k \in \mathbb{N}$ and numbers $z_0,...,z_k$ with $a = z_0 \leq z_1 \leq ... \leq z_k = b$ exist, such that for all $i \in \{1,2,...k\}$ the restriction $t |_{(z_{i-1},z_{i})}$ i... | 2014-04-24 22:12:29 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.emathzone.com/tutorials/geometry/surface-area-of-a-pyramid.html | # Surface Area of a Pyramid
The surface area of a pyramid consists of the lateral surface, which is the area of the number of triangles which form the sides (or faces) of the figure along with area of the base, which may be any polygon.
The lateral area of a right pyramid is the sum of the areas of the triangles form... | 2021-04-17 17:23:32 | {"extraction_info": {"found_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... |
https://puzzling.stackexchange.com/questions/57440/finding-pattern-of-numbers | # Finding pattern of numbers
I have this puzzle for adding 2 numbers (Or sequences)
Does anyone have an idea about how this addition works? $$5+1=9\\3+1=10\\5+2=21\\8+2=23\\9+0=28\\4+3=??$$
• Care to tell us where this puzzle comes from? – Gareth McCaughan Nov 28 '17 at 22:34
• in fact my friend send it to me – user... | 2020-02-18 18:13: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": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://codereview.stackexchange.com/questions/129351/use-of-module-design-pattern-in-simple-d3-overlay-program | # Use of Module Design Pattern in simple D3 “overlay” program
I have been learning JS (mostly using D3) and I wanted to put the Module Design Pattern to use. I wrote a simple script that lets you build a bar chart with more ease / readable code.
The end user code:
canvas.initialise()
canvas.margin(20, 100, 60, 20)
c... | 2019-09-15 21:19:33 | {"extraction_info": {"found_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://msp.org/apde/2016/9-8/p08.xhtml | #### Vol. 9, No. 8, 2016
Recent Issues
The Journal About the Journal Subscriptions Editorial Board Editors’ Interests Scientific Advantages Submission Guidelines Submission Form Editorial Login Contacts Author Index To Appear ISSN: 1948-206X (e-only) ISSN: 2157-5045 (print)
A long $\mathbb{C}^2$ without holomorphic ... | 2018-01-17 23:57:49 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 15, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://chesterrep.openrepository.com/handle/10034/621967?show=full | dc.contributor.author Ford, Neville J. * dc.contributor.author Rodrigues, M. M. * dc.contributor.author Xiao, Jingyu * dc.contributor.author Yan, Yubin * dc.date.accessioned 2019-03-11T14:55:13Z dc.date.available 2019-03-11T14:55:13Z dc.date.issued 2013-09-26 dc.identifier.citation Ford, N. J., Rodrigus, M. M., Xiao, J... | 2021-04-23 18:14:25 | {"extraction_info": {"found_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.reddit.com/r/math/comments/k53813/visualizing_functions_on_the_complex_plane/ | ×
Dismiss this pinned window
[–][S] 166 points167 points (11 children)
This is the “modular surface” of z²+1. Modular surfaces are a great way to visualise complex functions. The base is the input, which is the complex plane. The height is the absolute value of the output. The colour represents the phase. The points... | 2021-01-17 12:14:48 | {"extraction_info": {"found_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.technetiumwr160.xyz/wiki/Category:Articles_using_Wikidata_infoboxes_with_locally_defined_images | # Astrological aspect
(Redirected from Promittor (astrology))
The astrological aspects are noted in the central circle of this natal chart, where the different colors and symbols distinguish between the different aspects, such as the square (red) or trine (green)
In astrology, an aspect is an angle the planets make t... | 2021-09-24 16:07:41 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 1, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://gamedev.stackexchange.com/questions/170199/issues-with-buggy-collision-detection | # Issues With Buggy Collision Detection
I am working on a small game in Processing 3. Essentialy I have a small open-world game and I wrote up a enemy AI to make the enemies wander aimlessly back and forth around the gameworld, and chase the player if he strays within the monster's feild-of-vision. This all works grea... | 2019-08-19 22:29:07 | {"extraction_info": {"found_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://financialmathmodels.wordpress.com/tag/covered-call/ | ## Basic insurance strategies – covered call and covered put
The use of options can be interpreted as buying or selling insurance. This post follows up on a previous post that focuses on two option strategies that can be interpreted as buying insurance – protective put and protective call. For every insurance buyer, t... | 2019-01-18 19:50:49 | {"extraction_info": {"found_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": 34, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.physicsforums.com/threads/the-path-integral.416463/ | # The Path Integral
1. Jul 16, 2010
### Pants
I'm a bit confused about how the path integral for, say, a spin-0 photon is calculated. My understanding of quantum mechanics is somewhere above Feynman's book QED, but somewhere below actually figuring out what every part of the technical definition means. Right now the... | 2018-03-20 08:32:33 | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://math.stackexchange.com/questions/3084122/given-en-to-m-an-embedding-and-v-w-in-mathfrakxm-tangent-to-n-we-cl | # Given $E:N\to M$ an embedding and $V,W\in \mathfrak{X}(M)$ tangent to $N$, we claim that the commutator of $V$ and $W$ is also tangent to $N$.
I have encounter some difficulties while looking at an exercise online. It basically goes as follows:
Given $$E:N\to M$$ an embedding and $$V,W\in \mathfrak{X}(M)$$ tangent ... | 2019-10-15 18:27:37 | {"extraction_info": {"found_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://admin.clutchprep.com/chemistry/practice-problems/77916/a-sample-of-an-ideal-gas-at-1-00-atm-and-a-volume-of-1-81-l-was-placed-in-a-weig | # Problem: A sample of an ideal gas at 1.00 atm and a volume of 1.81 L was placed in a weighted balloon and dropped into the ocean. As the sample descended, the water pressure compressed the balloon and reduced its volume. When the pressure had increased to 15.0 atm, what was the volume of the sample? Assume that the t... | 2020-07-13 03:20:03 | {"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/simple-modules-and-maximal-right-ideals.902601/ | # I Simple Modules and Maximal Right Ideals ...
1. Feb 4, 2017
### Math Amateur
I am reading Paul E. Bland's book, "Rings and Their Modules".
I am focused on Section 6.1 The Jacobson Radical ... ...
I need help with the proof of Proposition 6.1.7 ...
Proposition 6.1.7 and its proof read as follows:
In the above ... | 2017-11-21 03:31:02 | {"extraction_info": {"found_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://together.jolla.com/question/22746/help-with-rpm-validator/ | We have moved to a new Sailfish OS Forum. Please start new discussions there.
# Help with RPM validator
asked 2014-02-01 21:09:57 +0300
Hello devs,
I finished my application and now want to put it in the harbour but I get the following errors when doing the RPM check: [http://pastebin.com/iXcXFTru]
Thats a lot. Wh... | 2021-05-07 03:38:28 | {"extraction_info": {"found_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://email.esm.psu.edu/pipermail/macosx-tex/2016-June/054851.html | # [OS X TeX] Illegal Unit in psmatrix
John Burt burt at brandeis.edu
Mon Jun 20 19:27:07 EDT 2016
There seems to be an extra period in the line in the error message:
\psset{rowsep=.0.5cm, colsep=0.5cm}
John
^
On Mon, Jun 20, 2016 at 6:19 PM, Nitecki, Zbigniew H. <
Zbigniew.Nitecki at tufts.edu> wrote:
> I have bee... | 2017-11-24 18:30:58 | {"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://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/statug_iclifetest_details01.htm | The ICLIFETEST Procedure
Statistical Methods
Subsections:
Nonparametric Estimation of the Survival Function
Suppose the event times for a total of subjects, , , …, , are independent random variables with an underlying cumulative distribution function . Denote the corresponding survival function as . Interval-censor... | 2017-10-19 14:06:11 | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
http://gmatclub.com/forum/if-x-is-a-prime-number-what-is-x-1-x-15-2-x-2-is-69117.html | Find all School-related info fast with the new School-Specific MBA Forum
It is currently 28 Oct 2016, 12:55
### 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... | 2016-10-28 19:55:37 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://electronics.stackexchange.com/questions/470916/measuring-voltage-across-1-ohm-resistor | # Measuring voltage across 1 ohm resistor
This might be a very stupid question, but I can't seem to figure this out and I'm going nuts thinking about it.
Assuming you are trying to adjust the fixed bias of a tetrode push pull pair in a tube amp. In many amps, for convenience, the cathode will have a 1 ohm resistor co... | 2021-07-27 01:34:25 | {"extraction_info": {"found_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://www.researchgate.net/publication/47544374_Convergent_recombination_shapes_the_clonotypic_landscape_of_the_naive_T-cell_repertoire | Article
# Convergent recombination shapes the clonotypic landscape of the naive T-cell repertoire
[more]
Human Immunology Section, Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.
(Impact Factor: 9.67). 10/2010; 107(45):19414-9. DO... | 2015-10-05 19:53:57 | {"extraction_info": {"found_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.ideals.illinois.edu/handle/2142/79060/browse?type=dateissued | # Browse Abstracts & Presentations - 2015 International Symposium on Molecular Spectroscopy by Issue Date
• (International Symposium on Molecular Spectroscopy, 22-Jun-15)
All available spectroscopic data for all stable isotopologues of HeH$^+$ are analyzed with a direct-potential-fit (DPF) procedure that uses least-sq... | 2018-04-24 09:02:39 | {"extraction_info": {"found_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://howlingpixel.com/i-en/Stable_isotope_ratio | # Stable isotope ratio
The term stable isotope has a meaning similar to stable nuclide, but is preferably used when speaking of nuclides of a specific element. Hence, the plural form stable isotopes usually refers to isotopes of the same element. The relative abundance of such stable isotopes can be measured experimen... | 2019-02-24 03:51:56 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 1, "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://www.flotilla37.org/common-water-vrtgi/article.php?id=equivalence-relation-symbol-28007d | The following are equivalent (TFAE): (i) aRb (ii) [a] = [b] (iii) [a] \[b] 6= ;. Cependant, il est préférable, dans leur lecture, d’utiliser l’expression « équivaut à » ou « est équivalent à ». If you like this Page, please click that +1 button, too.. $$a \equiv r$$ (mod $$n$$) and $$b \equiv r$$ (mod $$n$$). The proof... | 2021-04-12 01:56:35 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 2, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.numdam.org/item/?id=PMIHES_1988__68__211_0 | Stokes' phenomenon ; smoothing a victorian discontinuity
Publications Mathématiques de l'IHÉS, Tome 68 (1988) , pp. 211-221.
@article{PMIHES_1988__68__211_0,
author = {Berry, M. V.},
title = {Stokes' phenomenon ; smoothing a victorian discontinuity},
journal = {Publications Math\'ematiques de l'IH\'ES},
pages = {211--2... | 2021-09-26 07:41:52 | {"extraction_info": {"found_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://stats.stackexchange.com/questions/28970/choosing-a-null-hypothesis-to-answer-the-question-are-my-models-predictions-be | # Choosing a null hypothesis to answer the question “Are my model's predictions better than random?”
I'm currently trying to evaluate a model of metabolism which aims to predict whether deleting individual genes will cause a growth defect (there are ~850 genes in total). I know from experimental data which genes show ... | 2013-05-20 09:12:43 | {"extraction_info": {"found_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://byjus.com/question-answer/among-the-following-complexes-the-one-which-shows-zero-crystal-field-stabilizations-energy-cfse-fe/ | Question
# Among the following complexes the one which shows Zero crystal field stabilizations energy (CFSE)?
A
[Nn(H2O)6]3+
B
[Fe(H2O)6]3+
C
[Co(H2O)6]2+
D
[Co(H2O)6]3+
Solution
## The correct option is A $$[Fe(H_2O)_6]^{3+}$$For the complex $$[Fe(H_2O))6]^{3+}$$, the outer electronic configuration of $$Fe^{+2}$$ ... | 2022-01-29 12:34:49 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.researchgate.net/publication/51466626_Out-of-equilibrium_phase_transitions_in_the_HMF_model_a_closer_look | Article
Out-of-equilibrium phase transitions in the HMF model: a closer look
Dipartimento di Fisica, Università di Trieste, Trieste, Italy.
(Impact Factor: 2.29). 05/2011; 83(5 Pt 1):051111. DOI: 10.1103/PhysRevE.83.051111
Source: PubMed
ABSTRACT
We provide a detailed discussion of out-of-equilibrium phase transiti... | 2015-10-07 12:43:09 | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://projecteuclid.org/euclid.dmj/1490666574 | ## Duke Mathematical Journal
### Large-scale rank of Teichmüller space
#### Abstract
Suppose that ${\mathcal{X}}$ is either the mapping class group equipped with the word metric or Teichmüller space equipped with either the Teichmüller metric or the Weil–Petersson metric. We introduce a unified approach to study the... | 2019-10-18 10:15:28 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 3, "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://codereview.stackexchange.com/questions/86554/string-find-and-replace-method-optimization | # String find and replace method optimization
I am trying to find a specific header string from different Maps (LEDES1998Bheaders, LEDES98BIheaders and LEDES98BI_V2headers) in an errorMessage depends on the parcel type and if the errorMessage has the specific header string I need to replace it with the corresponding v... | 2020-10-26 01:57:59 | {"extraction_info": {"found_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://dmoj.ca/problem/rccc1s1 | ## Riolku's Mock CCC S1 - Word Bot
View as PDF
Points: 3 (partial)
Time limit: 2.0s
Memory limit: 256M
Author:
Problem type
Mosey Maker is practicing how to use words!
To help him with his words, he made up a bot to recognize them. However, his bot isn't that intelligent.
His bot recognizes words as a list of alp... | 2021-06-24 09:25:46 | {"extraction_info": {"found_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.gradesaver.com/textbooks/math/algebra/algebra-2-1st-edition/chapter-7-exponential-and-logarithmic-functions-7-5-apply-properties-of-logarithms-guided-practice-for-examples-4-and-5-page-509/10 | ## Algebra 2 (1st Edition)
Using the change of base formula to simplify the logarithm, we find: $$\frac{log(30)}{log(12)} \\ 1.37$$ | 2019-10-22 13:55:55 | {"extraction_info": {"found_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://lqp2.org/node/1592 | # On the uniqueness of invariant states
Federico Bambozzi, Simone Murro
June 24, 2019
Given an abelian group G endowed with a T-pre-symplectic form, we assign to it a symplectic twisted group *-algebra W_G and then we provide criteria for the uniqueness of states invariant under the ergodic action of the symplectic gr... | 2020-06-01 12:28:20 | {"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://physics.stackexchange.com/questions/211082/conditions-on-expressing-magnetic-field-in-terms-of-curl-of-current-density | # Conditions on expressing magnetic field in terms of curl of current density
Given a current density distribution $\mathbf J(\mathbf x)$ inside a closed bounded region $\Omega$, the magnetic field at any point $\mathbf y$ outside of $\Omega$ can be expressed as \begin{aligned}\mathbf B(\mathbf y)&=\frac{\mu_0}{4\pi}\... | 2021-01-26 11:38:24 | {"extraction_info": {"found_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://quant.stackexchange.com/tags/brownian-motion/new | Tag Info
The trick is to start with the highest power, rewrite it as something you know (a third order moment) and then work backwards on the remaining terms. By that I mean you can complete the cube as follows: $$E[W_t^3 - 3tW_t|\mathcal{F}_s] = E[(W_t-W_s)^3 - C -3tW_t|\mathcal{F}_s]$$ where you'll need to find $C$ ... | 2014-10-20 18:01:51 | {"extraction_info": {"found_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.xarg.org/puzzle/codesignal/pokerchips/ | # Codesignal Solution: Poker Chips
Original Problem
Bart set up a circular poker table for his friends so that each of the seats at the table has the same number of poker chips. But when Bart wasn’t looking, someone rearranged all of the chips so that they are no longer evenly distributed! Now Bart needs to redistrib... | 2021-10-18 06:47:47 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.aimsciences.org/article/doi/10.3934/dcdss.2014.7.483 | # American Institute of Mathematical Sciences
June 2014, 7(3): 483-501. doi: 10.3934/dcdss.2014.7.483
## Traffic light control: A case study
1 Department of Mathematics, University of Mannheim, D-68131 Mannheim 2 School of Business Informatics and Mathematics, University of Mannheim, D-68131 Mannheim, Germany
Rec... | 2021-05-07 21:54:53 | {"extraction_info": {"found_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://forum.dynare.org/t/gertler-and-karadi-2011-estimation-and-observation-equation/19298 | # Gertler and Karadi (2011) estimation and observation equation
Dear Professor Pfeifer,
I am currently working on estimating the Gerler and Karadi (2011) paper entitled “A Model of Unconventional Monetary policy”, I have trouble while specifying the observation equations of the model. Could you please help me confirm... | 2022-05-23 14:44:11 | {"extraction_info": {"found_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/314875/why-kx-longrightarrow-g-x-is-a-poincar%C3%A9-duality-for-k-theory | # Why $K(X) \longrightarrow G (X)$ is a Poincaré duality for K-theory?
It's well known that for Noetherian separated regular schemes the canonical map $$K(X) \longrightarrow G(X)$$ (Quillen uses $$K'$$ instead of $$G$$, though) is a weak equivalence.
This statement is usually called Poincaré duality.
One can also de... | 2018-11-15 17:47:35 | {"extraction_info": {"found_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/198066-need-help-function-assignment-p.html | # Thread: Need help on Function Assignment :P
1. ## Need help on Function Assignment :P
Hello! I need help with some questions I have to do. Any help would be much appreciated.
A) Determine the inverse of y= 5x21-3x-4
I got the answer:
log2(x+4/5)-1 = y
-3
That doesn't seem right to me. :/
B) What are the interc... | 2013-06-20 00:39:42 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 2, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://mathoverflow.net/tags/nt.number-theory/new | Tag Info
6
The authors of the paper you mention, Erdos, Lacampagne, and Selfridge, define $p(m)$ to be the least prime divisor of $m$ and concern themselves what can be said about $p(\binom{n}{k}).$ I suspect that Selfridge wrote the article. It has his style of saying a lot in a succinct way which is puzzling but so... | 2020-08-04 02:26:15 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://niwo.hotelristorantelasiesta.it/mpp-solar-units.html | # Mpp Solar Units
62 Open Circuit Voltage - V OC. Suitable for 12V or 24V battery systems only. It can also accuratley track the MPP point in any situation which will improve energy efficiency and obtain maximum solar energy. MPP Voltage range (Umpp min – Umpp max) = 320-800V No of DC connections 2. With 600 to 3600 W... | 2020-10-25 15:49:59 | {"extraction_info": {"found_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://cpr-mathph.blogspot.com/2012/02/11121005-patrick-l-nash.html | Spinor-Unit Field Representation of Electromagnetism Applied to a Model Inflationary Cosmology [PDF]
Patrick L. Nash
The new spinor-unit field representation of the electromagnetism
\cite{Nash2010} (with quark and lepton sources) is integrated via minimal
coupling with standard Einstein gravitation, to formulate a ... | 2020-06-02 04:41:25 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://stats.stackexchange.com/questions/473081/autocovariance-of-a-non-stationary-process | # Autocovariance of a non-stationary process
I'm just going to apologize first thing, because I know my understanding of these topics is very lacking.
I'm reading some lecture notes from what appears to be an econometrics course, and they are going over the stationarity of processes. In the course of defining station... | 2022-07-07 02:46:07 | {"extraction_info": {"found_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/differential-geometry/177678-two-questions-involving-integration.html | # Thread: Two questions involving integration
1. ## Two questions involving integration
I cannot use integration by parts or numerical methods since that has not been introduced in the course. I know if I find a lower Riemann sum that equals the term on the left and an upper Riemann sum that equals the term on the ri... | 2017-06-26 22:41:15 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 3, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.last.fm/music/Camden+Cox/_/Not+the+One/+lyrics | A new version of Last.fm is available, to keep everything running smoothly, please reload the site.
# Not the One - Lyrics
You don't call back
And I don't need that
You think you're something more than you are
Can we just recap
Take a big step back
Was into you before now not so much
You're just a blip on my radar
... | 2019-03-21 18:57:00 | {"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://mogonwiki.zdv.uni-mainz.de/dokuwiki/software:topical:lifescience:ngs_read_mapping_tools?rev=1541605274 | This is an old revision of the document!
# NGS Read Mapping Software on Mogon
As a first introduction into NGS alignment software tools we recommend reading this short blog post. Or in other words: It might be, that the list of supported tools grows and grows, due to your requests, but will never really cover everybo... | 2021-02-26 19:15:44 | {"extraction_info": {"found_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://nbviewer.jupyter.org/github/GeoScripting-WUR/PythonWeek/blob/gh-pages/Buffer%20example.ipynb | # OSGeo (GDAL/OGR) exercise Geoscripting.¶
In this assignment you’ll interpret the previously build ArcGIS model/script in a complete open source python environment that makes use of the OSGeo (GDAL/OGR) module.
For this assignment you need the OS-GEO linux vitual machine, which is installed on the lab PC’s. The inst... | 2017-06-28 19:08:26 | {"extraction_info": {"found_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/centre-of-pressure.622952/ | # Centre of pressure
1. Jul 23, 2012
### marellasunny
Is centre of pressure the same way they represent curl in mathematics ? i.e representation of pressure condensed to a single point?
Also,on a tv show,the presenter said this about the air-brakes on a P-28 fighter,"The air-brakes change the centre of pressure the... | 2017-08-16 21:04:27 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://math.stackexchange.com/questions/3047692/why-is-a-exterior-angle-of-a-triangle-equal-to-the-sum-of-the-opposite-interior | # Why is a exterior angle of a triangle equal to the sum of the opposite interior angles?
On the fourth page of Simmons' Precalculus Mathematics In a Nutshell some basic postulations for triangles are provided such as: corresponding angles of parallel lines are equal as well as their alternate interior angles, the sum... | 2019-04-21 04:29:23 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.nature.com/articles/s41467-020-16341-2 | 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... | 2021-05-14 01:32:53 | {"extraction_info": {"found_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://jira.lsstcorp.org/browse/DM-17155 | # Remove __init__ files from generated templates
XMLWordPrintable
## Details
• Type: Improvement
• Status: Done
• Resolution: Done
• Fix Version/s: None
• Component/s:
• Labels:
None
• Story Points:
0.9
• Team:
SQuaRE
## Description
The template package currently creates __init__.py files that contain this boilerp... | 2020-08-07 22:02:33 | {"extraction_info": {"found_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=Andres%20Escala | • ### The Principle of Similitude in Biology: From Allometry to the Formulation of Dimensionally Homogenous Laws'(1707.02340)
Meaningful laws of nature must be independent of the units employed to measure the variables. The principle of similitude (Rayleigh 1915) or dimensional homogeneity, states that only commensura... | 2019-11-18 07:49:18 | {"extraction_info": {"found_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://mathematica.stackexchange.com/questions/130390/iterating-composition-over-a-list-of-tuples/130393 | # Iterating Composition over a list of tuples
I produce a function list with
Tuples[{a, r}, 2]
(* {{a, a}, {a, r}, {r, a}, {r, r}} *)
where functions a and r represent adding some fraction and taking the reciprocal:
a[z_, fraction_] := z + fraction
r[z_] := 1/z
I want to Composition[] each of the ordered pairs ... | 2021-08-05 20:45:19 | {"extraction_info": {"found_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.sdss.org/dr17/irspec/technical-papers-and-additional-references | # Technical Papers and Additional References
The documentation web pages describe the key features of APOGEE observations, data analysis, and data products, but, by necessity, the pages must be concise. The APOGEE technical papers provide more details and context for the APOGEE data.
The references that are required ... | 2022-09-24 17:30:04 | {"extraction_info": {"found_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.math4wisdom.com/wiki/Exposition/OrthogonalPolynomials | Contact Andrius Kulikauskas ms@ms.lt +370 607 27 665 Eičiūnų km, Alytaus raj, Lithuania Support me! Patreon... in September? Paypal to ms@ms.lt Bookshelf Thank you! Upload Orthogonal polynomials Orthogonal polynomials are inescapable in quantum mechanics. They are the nit and grit of calculations for solving the Schroe... | 2021-09-17 16:21:04 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://math.stackexchange.com/questions/182255/showing-that-a-function-is-not-differentiable | # Showing that a function is not differentiable
I want to show that $f(x,y) = \sqrt{|xy|}$ is not differentiable at $0$.
So my idea is to show that $g(x,y) = |xy|$ is not differentiable, and then argue that if $f$ were differentiable, then so would $g$ which is the composition of differentiable functions $\cdot^2$ an... | 2015-11-28 13:53:25 | {"extraction_info": {"found_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.spp2026.de/members-guests/33-member-pages/dr-markus-upmeier/ | # Members & Guests
## Dr. Markus Upmeier
Universität Augsburg
E-mail: Markus.Upmeier(at)math.uni-augsburg.de
Telephone: +49 821 598 - 2228
Homepage: https://www.math.uni-augsburg.de/prof/di...
## Publications within SPP2026
Let X be a compact manifold, G a Lie group, PX a principal G-bundle, and B_P the infinite-d... | 2019-11-12 08:09:19 | {"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.assignmentexpert.com/homework-answers/economics/microeconomics/question-17027 | 54 609
Assignments Done
98,2%
Successfully Done
In November 2017
Your physics homework can be a real challenge, and the due date can be really close — feel free to use our assistance and get the desired result.
Be sure that math assignments completed by our experts will be error-free and done according to your instruct... | 2017-11-22 18:28:09 | {"extraction_info": {"found_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/rocket-engine-design.44201/ | # Rocket Engine Design
1. Sep 22, 2004
### Mahler765
I'm a junior attending an accelerated high school who's working on this year's science project. As of right now, I'm planning on building a liquid fuel rocket that is powered by gasoline with concentrated hydrogen peroxide acting as an oxidizer. I am currently wor... | 2017-04-27 19:15:22 | {"extraction_info": {"found_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://eprints.lancs.ac.uk/id/eprint/63517/ | # Search for violation of Lorentz invariance in top quark pair production and decay
Collaboration, D0 and Bertram, Iain and Borissov, Guennadi and Fox, Harald and Ross, Anthony and Williams, Mark and Ratoff, Peter (2012) Search for violation of Lorentz invariance in top quark pair production and decay. Physical review... | 2020-10-29 09:02:55 | {"extraction_info": {"found_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/8161/find-the-values-of-k-if-the-equation-8x-2-16xy-ky-2-22x-34y-12-represents-a | # Find the values of k,if the equation $8x^2-16xy+ky^2-22x+34y=12$ represents an ellipse.
This question has multiple parts. Therefore each part has been answered as a separate question on Clay6.com | 2018-04-25 14:15:00 | {"extraction_info": {"found_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://steveloughran.gitbooks.io/kerberos_and_hadoop/content/sections/errors.html | # Error Messages to Fear
The oldest and strongest emotion of mankind is fear, and the oldest and strongest kind of fear is fear of the unknown.
Supernatural Horror in Literature, HP Lovecraft, 1927.
Security error messages appear to take pride in providing limited information. In particular, they are usually some ge... | 2017-06-22 23:48:57 | {"extraction_info": {"found_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://grr-doc.readthedocs.io/en/latest/maintaining-and-tuning/configuration/file-organization.html | # Configuration file organization
When GRR is installed on a system, a system wide, distribution specific, configuration file is also installed (by default /etc/grr/grr_server.yaml). This specifies the basic configuration of the GRR service (i.e. various distribution specific locations). However, the configuration ty... | 2021-11-28 18:43:17 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://clay6.com/qa/38242/when-a-charged-particle-moves-through-a-magnetic-field-it-suffers-a-change- | Browse Questions
Home >> AIMS
# When a charged particle moves through a magnetic field it suffers a change in its
$\begin{array}{1 1}(A)\;\text{energy}&(B)\;\text{mass}\\(C)\;\text{speed}&(D)\;\text{direction of motion}\end{array}$
Can you answer this question?
When a charged particle moves through a magnetic fie... | 2017-02-25 18:53:41 | {"extraction_info": {"found_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... |
https://math.stackexchange.com/questions/1887341/can-you-provide-us-calculations-for-an-upper-bound-of-frac15-pi2neh-n/1887367 | # Can you provide us calculations for an upper bound of $\frac{15}{\pi^2}ne^{H_n}\log(H_n)-e^{H_{n^2}}\log(H_{n^2})$?
In Regarding the $\sigma(n)$ function, I say in this site Mathematics Stack Exchange was stated in one of the answer, if I understand well, the following
Claim (Fischer). Let $\sigma(n)=\sum_{d\mid n}... | 2020-03-28 21:51:53 | {"extraction_info": {"found_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://enbilgi.ir/post/planet-x-has-a-mass.p3992 | if you want to remove an article from website contact us from top.
# planet x has a mass of m and a radius of r. planet y has a mass of 3m and a radius of 3r. identical satellites orbit both planets at a distance r above their surfaces, as shown above. the planets are separated by such a large distance that the gravit... | 2023-03-30 12:23:08 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 20, "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://cstheory.stackexchange.com/tags/lg.learning/hot | # Tag Info
19
The question seems somewhat under-specified in the sense that it did not specify the desired error probability of the procedure. Assuming one means constant error probability, then the above is indeed the best I know. For a detailed discussion see Sec 2.5.2.4 in my book "The Foundations of Cryptography ... | 2021-12-05 06:02:35 | {"extraction_info": {"found_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://en.wikipedia.org/wiki/Data-driven_control_systems | # Data-driven control system
(Redirected from Data-driven control systems)
Data-driven control systems are a broad family of control systems, in which the identification of the process model and/or the design of the controller are based entirely on experimental data collected from the plant [1].
In many control appl... | 2018-10-18 22:01:57 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 107, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/m... |
https://diego.assencio.com/?index=d379f7e34709563115ebd4c41241ed5e | ## Hydrogen energy levels: an algebraic derivation
Posted by Diego Assencio on 2016.10.15 under Physics (Quantum mechanics)
In this post, we will derive the energy levels of the Hydrogen atom using only operator algebra, i.e., without dealing with wave functions. Our work will mainly consist in defining special opera... | 2022-05-21 03:11:11 | {"extraction_info": {"found_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://codereview.stackexchange.com/questions/83372/project-euler-8-redux/167247 | # Project Euler 8 - Redux
Spurred by this question: Project Euler #8 I decided to try to solve it with as clean code as possible.
Here is the problem formulation:
The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832.
7316717653133062491922511967442657474235534919... | 2019-10-14 12:20:45 | {"extraction_info": {"found_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://cosmiccoding.com.au/blog/2017/08/15/pub.html | Physics in the Pub
15 Aug 2017, Samuel Hinton
A fun night of physics talks, songs and verse with Dr Phil Dooley
Physics in the Pub came to Brisbane! With the esteemed Dr Phil Dooley as MC for the night, we had a great evening of eight physics acts. Whilst I trying to impress the sheer scale and significance of super... | 2022-01-27 09:02:35 | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathoverflow.net/questions/73142/estimating-lattice-sums-of-concave-functions | # estimating lattice sums of concave functions
Suppose that $f$ is a twice-differentiable concave function from $R^2$ to $R$ that's negative outside of some bounded set (e.g. $f(x,y)=1-x^2-y^2$) and let $F=$max$(f,0)$. Let $S_n$ be the Riemann sum for the integral of $F$ over $R^2$ obtained by summing the values of $F... | 2016-07-25 08:20:41 | {"extraction_info": {"found_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://garsia.math.yorku.ca/~zabrocki/math2041f12/quiz1v.html | # Quiz #1
Below I am giving you a handful of problems. You don't need to do all of them, but you must do the first problem.
Question #1: Let st be your student id number. Enter the formula on the blackboard. The answer to the question determines which two other questions you should answer.
Question #2: Given a strin... | 2018-03-23 16:49:05 | {"extraction_info": {"found_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://proofwiki.org/wiki/Definition:Big-O_Estimate_for_Real_Function | Definition:Big-O Notation/Real
Definition
Estimate at infinity
Let $f$ and $g$ be real functions defined on a neighborhood of $+ \infty$ in $\R$.
The statement:
$\map f x = \map \OO {\map g x}$ as $x \to \infty$
is equivalent to:
$\exists c \in \R_{\ge 0}: \exists x_0 \in \R: \forall x \in \R: \paren {x \ge x_0 ... | 2023-02-06 12:17:27 | {"extraction_info": {"found_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://mathematica.stackexchange.com/questions/88067/optimal-binarize-value-for-counting-experiment | # Optimal Binarize value for counting experiment
I am currently working on a physics experiment where I count particles. I have looked at and used a bit of code from the following sources: Cell counting from an image file and Count Elements in Image
However,this is my first attempt at the code.
(Note: this code wasn... | 2019-09-16 07:23:01 | {"extraction_info": {"found_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.physicsoverflow.org/25161/lagrangian-contain-information-about-representations-fields | # Does the lagrangian contain all the information about the representations of the fields in QFT?
+ 4 like - 0 dislike
870 views
Given the Lagrangian density of a theory, are the representations on which the various fields transform uniquely determined?
For example, given the Lagrangian for a real scalar field $$\ma... | 2022-05-23 14:08:11 | {"extraction_info": {"found_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://algo.stat.sinica.edu.tw/hk/?p=95 | # Local limit theorems for finite and infinite urn models
Hsien-Kuei Hwang, Svante Janson. Local limit theorems for finite and infinite urn models, Annals of Probability, 36(3) (2008), 992--1022. | 2020-07-02 12:24:16 | {"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... |