url stringlengths 14 1.76k | text stringlengths 100 1.02M | metadata stringlengths 1.06k 1.1k |
|---|---|---|
https://www.physicsforums.com/threads/grav-force-mass-of-an-object.156876/ | # Grav. Force - Mass of an object
• Start date
• #1
ecthelion4
24
0
## Homework Statement
A proton moving at 0.999 of the speed of light orbits a black hole 4362km from the center of the attractor. What is the mass of the black hole?
F=(Gm1*m2)/d^2
## The Attempt at a Solution
Assuming the above is correct, a pro... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://projecteuclid.org/euclid.jsl/1294170999 | ## Journal of Symbolic Logic
### Analytic equivalence relations and bi-embeddability
#### Abstract
Louveau and Rosendal [5] have shown that the relation of bi-embeddability for countable graphs as well as for many other natural classes of countable structures is complete under Borel reducibility for analytic equival... | {"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.followthesheep.com/?tag=deluxetable | ## Using emulateapj: multi-page tables and deluxetable
`emulateapj` should work fine with `deluxetable`. For tables spanning one column use the normal `deluxetable`, while for tables spanning both columns use `deluxetable*`
To use multi-page tables, follow the instructions given in http://hea-www.harvard.edu/~alexey/... | {"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://drake.mit.edu/doxygen_cxx/classdrake_1_1systems_1_1_discrete_values.html | Drake
DiscreteValues< T > Class Template Reference
DiscreteValues is a container for numerical but non-continuous state and parameters. More...
#include <systems/framework/discrete_values.h>
Inheritance diagram for DiscreteValues< T >:
[legend]
Public Member Functions
DiscreteValues ()
Constructs an empty Discrete... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://arxiv.org/abs/gr-qc/9906087 | gr-qc
(what is this?)
# Title: Super-energy tensors
Abstract: A purely algebraic construction of super-energy tensors for arbitrary fields is presented in any dimensions. These tensors have good mathematical and physical properties, and they can be used in any theory having as basic arena an n-dimensional manifold w... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://community.ptc.com/t5/Customization/Enable-Simscape-Multibody-Link-Creo-Pro-E-Plug-In/m-p/370348/highlight/true | cancel
Showing results for
Did you mean:
cancel
Showing results for
Did you mean:
1-Newbie
## Enable Simscape Multibody Link Creo-Pro/E Plug-In
I generated a new .pro and a new .dat file.
.dat:
startup dll
exec_file matlabroot\bin\win64\cl_proe2sm.dll
unicode_encoding false ... | {"extraction_info": {"found_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://saravanan-thirumuruganathan.github.io/cse5334Spring2015/assignments/PA3/soln_PA3_Clustering_DimensionalityReduction.html | # Programming Assignment 3: Clustering and Dimensionality Reduction¶
## Team Details:¶
When submitting, fill your team details in this cell. Note that this is a markdown cell.
Student 1 Full Name:
Student 1 Student ID:
Student 2 Full Name:
Student 2 Student ID:
Student 3 Full Name:
Student 3 Student ID:
## Assign... | {"extraction_info": {"found_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://ianfinlayson.net/class/cpsc340/notes/05-stacks/01-stacks | # Stacks
## Overview
The next data structure we will look at is the stack. The data structures we have looked at thus far, arrays and linked lists, have been primarily concerned with how data is physically stored and accessed. Stacks, on the other hand, are primarily concerned with how data is logically stored and ac... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://libros.duhnnae.com/2017/jul7/15011230265-The-rate-of-convergence-for-the-renewal-theorem-in-mathbbRd.php | # The rate of convergence for the renewal theorem in $mathbb{R}^d$
The rate of convergence for the renewal theorem in $mathbb{R}^d$ - Descarga este documento en PDF. Documentación en PDF para descargar gratis. Disponible también para leer online.
1 MODAL-X - Modélisation aléatoire de Paris X 2 IMB - Institut de Mathé... | {"extraction_info": {"found_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://paperity.org/p/34416526/assessment-of-different-metrics-for-physical-climate-feedbacks | # Assessment of different metrics for physical climate feedbacks
Climate Dynamics, Aug 2013
We quantify the feedbacks from the physical climate system on the radiative forcing for idealized climate simulations using four different methods. The results differ between the methods and differences are largest for the clo... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.arxiv-vanity.com/papers/1409.6167/ | arXiv Vanity renders academic papers from arXiv as responsive web pages so you don’t have to squint at a PDF. Read this paper on arXiv.org.
# Quantum multiparameter metrology with generalized entangled coherent state
Jing Liu Department of Physics, Zhejiang University, Hangzhou 310027, China Department of Mechanical ... | {"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://space.stackexchange.com/questions/40958/what-is-a-lithium-fed-git-how-does-it-work | # What is a lithium fed GIT? How does it work?
This answer to What is the maximum speed an ion engine can propel a spacecraft at? mentions the following:
Lithium fed GIT (gridded ion thrusters) have demonstrated 50,000 - 80,000 seconds of ISP (490 km/s to 780 km/sec)
The second set of numbers is the exhaust velocity... | {"extraction_info": {"found_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://physics.stackexchange.com/users/6195/smilingbuddha?tab=activity&sort=comments | # smilingbuddha
less info
reputation
127
bio website location age member for 2 years, 11 months seen Oct 28 '13 at 16:25 profile views 33
Jun13 comment Fluids in thermodynamic equlibrium Wow thanks! Yes I would really appreciate some pointers on how Boltzmann equation explains all this away. May12 comment Simple ohm... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathhelpforum.com/algebra/149021-elevation-print.html | # Elevation
• Jun 20th 2010, 10:10 PM
winsome
Elevation
He went 4 miles to the west and again went 2 miles to north west. how many miles did he go from the initial point.
• Jun 20th 2010, 10:16 PM
Unknown008
If you made a simple sketch, I'm sure you'll see it better. The two different paths he took make two lines, and... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 1, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://physics.aps.org/articles/v1/7 | # Viewpoint: New clues in the mystery of persistent currents
, Laboratoire de Physique des Solides Université Paris-Sud, Bldg. 510, Orsay Cedex, France 91405
Published July 28, 2008 | Physics 1, 7 (2008) | DOI: 10.1103/Physics.1.7
#### Effect of Pair Breaking on Mesoscopic Persistent Currents Well above the Super... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 33, "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.akustik.rwth-aachen.de/go/id/gkoo/file/abschl_1573/ | # Abschlussarbeit
Schätzung der Einfallsrichtung früher Reflexionen mittels Compressive Sensing
### Steckbrief
Professur:
TA
Status:
abgeschlossen
Art der Arbeit:
Bachelor
#### Betreuer
Bachelorarbeit von Förster, Jonas
Beamforming techniques are nowadays commonly used to detect the direction of arrival (DOA) of ... | {"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://famouscontractingco.com/dt-meaning-rscc/8927a1-nuclear-fusion-reaction | In nuclear physics, nuclear fusion is a nuclear reaction in which two or more atomic nuclei collide at a very high energy and fuse together into a new nucleus, e.g. It relies on accelerating nucleons to a very high speed by heating them, using 150 million kW•h, which is a difficult process. Afterward there are one prot... | {"extraction_info": {"found_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": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://jappieklooster.nl/compare.html | Comparing tax in different countries
Soon I will be graduating from my masters in AI. However since I was planning to go abroad I wanted to see how much worse or better taxation laws are compared to my own country (The Netherlands).
For starters we will compare with the eastern neighbours (Germany). Scale 3 has been ... | {"extraction_info": {"found_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/1046406/simplicial-homology-in-hatcher-book | # simplicial homology in Hatcher book.
I was studying simplicial homology in Hatcher's Algebraic topology book.In one paragraph book says following: Some obvious general questions arise: Are the groups $H_n(X)$ independent of the choice of simplicial complex structure on X? In other words, if two complexes are homeomo... | {"extraction_info": {"found_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/trigonometry/123355-trigonometric-equation.html | 1. Trigonometric Equation
Find the general solution:
tanA+tan2A+tan3A=0
2. Using double and triple angle formulas you can say
$\displaystyle \tan(A)+\tan(2A)+\tan(3A) = 0$
$\displaystyle \tan(A)+ \frac{2\tan(A)}{1-\tan(A)} +\frac{3\tan(A)-\tan^3(A)}{1-3\tan^2(A)}=0$
Make a common denominator, multiply it through 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": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://homework.cpm.org/category/ACC/textbook/acc7/chapter/7%20Unit%208/lesson/CC3:%207.1.2/problem/7-20 | Home > ACC7 > Chapter 7 Unit 8 > Lesson CC3: 7.1.2 > Problem7-20
7-20.
Use the rectangle at right to answer the following questions. Homework Help ✎
1. Find the area of the entire rectangle. Explain how you found your solution.
The area of a figure is the same as the sum of the area of its parts.
$72+30+48+20$
2.... | {"extraction_info": {"found_math": true, "script_math_tex": 2, "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://ask.sagemath.org/users/8998/jford1906/?sort=recent | 2018-10-18 17:26:35 -0500 received badge ● Popular Question (source) 2018-04-20 08:56:46 -0500 received badge ● Popular Question (source) 2016-11-12 13:01:37 -0500 commented answer Parametric plot with piecewise input Works, thanks! 2016-11-12 13:01:25 -0500 received badge ● Supporter (source) 2016-11-04 03:01:38 -0500... | {"extraction_info": {"found_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://openstudy.com/updates/55b68657e4b0d48ca8ef17de | Here's the question you clicked on:
55 members online
• 0 viewing
anonymous one year ago Determine the factors of x2 − 7x − 10. (x + 2)(x − 5) Prime (x − 2)(x + 5) (x + 10)(x − 1) Delete Cancel Submit
• This Question is Closed
1. Nnesha
• one year ago
Best Response
You've already chosen the best response.
1
use AC/... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://robotics.stackexchange.com/questions/19204/potential-field-algorithm-implementation | # Potential field algorithm implementation
I'm studying robotics at the university and as a practice, I have to implement potential field in the simulator (I'm going to use ROS and Gazebo).
I'm having troubles about how to implement it, especially in the data structures that I'm going to need. By the way, I'm going t... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://aspdistribution.kalanda.info/disadvantages-of-fqjlbya/2-antenna-router-vs-4-antenna-421793 | The problem is this antenna has 2 external SMA connectors which go into the router for better signal, however the router that three supplied only has 1 SMA antenna port. I have observed that WiFi routers with 2 antennas have a better coverage than a router with a single antenna. I must agree I have come from a 4 / 0.5 ... | {"extraction_info": {"found_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.vedantu.com/question-answer/the-number-whose-cube-and-cube-root-both-are-class-10-maths-cbse-5ee0ba1011ac812938b60ba8 | Courses
Courses for Kids
Free study material
Free LIVE classes
More
# The number whose cube and cube root both are equal is ……………………….This question has multiple correct options A. $- 1,1$B. $2, - 2$C. $1,2$D. $0,1$
Last updated date: 24th Mar 2023
Total views: 308.1k
Views today: 4.85k
Verified
308.1k+ views
Hint: A ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://codegolf.stackexchange.com/questions/47798/a-basic-pyth-like-syntax-checker | # A Basic Pyth-like Syntax Checker
Pyth is a golfing language based on Python. It uses prefix notation, with each command having a different arity (number of arguments it accepts).
Your task is to write a syntax checker for a (non-existent) Pyth-like language, Pith.
## Pith's syntax
Pith only has 8 single-char comm... | {"extraction_info": {"found_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://homework.cpm.org/category/CC/textbook/CCG/chapter/Ch7/lesson/7.1.4/problem/7-46 | ### Home > CCG > Chapter Ch7 > Lesson 7.1.4 > Problem7-46
7-46.
For each pair of triangles below, determine whether or not the triangles are similar. If they are similar, show your reasoning in a flowchart. If they are not similar, explain how you know.
1. measure of Angle YXZ = 102 degrees, measure of angle BAC = ... | {"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.ncbi.nlm.nih.gov/pubmed/24138590 | Format
Choose Destination
Cytopathology. 2014 Oct;25(5):316-21. doi: 10.1111/cyt.12106. Epub 2013 Oct 21.
# Rapid on-site assessment of specimens by biomedical scientists improves the quality of head and neck fine needle aspiration cytology.
### Author information
1
Department of Ear Nose and Throat Surgery, Queen ... | {"extraction_info": {"found_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://homework.cpm.org/category/CCI_CT/textbook/int2/chapter/11/lesson/11.1.3/problem/11-37 | ### Home > INT2 > Chapter 11 > Lesson 11.1.3 > Problem11-37
11-37.
Jamie teaches ballroom dance at a dance studio. Each month, she offers a series of group classes for a charge of $45$/person.
1. Write a function $f$ to represent Jamie’s monthly earnings based on the number of participants. What is an appropriate do... | {"extraction_info": {"found_math": true, "script_math_tex": 6, "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://jp.maplesoft.com/support/help/maplesim/view.aspx?path=LieAlgebrasOfVectorFields%2FLAVF%2FVectorSpaceSum | VectorSpaceSum - Maple Help
VectorSpaceSum
find a LAVF object whose solution space is the sum of the solution spaces of given LAVF objects.
Calling Sequence VectorSpaceSum( L1, L2, ..., depname = vars )
Parameters
L1, L2, ... - a sequence of LAVF objects living on the same space (see AreSameSpace) vars - (option... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 17, "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://clay6.com/qa/14774/how-many-ml-of-perhydrol-is-required-to-produce-sufficient-oxygen-which-can | # How many 'ml' of perhydrol is required to produce sufficient oxygen which can be used to completely convert 2 lit of $SO_2$ gas to $SO_3$ gas?
$\begin {array} {1 1} (1)\;10\;ml & \quad (2)\;5\;ml \\ (3)\;20\;ml & \quad (4)\;30\;ml \end {array}$ | {"extraction_info": {"found_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://mathhelpforum.com/advanced-algebra/153367-quotient-groups-matrices.html | # Thread: Quotient Groups - Matrices
1. ## Quotient Groups - Matrices
Let $G=GL_2(Q,*)$ , H={ $\begin{pmatrix} 1&a\\ 0&1 \end{pmatrix} : a\in Q$ } a subgroup of G.
Find [G:H].
How do I do this?! I don't have any idea how to even look at it
Can you please explain to me what is this?
Thanks!
2. Two elements $A,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": 0, "img_math": 0, "codecogs_latex": 19, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://documentation.aimms.com/functionreference/algorithmic-capabilities/the-gmp-library/gmp_instance-procedures-and-functions/gmp_instance_createfeasibility.html | Function GMP::Instance::CreateFeasibility(GMP, name, useMinMax)
# GMP::Instance::CreateFeasibility
The function GMP::Instance::CreateFeasibility creates a mathematical program that is the feasibility problem of a generated mathematical program. Its main purpose is to identify infeasibilities in an infeasible problem... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.computer.org/csdl/trans/tp/preprint/06587455-abs.html | Subscribe
pp: 1
Yi-Lei Chen , National Tsing Hua University, Hsinchu
Chiou-Ting Candy Hsu , National Tsing Hua University, Hsinchu
Hong-Yuan Mark Liao , Academia Sinica, Taipei and National Chiao Tung University, Hsinchu
ABSTRACT
Tensor completion, which is a high-order extension of matrix completion, has generated a g... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://mooseframework.inl.gov/help/c++/scope.html | ## Scope
• A scope is the extent of the program where a variable can be seen and used.
• Local variables have scope from the point of declaration to the end of the enclosing block {}
• Global variables are not enclosed within any scope and are available within the entire file
• When a variable goes out of scope, it... | {"extraction_info": {"found_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/207147-times-f-x-0-a.html | 1. ## #Times f(x)=0
f(x) = x4-4x3-8x2+4
How many times does f(x) = 0? (excuse the bad formulation)
Hint: Gather as much information from the derivative of f(x) as possible. We are only interested in the number of times f(x) equals zero.
Okay so differentiating the function is simple: f ' (x) = 4x3-12x2-16x, but wha... | {"extraction_info": {"found_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": 7, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/motion-and-friction.9326/ | Homework Help: Motion and friction
1. Nov 20, 2003
latte
i've spent an hour reading this problem over and over again, trying to plug into the formulas but only came out with 2 or more unknown variables. I've not a clue to where to start, please help me.
Here goes..
during the investigation of a traffic accident, po... | {"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.gradesaver.com/textbooks/math/trigonometry/trigonometry-10th-edition/chapter-1-trigonometric-functions-section-1-1-angles-1-1-exercises-page-8/31 | # Chapter 1 - Trigonometric Functions - Section 1.1 Angles - 1.1 Exercises: 31
90- x$^{\circ}$
#### Work Step by Step
1. Given that angle $\theta+x^{\circ}=90^{\circ}$ 2. $\theta= 90^{\circ}-x^{\circ}$ is our angle.
After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submiss... | {"extraction_info": {"found_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/2823838/notation-meaning-braces-in-the-variables-subscript | # notation meaning - braces in the variable's subscript
I am trying to understand the meaning of the braces in the subscript of a variable. I've encountered it in a paper Distributional Reinforcement Learning with Quantile Regression, page 5
Does it mean "as long as the condition is met"? But what is then the alterna... | {"extraction_info": {"found_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://meetings.aps.org/Meeting/MAR12/Event/165361 | ### Session T41: Swimming, Motility and Locomotion
2:30 PM–5:42 PM, Wednesday, February 29, 2012
Room: 156B
Chair: Paolo Arratia, University of Pennsylvania
Abstract ID: BAPS.2012.MAR.T41.14
### Abstract: T41.00014 : Swimming of bio-inspired micro robots in circular channels
5:06 PM–5:18 PM
Preview Abstract MathJ... | {"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-you-use-the-distributive-property-to-simplify-3-y-6 | Algebra
Topics
# How do you use the distributive property to simplify (3+y)6?
Multiply each term within the parenthesis by $\textcolor{red}{6}$.
$\left(3 + y\right) \textcolor{red}{6}$ becomes:
$\left(\textcolor{red}{6} \times 3\right) + \left(\textcolor{red}{6} \times y\right) = 18 + 6 y$ or $6 y + 18$ | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 4, "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.sacredduty.net/2013/04/12/stamina-addendum-socket-stuffer/?replytocom=2951 | Earlier this week, I made a pretty lengthy post discussing the merits of stamina as a smoothing stat. One of the common (and expected) criticisms was that I used the usual itemization ratio of 1 haste : 1.5 stamina for the comparisons. Those results are thus accurate for things like trinkets and socket bonuses, but w... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://ca3.php.net/preg_match | # preg_match
(PHP 4, PHP 5)
preg_matchPerform a regular expression match
int preg_match ( string $pattern , string $subject [, array &$matches [, int $flags = 0 [, int $offset = 0 ]]] ) Searches subject for a match to the regular expression given in pattern. ### Parameters pattern The pattern to search for, as a str... | {"extraction_info": {"found_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://mathhelpforum.com/algebra/199612-having-difficulty-linear-equations.html | # Thread: Having difficulty with linear equations
1. ## Having difficulty with linear equations
Hello,
I've been out of school for over 6 years so these questions are probably relatively simple, but I'm just not grasping the concept here. I'm doing a bridging course for a university degree, and my high-school math h... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 34, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://mospace.umsystem.edu/xmlui/handle/10355/7789?show=full | ##### URI
http://hdl.handle.net/10355/7789
dc.contributor.author D'Amico, Irene eng dc.contributor.author Vignale, Giovanni, 1957- eng dc.date.issued 2003 eng dc.description URL:http://link.aps.org/doi/10.1103/PhysRevB.68.045307 eng DOI:10.1103/PhysRevB.68.045307 dc.description.abstract We calculate the spin-drag tran... | {"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/algebra/110625-transposing-formulae.html | # Math Help - Transposing of formulae
1. ## Transposing of formulae
Hi there, thanks in advance for any help
Make A the subject of the formula:
Q = C.A square root (2g.h / (1-A^2/x^2))
I have got this far but unsure what to do with the fraction of a fraction... the (x^2) bit.
Q^2 / C^2.A^2 = (2g.h / (1-A^2/x^2))
... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 13, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.gradesaver.com/the-scarlet-letter/q-and-a/what-is-hester-coming-to-realize-is-the-true-sin-she-has-committed-why-would-hawthorne-consider-this-a-worse-sin-than-her-sin-with-dimmesdale-in-chapter-15-284515 | What is Hester coming to realize is the true sin she has committed? Why would Hawthorne consider this a worse sin than her sin with Dimmesdale? In Chapter 15.
What is Hester coming to realize is the true sin she has committed? Why would Hawthorne consider this a worse sin than her sin with Dimmesdale? In Chapter 15. | {"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://nrich.maths.org/387/solution | ### Route to Root
A sequence of numbers x1, x2, x3, ... starts with x1 = 2, and, if you know any term xn, you can find the next term xn+1 using the formula: xn+1 = (xn + 3/xn)/2 . Calculate the first six terms of this sequence. What do you notice? Calculate a few more terms and find the squares of the terms. Can you p... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://www.physicsforums.com/showthread.php?t=21629 | # Simple harmonic motion in a rocket?
by PhysicsPhun
Tags: harmonic, motion, rocket, simple
P: 55 A simple pendulum suspended in a rocket ship has a period T0. Assume that the rocket ship is near the earth in a uniform gravitational field. (If A and E are true, and the others are not, enter TFFFT). A) If the ship acc... | {"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/1675518/what-does-terence-tao-mean-by-the-statement-primes-behave-randomly | What does Terence Tao mean by the statement “primes behave randomly”?
http://164.67.141.39:8080/ramgen/specialevents/math/tao/tao-20070117.smil
The Riemann hypothesis is, according to Tao, equivalent to the idea that the primes do behave randomly -- they are distributed according to the prime number theorem, with an ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.esaral.com/q/express-the-given-complex-number-in-the-form-a-ib-65422/ | Express the given complex number in the form a + ib:
Question:
Express the given complex number in the form $a+i b:(5 i)\left(-\frac{3}{5} i\right)$
Solution:
$(5 i)\left(\frac{-3}{5} i\right)=-5 \times \frac{3}{5} \times i \times i$
$=-3 i^{2}$
$=-3(-1) \quad\left[i^{2}=-1\right]$
$=3$ | {"extraction_info": {"found_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://nbviewer.jupyter.org/url/root.cern/doc/master/notebooks/df009_FromScratchVSTTree.C.nbconvert.ipynb | # Df 0 0 9_ From Scratch V S T Tree¶
This tutorial illustrates how simpler it can be to use a RDataFrame to create a dataset with respect to the usage of the TTree interfaces.
Author: Danilo Piparo
This notebook tutorial was automatically generated with ROOTBOOK-izer from the macro found in the ROOT repository on Mon... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://physics.stackexchange.com/questions/397190/what-does-it-mean-by-universe-is-expanding-i-know-that-the-universe-is-expandin | What does it mean by universe is expanding? I know that the universe is expanding because spacetime is expanding but again what does it mean?
I am aware about the balloon expanding analogue, where the galaxies are stuck on the balloon surface and here the balloon is our space time and as the balloon expand our galaxie... | {"extraction_info": {"found_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://wattsupwiththat.com/2015/09/28/wild-card-in-climate-models-found-and-thats-a-no-no/ | ‘Wild card’ in climate models found, ‘and that’s a no no’
Jo Nova has a post today about an investigation of climate modeling mathematics by her husband David Evans. Evans believes he has uncovered a significant and perhaps major flaw in the mathematics at the core of the climate models.
She writes:
The climate mode... | {"extraction_info": {"found_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": 6, "mimetex.cgi": 0, "/images/mat... |
https://www.physicsforums.com/threads/photon-energy.781342/ | # Photon energy
Tags:
1. Nov 11, 2014
### Gabriel Hoshino
I was reading a section of a chemistry textbook describing electron energy shells. It compares the electrons to light saying that electrons energies are quantized and so are light energies. Electrons can only jump from one specific energy level to another wit... | {"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/angular-momentum-impulse-problem.492310/#post-3259576 | # Angular Momentum/Impulse Problem
• Start date
• #1
14
0
1. A 1.8 kg, 20 cm diameter turntable rotates at 160 rpm on frictionless bearings. Two 500 g blocks fall from above, hit the turntable simultaneously at opposite ends of a diagonal, and stick. What is the turntable's angular velocity, in rpm, just after this ev... | {"extraction_info": {"found_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.esaral.com/q/the-exact-volumes-of-88550/ | The exact volumes of
Question:
The exact volumes of $1 \mathrm{MNaOH}$ solution required to neutralise $50 \mathrm{~mL}$ of $1 \mathrm{MH}_{3} \mathrm{PO}_{3}$ solution and $100 \mathrm{~mL}$ of $2 \mathrm{MH}_{3} \mathrm{PO}_{2}$ solution, respectively, are:
1. $100 \mathrm{~mL}$ and $100 \mathrm{~mL}$
2. $100 \mat... | {"extraction_info": {"found_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://gmatclub.com/forum/if-2-2n-2-2n-2-2n-2-2n-4-24-then-n-138780.html | Find all School-related info fast with the new School-Specific MBA Forum
It is currently 27 May 2016, 01:52
### 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": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://philenid.tripod.com/Pastor/Physics.htm | My interest: - Physics
upated: 20 January, 2003
Recent Observations When constants are not Constants!? Some Ideas
Recent Observations I have been interested in Superstring Theory and GUTs (and other alternatives), but there are two drawbacks on this approach: there are millions of manifolds (higher-dimensional obje... | {"extraction_info": {"found_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://essayswriting.info/what-is-square-root-of-324/ | # What Is Square Root Of 324
What Is Square Root Of 324. Free online scientific notation calculator. The steps to obtain the square root of 324 using the long division method is provided as follows:
The square root of 648 square feet is about 25.46 feet. What is the length of the sides of a square with and area of 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": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://tex.stackexchange.com/questions/54260/qa-template-in-latex | # Q&A Template in LaTeX
I am preparing a Q&A document. I created the image below in MS Word. I was wondering if there is a way this can be accomplished in LaTeX. I want to keep formatting consistent through out the document.
Is there such a template available? If not then how can i create my own templates/ environmen... | {"extraction_info": {"found_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.zbmath.org/?q=an%3A1456.76055 | ×
## On the Hopf (double Hopf) bifurcations and transitions of two-layer western boundary currents.(English)Zbl 1456.76055
Summary: This study examines the instability and dynamical transitions of the two-layer western boundary currents represented by the Munk profile in the upper layer and a motionless bottom layer ... | {"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://lingpipe-blog.com/2010/01/13/discrete-choice-analysis-example-transportation-mode/?shared=email&msg=fail | ## Discrete Choice Analysis Example: Transportation Mode
I forgot to include the example in yesterday’s post. I’m reconstructing this from memory, so it doesn’t exactly match the one Dave Lewis used in his talk.
Suppose you have a decision to make among different modes of transportation to get you from home to work: ... | {"extraction_info": {"found_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": 15, "mimetex.cgi": 0, "/images/ma... |
https://bitbucket.org/antocuni/i18n | # i18n - Translations made easy
This package tries to simplify the workflow and development of internationalized applications. It is a thin wrapper around existing tools, in particular gettext and babel.
## Basic usage
# demo.py
#
from i18n.translator import Translator
supported_languages = ['it_IT', 'fr_FR', 'de_DE... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://healthy-food-life.com/optimazion-4/ | Optimazion
Optimazion is a branch of mathematics that is concerned with minimizing a function’s cost. In this branch, we look for the smallest value that the function can take and find the greatest value for the constraint. The objective function is an equation that must hold no matter what the solution is. Hence, we ... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://www.physicsforums.com/threads/computing-arc-length-and-cannot-solve-the-integral.573719/ | # Computing Arc Length and Cannot Solve the Integral
1. Feb 3, 2012
### Voodoo583
1. The problem statement, all variables and given/known data
Find the length of the polar curve.
Complete the cardioid r=1+cosθ
2. Relevant equations
L=∫αβ√[f(θ)2+f'(θ)2] dθ
3. The attempt at a solution
Given f(θ)2 is equal to co... | {"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://lavelle.chem.ucla.edu/forum/viewtopic.php?f=142&t=60418 | ## 6N.1
$E_{cell} = E_{cell}^{\circ}-\frac{RT}{nF}\ln Q$
Moderators: Chem_Mod, Chem_Admin
KNguyen_1I
Posts: 101
Joined: Sat Aug 17, 2019 12:16 am
### 6N.1
6N.1 Calculate the equilibrium constants for the following
reactions:
(b) In3+(aq) + U3+(aq) = In2+(aq) + U4+(aq)
I don't know how to do this problem because I... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 1, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://iicqi.sharif.edu/node/49 | # An algorithmic proof for the completeness of 2D Ising model
Event:
IICQI 2012
Talk type:
Contributed
Abstract:
We show that the two dimensional Ising model is complete, in the sense that the partition function of any lattice model on any graph is equal to the partition function of the 2D Ising model with complex co... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://en.m.wikisource.org/wiki/Popular_Science_Monthly/Volume_18/February_1881/The_Meteors_of_November_13th-15th | # Popular Science Monthly/Volume 18/February 1881/The Meteors of November 13th-15th
THE METEORS OF NOVEMBER 13th-15th.
By Professor DANIEL KIRKWOOD.
WHEN the coincidence between the orbits of the November meteors and the comet of 1866 was first clearly established a few years since, it was supposed by astronomers th... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 6, "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://socratic.org/questions/5779f8617c01495b5e2fc006 | Chemistry
Topics
# Question #fc006
Jul 4, 2016
Test tube 1 contains the silver and so must be ${\text{AgNO}}_{3}$. The silver reacts with sulfide and iodide ions to give the precipitates so you should now see what is in test tubes 2 and 3.
Jul 4, 2016
Mix some of the silver nitrate solution with each of the other ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 5, "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://export.arxiv.org/abs/2009.00469?context=cs.IT | cs.IT
(what is this?)
# Title: Precise Expression for the Algorithmic Information Distance
Authors: Bruno Bauwens
Abstract: We consider the notion of information distance between two objects $x$ and $y$ introduced by Bennett, G\'acs, Li, Vit\'anyi, and Zurek in 1998 as the minimal length of a program that computes $... | {"extraction_info": {"found_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://dsp.stackexchange.com/questions/13009/how-to-determine-hilbert-coefficients | # How to determine Hilbert coefficients
I want to take a real signal on my FPGA and create a complex one. I have FIR core implemted for a Hilbert Transform, and Xilinx's datasheet on it shows coefficients of: (-819,0,-1365,0,-4096,0,4096,0,1365,0,819) as an example.
I wanted to add more taps, so as practice I used th... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://mathematica.stackexchange.com/questions/57971/is-there-a-built-in-function-to-map-a-list-of-heads-to-a-list-of-data | # Is there a built-in function to map a list of heads to a list of data?
Assume that this built-in function is called func. What I want is
func[{f,g},{a,b,c}]
will return the following result:
{{f[a],f[b],f[c]},{g[a],g[b],g[c]}}
I can achieve this by defining a function myself:
myfunc[functions_List, data_] :=
... | {"extraction_info": {"found_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/derivative-of-sin-3x.78051/ | # Derivative of sin(3x)
1. Jun 5, 2005
### mattmns
Is the derivative of sin(3x) just 3sin(3x) because of the chain rule? IE, let u=3x, then 3sin(u) => 3sin(3x)
Thanks.
Ok, I am pretty sure that is true. How about, $$\lim_{t\rightarrow 0} tln(t)$$
What is the common approach for this problem?
Last edited: Jun 5, ... | {"extraction_info": {"found_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://arxiv.org/abs/1308.1073 | math.FA
(what is this?)
# Title:On convoluters on $L^p$-spaces
Abstract: We prove two theorems about convolution operators on $L^p(G)$ for a locally compact group $G$. First, if $G$ has the approximation property, then the algebra of convoluters is the algebra of pseudo-measures. Second, the bicommutant of the algeb... | {"extraction_info": {"found_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/users/930/js-milne?tab=activity&sort=all&page=2 | # JS Milne
less info
reputation
2239
bio website jmilne.org/math location Ann Arbor, MI, USA, and New Zealand. age member for 5 years seen Oct 18 '10 at 13:35 profile views 6,492
Arithmetic geometry (especially Shimura varieties and abelian varieties).
# 193 Actions
Jul7 awarded Nice Answer Apr29 awarded Nice Answe... | {"extraction_info": {"found_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://physics.stackexchange.com/questions/32815/is-it-feasible-for-an-unmanned-vehicle-to-travel-from-outside-the-atmosphere-of/32819 | # Is it feasible for an unmanned vehicle to travel from outside the atmosphere of one planet to another without additional propulsion?
Within the Solar System (or any other system for that matter) - Is it feasible for an unmanned vehicle to travel from outside the atmosphere of one planet to another without additional... | {"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://jeenaspreschool.com/wn7g4/sulva-sutras-author-1d9b21 | The Vedic people created the sacred books of India that are considered the original building blocks for Hinduism and even delved into other Hindu creations such as yoga. Baudhayana, after dwelling upon the basic geometrical construction concepts prevalent during his and earlier times in the first set of sutra, describe... | {"extraction_info": {"found_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.authorea.com/doi/full/10.22541/au.164924641.18668733 | In this paper, we considered the global regularity for the 2D incompressible anisotropic magnetic B\’{e}nard system with fractional partial dissipation. More precisely, we established the global existence and regularity for the 2D incompressible anisotropic magnetic B\’{e}nard system with only vertical hyperdiffusion $... | {"extraction_info": {"found_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://terrytao.wordpress.com/tag/adjoint-operator/ | You are currently browsing the tag archive for the ‘adjoint operator’ tag.
When studying a mathematical space X (e.g. a vector space, a topological space, a manifold, a group, an algebraic variety etc.), there are two fundamentally basic ways to try to understand the space:
1. By looking at subobjects in X, or more g... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 14, "mimetex.cgi": 0, "/images/ma... |
http://yak14.ru/exponential-decay-radiocarbon-dating-17453.html | Carbon dating has given archeologists a more accurate method by which they can determine the age of ancient artifacts.
Natasha Glydon Exponential decay is a particular form of a very rapid decrease in some quantity.
One specific example of exponential decay is purified kerosene, used for jet fuel.
A fossil found in ... | {"extraction_info": {"found_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://gothos.info/tag/geodatabase/ | ## Posts Tagged ‘geodatabase’
### Update Your Links to the New Baruch Geoportal
Thursday, August 13th, 2015
A few weeks ago I launched a new version of our college’s GIS data repository, the Baruch Geoportal. At the back end I have a simplified process for getting data onto our server, and on the front end we did aw... | {"extraction_info": {"found_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://proxieslive.com/tag/998244353/ | ## Given an array \$a\$, we have to find product of \$a_{j}\$-\$a_{i}\$ modulo \$998244353\$ over all \$i\$ and \$j\$ given \$j>i\$
Given an array $$a$$, we have to find product of $$a_{j}$$$$a_{i}$$ modulo $$998244353$$ over all $$i$$ and $$j$$ given $$j>i$$.
For eg. Let the array be $$1,2,3$$ then my answer will be ... | {"extraction_info": {"found_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://skyciv.com/tutorials/beam-section-centroid-equations/ | # Centroid Equations of Various Beam Sections
## The Fundamentals of the Centroid
Fundamentally, the centroid can be obtained by taking the summation of moments over the summation of the area. Which is expressed in this way.
[math] \bar{x}=\frac{1}{A}\int xf\left ( x \right )dx [math]
In the equation above, f(x) is... | {"extraction_info": {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://link.springer.com/chapter/10.1007%2F978-3-319-96878-0_14 | # Amortized Complexity of Information-Theoretically Secure MPC Revisited
• Ignacio Cascudo
• Ronald Cramer
• Chaoping Xing
• Chen Yuan
Conference paper
Part of the Lecture Notes in Computer Science book series (LNCS, volume 10993)
## Abstract
A fundamental and widely-applied paradigm due to Franklin and Yung (STOC 1... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://socratic.org/questions/how-do-you-graph-y-x-2-5x-36-3x-using-asymptotes-intercepts-end-behavior | Precalculus
Topics
# How do you graph y=(x^2-5x-36)/(3x) using asymptotes, intercepts, end behavior?
Dec 1, 2016
See the explanation below
#### Explanation:
The domain of $y$ is ${D}_{y} = \mathbb{R} - \left\{0\right\}$
As $x \ne 0$
So, $x = 0$ is a vertical asymptote.
The numerator is ${x}^{2} - 5 x - 36$
$= ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 22, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/ma... |
https://bodheeprep.com/cat-number-system-questions-practice-3 | # CAT Number system Practice Problems Set 03
Question 1:
The integers 34041 and 32506, when divided by a three-digit integer n, leave the same remainder.
What is the value of n?
Topic: HCF LCM
[1] 289
[2] 367
[3] 453
[4] 307
Question 2:
Each of the numbers x1, x2,, xn,n ≥ 4, is equal to 1 or –1. Suppose
${x_1}{x_... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
http://physics.stackexchange.com/questions/92832/why-is-photon-annihilation-associated-with-the-positive-frequency-component-of-t | Why is photon annihilation associated with the POSITIVE frequency component of the electric field?
I'm reading Glauber's paper "The quantum theory of optical coherence". In his work he does not introduce the annihilation and creation operators, but he refers instead to the positive and negative frequency components 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": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://arxiv.org/abs/1511.04132 | astro-ph.IM
(what is this?)
# Title: ALFABURST: A realtime fast radio burst monitor for the Arecibo telescope
Abstract: Fast radio bursts (FRBs) constitute an emerging class of fast radio transient whose origin continues to be a mystery. Realizing the importance of increasing coverage of the search parameter space, ... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://static.iter.org/imas/assets/smiter/html/elmer/ehf-finger.html | # 3.4. EHF Finger With Constant Plasma Heat Flux¶
In this tutorial one can understand on how to create basic Elmer case with the help of Elmer toolbox, that is included into Elmer module. BREP file of EHF finger will be imported into SMITER GUI and then appropriately modified and meshed. Then the user will learn how 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": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://orientalecowoodsltd.com/y42fy/fibonacci-sequence-fractions-formula-54360f | 1, the Fibonacci sequence can be described as follows: F 0 = 0. Note: Above formulas expressed in radians, not degrees. The Fibonacci sequence is governed by the equations or, equivalently,. The first two numbers in a Fibonacci sequence are defined as either 1 and 1, or 0 and 1 depending on the chosen starting point. A... | {"extraction_info": {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.neetprep.com/ncert/1485-Mechanical-Properties-Fluids-Mechanical-Properties-Fluids--NCERT-Chapter-PDF | # Chapter Ten
Knowledge of mathematical tools, mechanics is a prerequisite for this chapter
## Mechanical Properties of Fluids
10.1 Introduction
10.2 Pressure
10.3 Streamline flow
10.4 Bernoulli’s principle
10.5 Viscosity
10.6 Reynolds number
10.7 Surface tension
Summary
Points to ponder
Exercises
Appendix... | {"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... |
http://tex.stackexchange.com/questions/15107/tikz-is-there-a-way-to-alternate-path-to-be-drawn-basing-on-some-condition | # TikZ. Is there a way to alternate path to be drawn basing on some condition?
What I want is to connect nodes by stepped (horizontal-vertical-horizontal, hvh) path if they have different y-coordinate, and by straight line if they are on the same level.
Costruction of the only hvh-path in any case gives unwanted devi... | {"extraction_info": {"found_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://labs.tib.eu/arxiv/?author=A.W.%20Kuotb%20Awad | • Auger Muons and Infill for the Ground Array) is an upgrade of the Pierre Auger Observatory to extend its range of detection and to directly measure the muon content of the particle showers. It consists of an infill of surface water-Cherenkov detectors accompanied by buried scintillator detectors used for muon countin... | {"extraction_info": {"found_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://moodle.etwinning.net/?time=1572562800 | “Tell me and I'll forget; show me and I may remember; involve me and I'll understand.” (Chinese proverb)
Welcome to the eTwinning Online Courses | {"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://blekko.com/wiki/Mach_number?source=672620ff | # Mach number
"Mach 2" redirects here. For the film, see Mach 2 (film).
An F/A-18 Hornet creating a vapor cone at transonic speed just before reaching the speed of sound
In fluid mechanics, Mach number (M or Ma) is a dimensionless quantity representing the ratio of speed of an object moving through a fluid and the lo... | {"extraction_info": {"found_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": 8, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/mat... |
https://www.shaalaa.com/question-bank-solutions/monochromatic-light-frequency-60-10-14-hz-produced-laser-power-emitted-20-10-3-w-estimate-number-photons-emitted-second-average-source-refraction-monochromatic-light_4482 | # Monochromatic Light of Frequency 6.0 × 10^14 Hz is Produced by a Laser. the Power Emitted is 2.0 × 10^−3 W. Estimate the Number of Photons Emitted per Second on an Average by the Source - Physics
Monochromatic light of frequency 6.0 × 1014 Hz is produced by a laser. The power emitted is 2.0 × 10−3 W. Estimate the nu... | {"extraction_info": {"found_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/trigonometry/172708-trigonometry-2-a-print.html | # Trigonometry 2
• Feb 26th 2011, 11:09 AM
arm
Trigonometry 2
Find: $S= \frac{\sqrt{3}}{cos 650}+\frac{1}{sin 250}$
• Feb 26th 2011, 11:32 AM
Ackbeet
What ideas have you had so far?
• Feb 26th 2011, 11:52 AM
arm
I only remember general knownledge
• Feb 26th 2011, 11:55 AM
Ackbeet
This is not a homework service. You're... | {"extraction_info": {"found_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://www.arxiv-vanity.com/papers/1607.01575/ | # On the steady-state behavior of a nonlinear power system model\thanksreffootnoteinfo
[ [ [ Automatic Control Laboratory at the Swiss Federal Institute of Technology (ETH) Zürich, Switzerland.
###### Abstract
In this article, we consider a dynamic model of a three-phase power system including nonlinear generat... | {"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... |