URL
stringlengths
15
1.68k
text_list
sequencelengths
1
199
image_list
sequencelengths
1
199
metadata
stringlengths
1.19k
3.08k
https://www.asknumbers.com/lbs-to-oz/3.5-lbs-to-oz.aspx
[ "# How Many Ounces in 3.5 Pounds?\n\n3.5 Pounds to ounces (lbs to oz) converter. How many ounces in 3.5 pounds?\n\n3.5 Lbs equal to 56.0 oz or there are 56.0 ounces in 3.5 pounds.\n\n←→\nstep\nRound:\nEnter Pound\nEnter Ounce\n\n## How to convert 3.5 pounds to ounces?\n\nThe conversion factor from pound to ounce is 16. To convert any value of pounds to ounces, multiply the pound value by the conversion factor.\n\nTo convert 3.5 lbs to oz, multiply 3.5 by 16, that makes 3.5 lbs equal to 56.0 oz.\n\n3.5 lbs to oz formula\n\noz = lbs value * 16\n\noz = 3.5 * 16\n\noz = 56.0\n\nCommon conversions from 3.5x lbs to oz:\n(rounded to 3 decimals)\n\n• 3.5 lbs = 56.0 oz\n• 3.51 lbs = 56.16 oz\n• 3.52 lbs = 56.32 oz\n• 3.53 lbs = 56.48 oz\n• 3.54 lbs = 56.64 oz\n• 3.55 lbs = 56.8 oz\n• 3.56 lbs = 56.96 oz\n• 3.57 lbs = 57.12 oz\n• 3.58 lbs = 57.28 oz\n• 3.59 lbs = 57.44 oz\n• 3.6 lbs = 57.6 oz\n\nWhat is a Pound?\n\nPound (lb) is an Imperial system mass unit. 1 Pound = 16 Ounces. 1 Troy pound = 12 Troy ounces. The symbol is \"lb\".\n\nWhat is a Ounce?\n\nOunce is an Imperial system mass unit. 1 oz = 0.0625 lb. 1 troy oz = 0.08334 troy lb. The symbol is \"oz\".\n\nCreate Conversion Table\nClick \"Create Table\". Enter a \"Start\" value (5, 100 etc). Select an \"Increment\" value (0.01, 5 etc) and select \"Accuracy\" to round the result." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.7594062,"math_prob":0.9994017,"size":884,"snap":"2023-40-2023-50","text_gpt3_token_len":359,"char_repetition_ratio":0.20454545,"word_repetition_ratio":0.030456852,"special_character_ratio":0.4638009,"punctuation_ratio":0.2007874,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9966448,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-12-11T06:59:37Z\",\"WARC-Record-ID\":\"<urn:uuid:b00eecb1-ccec-4f6f-a6e1-5ec14b392616>\",\"Content-Length\":\"48635\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a61d0446-4764-44b3-a11d-04bb98206a78>\",\"WARC-Concurrent-To\":\"<urn:uuid:5d168dc4-1866-4871-a3e6-6993f10a09d6>\",\"WARC-IP-Address\":\"172.67.189.12\",\"WARC-Target-URI\":\"https://www.asknumbers.com/lbs-to-oz/3.5-lbs-to-oz.aspx\",\"WARC-Payload-Digest\":\"sha1:TWMA5CTH4FUXM52VE4BOCGGHW5UAAFUQ\",\"WARC-Block-Digest\":\"sha1:R7HL5UPMH6ETN2VAGT55EPIDD73ZYG2H\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679103558.93_warc_CC-MAIN-20231211045204-20231211075204-00724.warc.gz\"}"}
https://onlinecalculator.guru/algebra/boolean-algebra-calculator/
[ "# Boolean Algebra Calculator\n\nWith the help of our handy Boolean Algebra Calculator tool, you can easily solve any difficult boolean algebraic expression in seconds. Provide your boolean expression as the input and press the calculate button to get the result as early as possible.\n\nBoolean Algebra Calculator: Evaluating the boolean algebraic expressions is not like solving any other mathematical expressions. It is possible by taking the help of various boolean laws and proper knowledge on them. Without all these, you can simply solve your equation by using our free online boolean algebra calculator tool. From this article, you can find the detailed procedure for computing your questions.\n\n## How to Solve Boolean Algebra Expression?\n\nIn the following sections you can get the step by step process to solve a boolean expression. Go through the below segments and follow them. Two simple steps to solve the boolean expression is by doing the truth table for each operation and finding the result. Another easy step is right here.\n\n• Take any boolean expression\n• Know all the Laws of Boolean Algebra\n• Replace the Boolean Algebra Laws at each possible step with proper knowledge\n• Keep on doing the step 3 till you reach a point where you can’t substitute any law\n\nLaws of Boolean Algebra\n\nHere, we are providing the basic laws of boolean algebra that assist you when solving the boolean algebra expression.\n\n• Idempotent Law\n• A * A = A\n\nA + A = A\n\n• Associative Law\n• (A * B) * C = A * (B * C)\n\n(A + B) + C = A + (B + C)\n\n• Commutative Law\n• A * B = B * A\n\nA + B = B + A\n\n• Distributive Law\n• A * (B + C) = A * B + A * C\n\nA + (B * C) = (A + B) * (A + C)\n\n• Identity Law\n• A * 0 = 0 and A * 1 = A\n\nA + 1 = 1 and A + 0 = A\n\n• Complement Law\n• A * ~A = 0\n\nA + ~A = 1\n\n• Involution Law\n• ~(~A) = A\n\n• DeMorgan's Law\n• ~(A * B) = ~A + ~B\n\n~(A + B) = ~A * ~B\n\n• Redundancy Laws\n• Absorption\n\nA + (A * B) = A\n\nA * (A + B) = A\n\n(A * B) + (A * ~B) = A\n\n(A + B) * (A + ~B) = A\n\nA + (~A * B) = A + B\n\nA * (~A + B) = A * B\n\nExample:\n\nQuestion: Solve ~(A * B) * (~A + B) * (~B + B)?\n\nSolution:\n\nGiven expression is ~(A * B) * (~A + B) * (~B + B)\n\nBy applying Complement law i.e ~B + B=1\n\n=~(A * B) * (~A + B) * 1\n\nApply Identity law i.e (~A + B) * 1=~A + B\n\n=~(A * B) * (~A + B)\n\nApply DeMorgan's law i.e ~(A * B)=(~A + ~B)\n\n=(~A + ~B) * (~A + B)\n\nDistributive Law is ~A + B=B\n\n=(~A + ~B) * B\n\nComplement law says ~B * B=0\n\n=~A + 0\n\nApply Identity law\n\n=~A\n\n~(A * B) * (~A + B) * (~B + B)=~A\n\nOnlinecalculator.guru contains a comprehensive array of calculators designed for the people with any level of mathematical knowledge to solve various questions effortlessly.", null, "### Frequently Asked Questions on Boolean Algebra\n\n1. What is meant by Boolean Algebra?\n\nBoolean algebra is a branch of mathematics that deals with the operations on logical values. It returns only two values i.e true or false or represented by 0 and 1.\n\n2. What are the operations used in the boolean algebra?\n\nThe various basic operations used in the boolean algebra are Conjunction (AND), Disjunction(OR), and Negotiation (NOT).\n\n3. How do you calculate the Boolean Algebra Expression using a calculator?\n\nEnter a valid boolean expression and hit on the calculate button to get your answer quickly.\n\n4. What are the 7 logic gates?\n\nThere are seven basic logic gates. They are AND, OR, XOR, NOT, NAND, and XNOR.\n\n5. What is the other name of Boolean Algebra?\n\nBoolean Algebra is used to simplify and analyze the digital (logic) circuits. It has only the binary numbers i.e. 0 (False) and 1(True). It is also called Binary Algebra or logical Algebra." ]
[ null, "https://onlinecalculator.guru/static/images/Algebra/Boolean-Algebra-Calculator.jpeg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8794097,"math_prob":0.9966886,"size":3027,"snap":"2021-43-2021-49","text_gpt3_token_len":876,"char_repetition_ratio":0.166391,"word_repetition_ratio":0.054858934,"special_character_ratio":0.32077965,"punctuation_ratio":0.08985025,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99976057,"pos_list":[0,1,2],"im_url_duplicate_count":[null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-19T04:53:43Z\",\"WARC-Record-ID\":\"<urn:uuid:88c78db8-4907-46f5-a841-9df6f9acd6a8>\",\"Content-Length\":\"25010\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:2bb3e164-1919-4e58-87cd-3f127b6a4912>\",\"WARC-Concurrent-To\":\"<urn:uuid:61572c80-32e3-47a9-9e60-92357d74a578>\",\"WARC-IP-Address\":\"104.26.4.233\",\"WARC-Target-URI\":\"https://onlinecalculator.guru/algebra/boolean-algebra-calculator/\",\"WARC-Payload-Digest\":\"sha1:AZWQDPPIWHIACEHI66HKR6CSU3LS4KY4\",\"WARC-Block-Digest\":\"sha1:CNGW3OKJSCHMGJLYTK2K3ZXCTTALWWLF\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323585242.44_warc_CC-MAIN-20211019043325-20211019073325-00439.warc.gz\"}"}
https://codeforces.com/problemset/problem/1025/F
[ "Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×\n\nF. Disjoint Triangles\ntime limit per test\n2 seconds\nmemory limit per test\n256 megabytes\ninput\nstandard input\noutput\nstandard output\n\nA point belongs to a triangle if it lies inside the triangle or on one of its sides. Two triangles are disjoint if there is no point on the plane that belongs to both triangles.\n\nYou are given $n$ points on the plane. No two points coincide and no three points are collinear.\n\nFind the number of different ways to choose two disjoint triangles with vertices in the given points. Two ways which differ only in order of triangles or in order of vertices inside triangles are considered equal.\n\nInput\n\nThe first line of the input contains an integer $n$ ($6 \\le n \\le 2000$) – the number of points.\n\nEach of the next $n$ lines contains two integers $x_i$ and $y_i$ ($|x_i|, |y_i| \\le 10^9$) – the coordinates of a point.\n\nNo two points coincide and no three points are collinear.\n\nOutput\n\nPrint one integer – the number of ways to choose two disjoint triangles.\n\nExamples\nInput\n61 12 24 64 57 25 3\nOutput\n6\nInput\n70 -1000000000-5 -55 -5-5 05 0-2 22 2\nOutput\n21\nNote\n\nIn the first example there are six pairs of disjoint triangles, they are shown on the picture below.", null, "All other pairs of triangles are not disjoint, for example the following pair:", null, "" ]
[ null, "https://espresso.codeforces.com/d62ab77bce49d2bdb17494a6a01186d60c1a37a0.png", null, "https://espresso.codeforces.com/47cf59062aed5d31d5c681b14885838ceefada12.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8577868,"math_prob":0.9967522,"size":1127,"snap":"2021-31-2021-39","text_gpt3_token_len":304,"char_repetition_ratio":0.16473731,"word_repetition_ratio":0.06603774,"special_character_ratio":0.30700976,"punctuation_ratio":0.06550218,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99777746,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,3,null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-09-20T17:01:46Z\",\"WARC-Record-ID\":\"<urn:uuid:cd336d31-888d-4d1e-b833-d5c1dbaa41fe>\",\"Content-Length\":\"55514\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0567f7e9-cd75-4a37-9855-8368e963baec>\",\"WARC-Concurrent-To\":\"<urn:uuid:0ebfe189-538e-49b6-a567-eac521ed0968>\",\"WARC-IP-Address\":\"213.248.110.126\",\"WARC-Target-URI\":\"https://codeforces.com/problemset/problem/1025/F\",\"WARC-Payload-Digest\":\"sha1:64V5ZT7JZ3P55IGSBKRQGEEW735COGJ4\",\"WARC-Block-Digest\":\"sha1:4AIZVV5WRLD3GNBMDLJEARYHV4QCGN2A\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-39/CC-MAIN-2021-39_segments_1631780057083.64_warc_CC-MAIN-20210920161518-20210920191518-00638.warc.gz\"}"}
https://lists.boost.org/Archives/boost/2002/10/38309.php
[ "", null, "# Boost :\n\nFrom: Daryle Walker (dwalker07_at_[hidden])\nDate: 2002-10-24 03:26:45\n\nFor now, let's stick with functions that map one real number to another\n(so no complex numbers or vector mapping(s)). A basic function design\ncould be:\n\ntemplate < typename ResultType, typename DomainType, typename RangeType\n>\nResultType\nintegrate\n(\nstd::map<DomainType, RangeType> m,\nResultType initial_condition = ResultType()\n);\n\nThis is pure numerical integration without assuming any distribution\npattern for the domain or range values (except that all the domain\nvalues are unique).\n\nThat function can't work unless all the points are known in advance.\nIf we build the graph as we go, we need something like:\n\ntemplate < typename ResultType, typename DomainType, typename RangeType\n>\nclass integrator\n{\npublic:\nexplicit integrator( ResultType initial_condition = ResultType() );\n\nvoid update( DomainType x, RangeType y );\n\nResultType current_result() const;\n};\n\nWe should insist that updates keep new \"x\" values strictly increasing\n(or risk undefined behavior), so we don't have to keep an arbitrary\nhistory.\n\nNow for the variants:\n\nA. The domain values can be given be an STL iterator sequence; an\ninitial value, step size, and final value or step count; a generator\n(C++) function/functor.\n\nB. The range values can be given in similar ways, or with a (C++)\nfunction/functor that takes processes the current domain value. The\nlatter option could be combined with hints about the (math) function's\ndiscontinuities or undefined regions.\n\nC. The domain and range values can be given in a combined STL iterator\nsequence of tuples.\n\nNote that specific techniques are not mentioned. If there are several\nways to do an integration (rectangular rule, trapezoidal rule, Simpon's\nRule, etc.), we can provide similar (C++) functions or classes with the\nsame signature, or policies could be used. (I don't know too much\nabout the \"policy\" philosophy with C++ programming techniques, could\nsomeone explain it to me privately?)\n\nDaryle" ]
[ null, "https://lists.boost.org/boost/images/boost.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.73332894,"math_prob":0.9038375,"size":2107,"snap":"2021-04-2021-17","text_gpt3_token_len":499,"char_repetition_ratio":0.11887779,"word_repetition_ratio":0.05015674,"special_character_ratio":0.22496441,"punctuation_ratio":0.15844156,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.96164274,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-18T06:15:21Z\",\"WARC-Record-ID\":\"<urn:uuid:ed29f4d5-3f1c-4508-bdf0-f35901a01772>\",\"Content-Length\":\"12097\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0e4053f4-61b7-451c-91a5-86a1659ff2a2>\",\"WARC-Concurrent-To\":\"<urn:uuid:734100d9-3b67-45c8-b40e-ed3ad43f740c>\",\"WARC-IP-Address\":\"146.20.110.251\",\"WARC-Target-URI\":\"https://lists.boost.org/Archives/boost/2002/10/38309.php\",\"WARC-Payload-Digest\":\"sha1:ZFZXYLVJ55P5DWC6MK7I5CZMUACOVE6Z\",\"WARC-Block-Digest\":\"sha1:3LBXMDEK556YWZGE5RYMHEH4IY2IHS6O\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618038468066.58_warc_CC-MAIN-20210418043500-20210418073500-00405.warc.gz\"}"}
https://www.boost.org/doc/libs/1_73_0/libs/multiprecision/doc/html/boost_multiprecision/intro.html
[ "#", null, "Boost C++ Libraries\n\n...one of the most highly regarded and expertly designed C++ library projects in the world.\n\n## Introduction\n\nThe Multiprecision Library provides integer, rational, floating-point, and complex types in C++ that have more range and precision than C++'s ordinary fundamental (built-in) types. The big number types in Multiprecision can be used with a wide selection of basic mathematical operations, elementary transcendental functions as well as the functions in Boost.Math. The Multiprecision types can also interoperate with any fundamental (built-in) type in C++ using clearly defined conversion rules. This allows Boost.Multiprecision to be used for all kinds of mathematical calculations involving integer, rational and floating-point types requiring extended range and precision.\n\nMultiprecision consists of a generic interface to the mathematics of large numbers as well as a selection of big number back-ends, with support for integer, rational, floating-point, and complex types. Boost.Multiprecision provides a selection of back-ends provided off-the-rack in including interfaces to GMP, MPFR, MPIR, MPC, TomMath as well as its own collection of Boost-licensed, header-only back-ends for integers, rationals and floats. In addition, user-defined back-ends can be created and used with the interface of Multiprecision, provided the class implementation adheres to the necessary concepts.\n\nDepending upon the number type, precision may be arbitrarily large (limited only by available memory), fixed at compile time (for example, 50 or 100 decimal digits), or a variable controlled at run-time by member functions. The types are expression templates - enabled for better performance than naive user-defined types.\n\nThe Multiprecision library comes in two distinct parts:\n\n• An expression-template-enabled front-end `number` that handles all the operator overloading, expression evaluation optimization, and code reduction.\n• A selection of back-ends that implement the actual arithmetic operations, and need conform only to the reduced interface requirements of the front-end.\n\nSeparation of front-end and back-end allows use of highly refined, but restricted license libraries where possible, but provides Boost license alternatives for users who must have a portable unconstrained license. Which is to say some back-ends rely on 3rd party libraries, but a header-only Boost license version is always available (if somewhat slower).\n\n###### Getting started with Boost.Multiprecision\n\nShould you just wish to 'cut to the chase' just to get bigger integers and/or bigger and more precise reals as simply and portably as possible, close to 'drop-in' replacements for the fundamental (built-in) type analogs, then use a fully Boost-licensed number type, and skip to one of more of :\n\nThe library is very often used via one of the predefined convenience `typedef`s like `boost::multiprecision::int128_t` or `boost::multiprecision::cpp_bin_float_quad`.\n\nFor example, if you want a signed, 128-bit fixed size integer:\n\n```#include <boost/multiprecision/cpp_int.hpp> // Integer types.\n\nboost::multiprecision::int128_t my_128_bit_int;\n```\n\nAlternatively, and more adventurously, if you wanted an arbitrary precision integer type using GMP as the underlying implementation then you could use:\n\n```#include <boost/multiprecision/gmp.hpp> // Defines the wrappers around the GMP library's types\n\nboost::multiprecision::mpz_int myint; // Arbitrary precision integer type.\n```\n\nOr for a simple, portable 128-bit floating-point close to a drop-in for a fundamental (built-in) type like `double`, usually 64-bit\n\n```#include <boost/multiprecision/cpp_bin_float.hpp>\n\n```\n\nAlternatively, you can compose your own 'custom' multiprecision type, by combining `number` with one of the predefined back-end types. For example, suppose you wanted a 300 decimal digit floating-point type based on the MPFR library. In this case, there's no predefined `typedef` with that level of precision, so instead we compose our own:\n\n```#include <boost/multiprecision/mpfr.hpp> // Defines the Backend type that wraps MPFR.\n\nnamespace mp = boost::multiprecision; // Reduce the typing a bit later...\n\ntypedef mp::number<mp::mpfr_float_backend<300> > my_float;\n\nmy_float a, b, c; // These variables have 300 decimal digits precision.\n```\n\nWe can repeat the above example, but with the expression templates disabled (for faster compile times, but slower runtimes) by passing a second template argument to `number`:\n\n```#include <boost/multiprecision/mpfr.hpp> // Defines the Backend type that wraps MPFR.\n\nnamespace mp = boost::multiprecision; // Reduce the typing a bit later...\n\ntypedef mp::number<mp::mpfr_float_backend<300>, et_off> my_float;\n\nmy_float a, b, c; // These variables have 300 decimal digits precision\n```\n\nWe can also mix arithmetic operations between different types, provided there is an unambiguous implicit conversion from one type to the other:\n\n```#include <boost/multiprecision/cpp_int.hpp>\n\nnamespace mp = boost::multiprecision; // Reduce the typing a bit later...\n\nmp::int128_t a(3), b(4);\nmp::int512_t c(50), d;\n\nd = c * a; // OK, result of mixed arithmetic is an int512_t\n```\n\nConversions are also allowed:\n\n```d = a; // OK, widening conversion.\nd = a * b; // OK, can convert from an expression template too.\n```\n\nHowever conversions that are inherently lossy are either declared explicit or else forbidden altogether:\n\n```d = 3.14; // Error implicit conversion from double not allowed.\nd = static_cast<mp::int512_t>(3.14); // OK explicit construction is allowed\n```\n\nMixed arithmetic will fail if the conversion is either ambiguous or explicit:\n\n```number<cpp_int_backend<>, et_off> a(2);\nnumber<cpp_int_backend<>, et_on> b(3);\n\nb = a * b; // Error, implicit conversion could go either way.\nb = a * 3.14; // Error, no operator overload if the conversion would be explicit.\n```\n##### Move Semantics\n\nOn compilers that support rvalue-references, class `number` is move-enabled if the underlying backend is.\n\nIn addition the non-expression template operator overloads (see below) are move aware and have overloads that look something like:\n\n```template <class B>\nnumber<B, et_off> operator + (number<B, et_off>&& a, const number<B, et_off>& b)\n{\nreturn std::move(a += b);\n}\n```\n\nThese operator overloads ensure that many expressions can be evaluated without actually generating any temporaries. However, there are still many simple expressions such as\n\n```a = b * c;\n```\n\nwhich don't noticeably benefit from move support. Therefore, optimal performance comes from having both move-support, and expression templates enabled.\n\nNote that while \"moved-from\" objects are left in a sane state, they have an unspecified value, and the only permitted operations on them are destruction or the assignment of a new value. Any other operation should be considered a programming error and all of our backends will trigger an assertion if any other operation is attempted. This behavior allows for optimal performance on move-construction (i.e. no allocation required, we just take ownership of the existing object's internal state), while maintaining usability in the standard library containers.\n\n##### Expression Templates\n\nClass `number` is expression-template-enabled: that means that rather than having a multiplication operator that looks like this:\n\n```template <class Backend>\nnumber<Backend> operator * (const number<Backend>& a, const number<Backend>& b)\n{\nnumber<Backend> result(a);\nresult *= b;\nreturn result;\n}\n```\n\nInstead the operator looks more like this:\n\n```template <class Backend>\nunmentionable-type operator * (const number<Backend>& a, const number<Backend>& b);\n```\n\nWhere the 'unmentionable' return type is an implementation detail that, rather than containing the result of the multiplication, contains instructions on how to compute the result. In effect it's just a pair of references to the arguments of the function, plus some compile-time information that stores what the operation is.\n\nThe great advantage of this method is the elimination of temporaries: for example, the \"naive\" implementation of `operator*` above, requires one temporary for computing the result, and at least another one to return it. It's true that sometimes this overhead can be reduced by using move-semantics, but it can't be eliminated completely. For example, lets suppose we're evaluating a polynomial via Horner's method, something like this:\n\n```T a = { /* some values */ };\n//....\ny = (((((a * x + a) * x + a) * x + a) * x + a) * x + a) * x + a;\n```\n\nIf type `T` is a `number`, then this expression is evaluated without creating a single temporary value. In contrast, if we were using the mpfr_class C++ wrapper for MPFR - then this expression would result in no less than 11 temporaries (this is true even though mpfr_class does use expression templates to reduce the number of temporaries somewhat). Had we used an even simpler wrapper around MPFR like mpreal things would have been even worse and no less that 24 temporaries are created for this simple expression (note - we actually measure the number of memory allocations performed rather than the number of temporaries directly, note also that the mpf_class wrapper that will be supplied with GMP-5.1 reduces the number of temporaries to pretty much zero). Note that if we compile with expression templates disabled and rvalue-reference support on, then actually still have no wasted memory allocations as even though temporaries are created, their contents are moved rather than copied. \n\nImportant", null, "Expression templates can radically reorder the operations in an expression, for example: a = (b * c) * a; Will get transformed into: a *= c; a *= b; If this is likely to be an issue for a particular application, then they should be disabled.\n\nThis library also extends expression template support to standard library functions like `abs` or `sin` with `number` arguments. This means that an expression such as:\n\n```y = abs(x);\n```\n\ncan be evaluated without a single temporary being calculated. Even expressions like:\n\n```y = sin(x);\n```\n\nget this treatment, so that variable 'y' is used as \"working storage\" within the implementation of `sin`, thus reducing the number of temporaries used by one. Of course, should you write:\n\n```x = sin(x);\n```\n\nThen we clearly can't use `x` as working storage during the calculation, so then a temporary variable is created in this case.\n\nGiven the comments above, you might be forgiven for thinking that expression-templates are some kind of universal-panacea: sadly though, all tricks like this have their downsides. For one thing, expression template libraries like this one, tend to be slower to compile than their simpler cousins, they're also harder to debug (should you actually want to step through our code!), and rely on compiler optimizations being turned on to give really good performance. Also, since the return type from expressions involving `number`s is an \"unmentionable implementation detail\", you have to be careful to cast the result of an expression to the actual number type when passing an expression to a template function. For example, given:\n\n```template <class T>\nvoid my_proc(const T&);\n```\n\nThen calling:\n\n```my_proc(a+b);\n```\n\nWill very likely result in obscure error messages inside the body of `my_proc` - since we've passed it an expression template type, and not a number type. Instead we probably need:\n\n```my_proc(my_number_type(a+b));\n```\n\nHaving said that, these situations don't occur that often - or indeed not at all for non-template functions. In addition, all the functions in the Boost.Math library will automatically convert expression-template arguments to the underlying number type without you having to do anything, so:\n\n```mpfr_float_100 a(20), delta(0.125);\nboost::math::gamma_p(a, a + delta);\n```\n\nWill work just fine, with the `a + delta` expression template argument getting converted to an `mpfr_float_100` internally by the Boost.Math library.\n\nCaution", null, "In C++11 you should never store an expression template using: ```auto my_expression = a + b - c;``` unless you're absolutely sure that the lifetimes of `a`, `b` and `c` will outlive that of `my_expression`. In fact, it is particularly easy to create dangling references by mixing expression templates with the `auto` keyword, for example: ```auto val = cpp_dec_float_50(\"23.1\") * 100;``` In this situation, the integer literal is stored directly in the expression template - so its use is OK here - but the `cpp_dec_float_50` temporary is stored by reference and then destructed when the statement completes, leaving a dangling reference. If in doubt, do not ever mix expression templates with the `auto` keyword.\n\nAnd finally... the performance improvements from an expression template library like this are often not as dramatic as the reduction in number of temporaries would suggest. For example, if we compare this library with mpfr_class and mpreal, with all three using the underlying MPFR library at 50 decimal digits precision then we see the following typical results for polynomial execution:\n\nTable 1.1. Evaluation of Order 6 Polynomial.\n\nLibrary\n\nRelative Time\n\nRelative number of memory allocations\n\nnumber\n\n1.0 (0.00957s)\n\n1.0 (2996 total)\n\n1.1 (0.0102s)\n\n4.3 (12976 total)\n\n1.6 (0.0151s)\n\n9.3 (27947 total)\n\nAs you can see, the execution time increases a lot more slowly than the number of memory allocations. There are a number of reasons for this:\n\n• The cost of extended-precision multiplication and division is so great, that the times taken for these tend to swamp everything else.\n• The cost of an in-place multiplication (using `operator*=`) tends to be more than an out-of-place `operator*` (typically `operator *=` has to create a temporary workspace to carry out the multiplication, where as `operator*` can use the target variable as workspace). Since the expression templates carry out their magic by converting out-of-place operators to in-place ones, we necessarily take this hit. Even so the transformation is more efficient than creating the extra temporary variable, just not by as much as one would hope.\n\nFinally, note that `number` takes a second template argument, which, when set to `et_off` disables all the expression template machinery. The result is much faster to compile, but slower at runtime.\n\nWe'll conclude this section by providing some more performance comparisons between these three libraries, again, all are using MPFR to carry out the underlying arithmetic, and all are operating at the same precision (50 decimal digits):\n\nTable 1.2. Evaluation of Boost.Math's Bessel function test data\n\nLibrary\n\nRelative Time\n\nRelative Number of Memory Allocations\n\nmpfr_float_50\n\n1.0 (5.78s)\n\n1.0 (1611963)\n\nnumber<mpfr_float_backend<50>, et_off>\n(but with rvalue reference support)\n\n1.1 (6.29s)\n\n2.64 (4260868)\n\n1.1 (6.28s)\n\n2.45 (3948316)\n\n1.65 (9.54s)\n\n8.21 (13226029)\n\nTable 1.3. Evaluation of Boost.Math's Non-Central T distribution test data\n\nLibrary\n\nRelative Time\n\nRelative Number of Memory Allocations\n\nnumber\n\n1.0 (263s)\n\n1.0 (127710873)\n\nnumber<mpfr_float_backend<50>, et_off>\n(but with rvalue reference support)\n\n1.0 (260s)\n\n1.2 (156797871)\n\n1.1 (287s)\n\n2.1 (268336640)\n\n1.5 (389s)\n\n3.6 (466960653)\n\nThe above results were generated on Win32 compiling with Visual C++ 2010, all optimizations on (/Ox), with MPFR 3.0 and MPIR 2.3.0.\n\n The actual number generated will depend on the compiler, how well it optimizes the code, and whether it supports rvalue references. The number of 11 temporaries was generated with Visual C++ 2010." ]
[ null, "https://www.boost.org/gfx/space.png", null, "https://www.boost.org/doc/libs/1_73_0/doc/src/images/important.png", null, "https://www.boost.org/doc/libs/1_73_0/doc/src/images/caution.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.80986744,"math_prob":0.94406134,"size":14602,"snap":"2020-24-2020-29","text_gpt3_token_len":3332,"char_repetition_ratio":0.13536102,"word_repetition_ratio":0.041009463,"special_character_ratio":0.23784412,"punctuation_ratio":0.14451084,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.970336,"pos_list":[0,1,2,3,4,5,6],"im_url_duplicate_count":[null,null,null,5,null,10,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-05-25T00:22:36Z\",\"WARC-Record-ID\":\"<urn:uuid:32513e65-2918-4f3b-8c08-0706f4518626>\",\"Content-Length\":\"49567\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:4a2e804c-a18a-481a-8497-3627bb46f590>\",\"WARC-Concurrent-To\":\"<urn:uuid:4a08791d-c195-47a3-929a-213471e45385>\",\"WARC-IP-Address\":\"146.20.110.251\",\"WARC-Target-URI\":\"https://www.boost.org/doc/libs/1_73_0/libs/multiprecision/doc/html/boost_multiprecision/intro.html\",\"WARC-Payload-Digest\":\"sha1:5CR5K5OJOCDPUOHLNO3HULMLJXANNKXR\",\"WARC-Block-Digest\":\"sha1:5JKAEER4UQFEUWY3RLODSLXU4374A3DC\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-24/CC-MAIN-2020-24_segments_1590347387155.10_warc_CC-MAIN-20200525001747-20200525031747-00542.warc.gz\"}"}
https://structural-analyser.com/domains/DE/Fourier_DE/
[ "# Fourier serier\n\n## Solving DE by Fourier series\n\nThe Fourier series decomposes periodic or bounded function into simple sinusoids. It is difficult to work with functions as e.g. square waves, sawtooth are and it is easy to work with sines.\n\n### Modal analysis, natural frequencies, vibrations, dynamic behaviour\n\nFourier series are useful to study resonances of a system. Fourier analysis is able to decompose $f(t)$ into pure oscillations\n\n$$f(t) = b_1\\sin \\omega_1 t + b_1\\sin \\omega_2 t + b_1\\sin \\omega_3 t + \\dots \\\\$$\n\nThat is very useful, because then we can analyze which frequencies are main or important within response. We can work with arbitrary periodic function (sine, cosine), solve individually and then recombine to obtain the solution of the original problem (superposition principle).\n\nNatural frequencies characterize the basic behaviour of the system and indicate how the structure will respond to a dynamic loading. There are many reasons to compute the natural frequencies and mode shapes of the structure. For example a rotating machine is to be installed on the floor and it is necessary to determine if the operating frequency of the engine is close to one of the natural frequencies of the building. If the frequencies are too close the consequence might be structural damage or failure.\n\n#### Example\n\nSolve DE describing free undamped motion of spring mass system:\n\n$$my'' + ky = 0\\hskip2em y(0) = 0,\\ y(T)=0$$\n\nNote: the example is not solved using the Fourier series and serves to review spring-mass system and natural frequency.\n\nWe are solving free motion (no external force) of the mass on the spring. The boundary conditions tell us that at $t=0$ and at $t=T$ the mass has to be found in position of equilibrium. If we use natural angular frequency of the system $\\boldsymbol{\\omega_0=\\sqrt{k/m}}$, the same DE can be written as\n\n$$y'' + \\omega^2y = 0.$$\n\nSuch DE is linear with constant coefficients and can be solved by means of auxiliary equation\n\n$$m^2 + \\omega^2 = 0 \\implies m = \\{ -i \\omega ,\\ i\\omega \\}$$\n\nThen the solution is\n\n$$y = C_1e^{-i\\omega t} + C_2e^{i\\omega t} = c_1 \\sin \\omega t + c_2 \\cos \\omega t.$$\n\nLet us use boundary conditions to find $c_1,\\ c_2$:\n\n\\begin{align} y(t=0) = 0: \\hskip2em 0 &= c_1 \\sin (\\omega \\cdot 0) + c_2 \\cos (\\omega \\cdot 0) \\implies c_2 = 0 \\nonumber \\\\ y(t=T) = 0: \\hskip2em 0 &= c_1 \\sin \\omega T \\nonumber \\end{align}\n\nNow if we accept also $c_1 = 0$, we have trivial solution. Such solution is not much useful, because there is no motion described. The mass stays conserved at equilibrium position (does not move). We are looking for nontrivial solution, which comes from the fact that $\\sin n\\pi$ is zero for each $n = 1,\\ 2,\\ 3,\\ \\dots$\n\n$$\\omega t = n \\pi \\implies \\omega = \\frac{n\\pi}{T}$$\n\nIn other words we can expres other (nontrivial) solution (regardless the value of $c_1$):\n\n$$y = \\sin \\left(\\frac{n \\pi }{T}t\\right).$$\n\nThe above solution can be listed as a sequence of solutions:\n\n$$y_1 = \\sin \\frac{\\pi t}{T} ,\\ y_2 = \\sin \\frac{2\\pi t}{T},\\ y_3 = \\sin \\frac{3\\pi t}{T},\\ \\dots$$\n\nAll these solutions are in chord with the complementary function found and at the same time satisfy given boundary conditions. The only issue is that the natural frequency of the system has to fit into given boundary conditions. The half-period of natural frequency has to be $T,\\ 2T,\\ 3T,\\ \\dots$ and then the mass passes the requested position once, twice, three times, ... Otherwise the DE has only the trivial solution.\n\nThe numbers $\\omega_n^2 = {(n^2\\pi^2)}/{T^2}$, for which the problem posseses nontrivial solutions, are known as eigenvalues and the nontrivial solutions $y_1,\\ y_2\\, \\dots,\\ y_n$ are known as eigenfunctions.\n\nNote: $y''+5y = 0,\\ y(0) = 0,\\ y(T)=0$ has no trivial solution. The mass is not going to appear back into requested zero position at the requested time $T$, because its natural frequency is not tuned with the time period $T$.\n\n#### Example\n\nFind the particular solution of the spring/mass system $y''+\\omega_0^2y = f(t)$, if driving force of period $T=2\\ \\text{s}$ is\n\nf(t) = \\left\\{ \\begin{aligned} 1&\\hskip2em 0\\leq t \\lt 1, \\\\ 0&\\hskip2em 1\\leq t \\lt 2. \\\\ \\end{aligned} \\right.\n\nand natural frequency of the system is $\\omega_0 = 10$.\n\nFirstly, let us discuss why we are finding particular solution $y_p$ and not complementary function $y_c$. The complementary function is a transient solution: self motion with no driving force involved. In general, because of damping, $\\lim_{t \\to \\infty} y_c(t) = 0$. We are rather interested into the particular solution (steady periodic solution), which is the response to the driving force $f(t)$.\n\nGiven periodic wave $f(t)$ expressed as a Fourier series is (not solved here)\n\n$$f(t) = \\frac 1 2 + \\frac 2 {\\pi}\\sum_{n=1}^{\\text{odd}}\\frac{\\sin nt\\pi}{n}.$$\n\nSo it is a series of $\\sin nt\\pi$ where each sine has a coefficient $b_n = 2/(\\pi n)$ if $n=1,\\ 3,\\ 5,\\ \\dots$ If we can solve this DE with/for one sine, then the same applies to the series of sines. The nonhomogeneous function $f(t)$ on the right side involves sine. According to the method of undetermined coefficients we have to expect particular solution in the form $y_p = A\\cos nt\\pi + B\\sin nt\\pi$. But because there is no $y'$ within DE, cosine terms have no origin to come from and can be overlooked:\n\n\\begin{align} y_p &= \\color{blue}{\\sum_{n=1}^{\\text{odd}} B_n \\sin nt\\pi + A} \\label{ref:four_ex1} \\\\ y_p'' &= \\color{red}{-\\sum_{n=1}^{\\text{odd}} B_n n^2\\pi^2\\sin nt\\pi} \\nonumber \\\\ \\end{align}\n\nLet us do what we are used to do: substitute $y_p,\\ y''_p$ into the DE $\\color{red}{y''}+ \\color{blue}{\\omega_0^2y} = f(t)$.\n\n$$\\color{red}{-\\sum_{n=1}^{\\text{odd}} B_n n^2\\pi^2\\sin nt\\pi} + \\color{blue}{\\omega_0^2 \\sum_{n=1}^{\\text{odd}} B_n \\sin nt\\pi + \\omega_0^2 A} = \\frac 1 2 + \\frac 2 {\\pi}\\sum_{n=1}^{\\text{odd}}\\frac{\\sin nt\\pi}{n}\\nonumber \\\\$$\n\nBy method of undetermined coefficients, the coefficient $A$ is easy to solve: $A= 1/2\\omega_0^2$. The coefficient $B_n$ can be solved in the same way as there is only $B$ (with no series):\n\n\\begin{align} \\sum_{n=1}^{\\text{odd}}B_n(\\color{blue}{\\omega_0^2} \\color{red}{- n^2\\pi^2}) \\sin nt\\pi &= \\frac 2 {\\pi} \\sum_{n=1}^{\\text{odd}}\\frac{\\sin nt\\pi}{n} \\nonumber \\\\ B_n &= \\frac 2 {\\pi}\\cdot \\frac{1}{n(\\omega_0^2 - n^2\\pi^2)} \\nonumber \\end{align}\n\nThe sine series of the solution is determined and let us list a few terms to investigate dominant frequencies.\n\n\\begin{align} n=1:&\\hskip1em B_1 = \\frac{2}{\\pi}\\frac{1}{1(10^2-1\\pi^2)} = 0.007063 \\nonumber \\\\ n=3:&\\hskip1em B_3 = \\frac{2}{\\pi}\\frac{1}{3(10^2-3^2\\pi^2)} = 0.018992 \\nonumber \\\\ n=5:&\\hskip1em B_5 = \\frac{2}{\\pi}\\frac{1}{5(10^2-5^2\\pi^2)} = -0.000868 \\nonumber \\\\ n=7:&\\hskip1em B_7 = \\frac{2}{\\pi}\\frac{1}{7(10^2-7^2\\pi^2)} = -0.000237 \\nonumber \\\\ n=9:&\\hskip1em B_9 = \\frac{2}{\\pi}\\frac{1}{9(10^2-9^2\\pi^2)} = -0.000101 \\nonumber \\\\ \\end{align}\n\nNow the found coefficients can be substituted back into particular solution $(\\ref{ref:four_ex1})$.\n\n\\begin{align} y_p(t) = \\frac{1}{2\\omega_0^2} & { } + 0.007063 \\sin \\pi t + 0.018992 \\sin 3\\pi t - 0.000868 \\sin 5\\pi t - \\nonumber \\\\ & { } - 0.000237 \\sin 7 \\pi t - 0.000101 \\sin 9 \\pi t - \\dots \\nonumber \\end{align}\n\nThe amplitude of $\\sin 3\\pi t$ (i.e. for $\\omega = 3\\pi$) is the highest. The system is not going to respond equally to all frequencies but favors frequencies close to its natural frequency.\n\n#### Example\n\nSolve the spring/mass system $\\color{red}{y''}\\color{green}{+0.05y'}\\color{blue}{+10.01y} = f(t)$ if $f(t)$ is periodic function\n\nf(t) = \\left\\{ \\begin{aligned} 1&\\hskip2em 0\\leq t \\lt \\pi, \\\\ -1&\\hskip2em \\pi\\leq t \\lt 2\\pi. \\\\ \\end{aligned} \\right.\n\nFrom the given DE can be observed that it is a system with damping, where the mass is 1 kg and spring constant is 10.01 N/m. The natural frequency of the system is ${\\omega_0=\\sqrt{k/m} = \\sqrt{10.01/1} = 3.164\\ \\text{s}^{-1}}$\n\nGiven periodic wave $f(t)$ expressed as a Fourier series is (not solved here)\n\n$$f(t) = \\frac 4 {\\pi}\\sum_{n=1}^{\\text{odd}}\\frac{1}{n}{\\sin nt}.$$\n\nSo now we have DE with sine on the right side and we are looking for a particular solution $y_p$, which is a response to the driving force $f_t(t)$. We are not going to study complementary function $y_c$, which is only a solution of self motion, which is going—due to the damping—to zero anyway and is only a transient solution.\n\nWe have differential equation of the second order with constant coefficients with sine term on the right side. Such DE is easily solved by method of undetermined coefficients: let us collect expected terms $\\sin nt$ and $\\cos nt$ and then we have to solve constants $A,\\ B$:\n\n\\begin{align} \\color{red}{y_p} &\\color{red}{= \\sum_{n=1}^{\\text{odd}}B_n\\sin nt + \\sum_{n=1}^{\\text{odd}}A_n\\cos nt} \\label{ref:four_partic1}\\\\ \\color{green}{y_p'} &\\color{green}{= \\sum_{n=1}^{\\text{odd}}B_n\\cos nt \\cdot n - \\sum_{n=1}^{\\text{odd}}A_n\\sin nt \\cdot n}\\nonumber \\\\ \\color{blue}{y_p''} &\\color{blue}{= -\\sum_{n=1}^{\\text{odd}}B_n\\sin nt\\cdot n^2 - \\sum_{n=1}^{\\text{odd}}A_n\\cos nt \\cdot n^2}\\nonumber \\\\ \\end{align}\n\nLet us substitute $y_p,\\ y_p',\\ y_p''$ into DE and solve coefficients $A,\\ B$ by method of undetermined coefficients as usually:\n\n\\begin{align} \\color{blue}{- \\sum_{n=1}^{\\text{odd}}B_n\\sin nt\\cdot n^2 - \\sum_{n=1}^{\\text{odd}}A_n\\cos nt \\cdot n^2} + &\\nonumber \\\\ + \\color{green}{0.05 \\left(\\sum_{n=1}^{\\text{odd}}B_n\\cos nt \\cdot n - \\sum_{n=1}^{\\text{odd}}A_n\\sin nt \\cdot n\\right)} + &\\nonumber \\\\ + \\color{red}{10.01 \\left(\\sum_{n=1}^{\\text{odd}}B_n\\sin nt + \\sum_{n=1}^{\\text{odd}}A_n\\cos nt \\right)} &= \\frac 4 {\\pi}\\sum_{n=1}^{\\text{odd}}\\frac{1}{n}{\\sin nt} \\nonumber \\\\ \\sum_{n=1}^{\\text{odd}} \\sin nt(-B_nn^2 - 0.05A_nn+10.01B_n) + & \\nonumber \\\\ \\sum_{n=1}^{\\text{odd}} \\cos nt(-A_nn^2 + 0.05B_nn+10.01A_n) &= \\frac 4 {\\pi}\\sum_{n=1}^{\\text{odd}}\\frac{1}{n}{\\sin nt} \\nonumber \\\\ -B_nn^2 - 0.05A_nn + 10.01B_n &= \\frac{4}{\\pi n} \\label{ref:four_ex11} \\\\ -A_nn^2+0.05 B_nn + 10.01A_n &= 0\\label{ref:four_ex12} \\end{align}\n\nFrom $(\\ref{ref:four_ex12})$ express $A_n$:\n\n\\begin{align} A_n(-n^2+10.01) &= -0.05B_nn \\nonumber \\\\ A_n &= \\frac{-0.05B_nn}{10.01-n^2} = \\frac{0.05B_nn}{n^2-10.01} \\nonumber \\\\ \\end{align}\n\nand substitute into $(\\ref{ref:four_ex11})$:\n\n\\begin{align} -B_nn^2 -0.05\\frac{0.05B_nn}{n^2-10.01} \\cdot n + 10.01 B_n &= \\frac{4}{\\pi n} \\nonumber \\\\ \\vdots & \\nonumber \\\\ B_n &= \\frac{4(10.01-n^2)}{\\pi n\\left(0.05^2n^2+(n^2-10.01)^2\\right)} \\nonumber \\\\ A_n &= \\frac{-0.2}{\\pi \\left(0.05^2n^2+(n^2-10.01)^2\\right)} \\nonumber \\end{align}\n\nWe can form the Fourier series of the response $y_p(t)$ if we use coefficients within $(\\ref{ref:four_partic1})$. It is likely to be a messy motion, but this Fourier analysis served to decompose the motion into pure oscillations. The important information can be obtained by studying amplitudes $C_n$ of particular frequencies:\n\nn=1: \\hskip2em \\left . \\begin{aligned} A_1 &= -0.0008 \\\\ B_1 &= +0.1413 \\end{aligned} \\right \\} \\implies C_1 = 0.1413 \\\\ n=3: \\hskip2em \\left . \\begin{aligned} A_3 &= -0.0611 \\\\ B_3 &= +0.4111 \\end{aligned} \\right \\} \\implies C_3 = 0.4156 \\\\ n=5: \\hskip2em \\left . \\begin{aligned} A_5 &= -0.0003 \\\\ B_5 &= -0.0170 \\end{aligned} \\right \\} \\implies C_5 = 0.0170 \\\\ n=7: \\hskip2em \\left . \\begin{aligned} A_7 &= -0.0000 \\\\ B_7 &= -0.0047 \\end{aligned} \\right \\} \\implies C_7 = 0.0047 \\\\\n\nThe first and the second frequencies are the most important. For $n=3$ is $\\omega = 3$ and such frequency is close to the natural frequency $\\omega_0 = 3.164\\ \\text{s}^{-1}$ of the system.\n\nNote: since $\\cos nt$ is phase delayed $\\pi/2 = 90 ^\\circ$ after $\\sin nt$, there is a right angle between the actual amplitudes of sine and cosine. Therefore, the resultant (maximum amplitude) at particular frequency is $C_n = \\sqrt{A_n^2+B_n^2}$.\n\n#### Example\n\nSolve the spring/mass system $2x'' + 18\\pi^2x = f(t)$ if $f(t)$ is periodic function\n\nf(t) = \\left\\{ \\begin{aligned} -1&\\hskip2em -1\\leq t \\lt 0, \\\\ 1&\\hskip2em 1\\leq t \\lt 2. \\\\ \\end{aligned} \\right.\n\nFrom the given DE can be observed that it is a system with no damping, where the mass is likely 2 kg and the natural frequency of the system is $\\omega_0=\\sqrt{k/m} = \\sqrt{18\\pi^2/2} = 3\\pi$.\n\nFrom auxiliary equation\n\n\\begin{align} m^2+\\omega^2 &= 0 \\implies m = \\pm i\\omega \\nonumber \\\\ y_c &= C_1e^{-i\\omega x} + C_2e^{i\\omega x} \\hskip2em \\text{or} \\nonumber \\\\ y_c &= c_1\\sin\\omega x + c_2\\cos\\omega x \\label{ref:Fourier_DE_1} \\\\ \\end{align}\n\nThe complementary function was obtained from associated homogeneous DE and describes self motion with no external load involved. Since we are solving induced motion, $y_c$ can be considered as a transient solution only.\n\nGiven periodic wave $f(t)$ expressed as a Fourier series is\n\n$$f(t) = \\sum_{n=1}^{\\text{odd}}\\frac 4 {n\\pi}{\\sin nt\\pi}.$$\n\nThe function given has half-period $p=1$. The series is odd, so only $b_n \\cos \\omega_nt$ terms are involved. We do not need to solve $a_n$. If we solve them anyway, they are going to turn to be zero.\n\n\\begin{align} b_n&=\\frac 1 {p}\\int_{-p}^{p}f(t)\\sin nt\\frac{\\pi}{p}\\, dt = \\frac 2 p \\int_0^p \\sin nt\\pi\\ dt = \\frac 2 p \\left[-\\cos nt\\pi \\frac{1}{n\\pi}\\right]_0^{p} = \\nonumber \\\\ &= \\frac{2}{p} \\left(-\\frac{1}{n\\pi}\\right)(\\cos np\\pi - \\cos 0) = -\\frac{2}{p}\\cdot\\frac{1}{n\\pi}\\left( \\cos n\\pi-1\\right) = -\\frac{2}{n\\pi}(-2) \\nonumber \\\\ b_n &= \\frac{4}{n\\pi} \\hskip2em \\text{for }\\ n\\ \\text{odd} \\nonumber\\\\ \\end{align}\n\nIf the right side is $4/n\\pi\\sum\\sin nt\\pi$ and there is no $x'$ within DE, the particular solution is expected in the form $x_p = B_n\\sum\\sin nt\\pi$ for $n$ odd, no cosine terms involved. The trouble here is that sumation includes also $\\boldsymbol{\\sin 3t\\pi}$ and that term is already part of the complementary function $\\boldsymbol{(\\ref{ref:Fourier_DE_1})}$ with arbitrary constant $c_1$. As was discussed in chapter Undetermined coefficients—Superposition approach, we have to solve the particular solution for $\\color{red}{t}\\cdot \\sin 3t\\pi$ and its derivatives.\n\nThe particular solution is then expected as\n\n\\begin{align} x_p(t) &= x_{p1}(t) + x_{p_2}(t) \\label{ref:Fourier_DE_3} \\\\ x_{p1}(t) &= \\sum_{n=1, n \\neq 3}^{\\text{odd}} B_n \\sin nt\\pi \\nonumber \\\\ x_{p2}(t) &= A_3\\cos 3t\\pi \\cdot \\color{red}{t} + B_3 \\sin 3t\\pi \\cdot \\color{red}{t} \\color{grey}{+ C\\cos 3t\\pi + D\\sin 3t\\pi} \\\\ \\end{align}\n\nThe terms $\\cos 3t\\pi,\\ \\sin 3t\\pi$ are already included within $y_c$ so they are voided from $x_p$ again.\n\n\\begin{align} x_{p1}(t) &= \\sum_{n=1, n \\neq 3}^{\\text{odd}} B_n \\sin nt\\pi \\nonumber \\\\ x''_{p1}(t) &= - \\sum_{n=1, n \\neq 3}^{\\text{odd}} B_n\\sin nt\\pi\\cdot n^2\\pi^2 \\nonumber \\\\ \\end{align}\n\nLet us substitute solution $x_{p_1}$ into DE to solve the coefficients.\n\n\\begin{align} -2 \\sum B_n \\sin nt\\pi \\cdot n^2\\pi^2 + 18\\pi^2 \\sum B_n \\sin nt\\pi &= \\sum \\frac 4 {n\\pi}\\sin nt\\pi \\nonumber \\\\ \\sum\\left( -2B_n n^2\\pi^2 + 18\\pi^2 B_n\\right)\\sin nt\\pi &= \\sum \\frac 4 {n\\pi} \\nonumber \\\\ -2B_n n^2\\pi^2 + 18\\pi^2 B_n &= \\frac 4 {n\\pi} \\nonumber \\\\ B_n(-2n^2\\pi^2 + 18\\pi^2) &= \\frac 4 {n\\pi} \\nonumber \\\\ B_n = \\frac{4}{-2n^3\\pi^3 + 18n\\pi^3} &= \\frac{2}{n\\pi^3(9-n^2)} \\nonumber \\end{align}\n\\begin{align} x_{p2}(t) &= A_3\\cos 3\\pi t\\cdot \\color{red}{t} + B_3\\sin 3\\pi t\\cdot \\color{red}{t} \\nonumber \\\\ x'_{p2}(t) &= A_3\\cos 3\\pi t- 3\\pi A_3 \\sin 3\\pi t\\cdot t + B_3\\sin 3\\pi t + 3\\pi B_3 \\cos 3\\pi t\\cdot t \\nonumber \\\\ x''_{p2}(t) &= -6\\pi A_3\\sin 3\\pi t - 9A_3\\pi^2 \\cos 3\\pi t\\cdot t + 6\\pi B_3 \\cos 3\\pi t - 9B_3\\pi^2 \\sin 3\\pi t \\cdot t \\nonumber \\end{align}\n\nLet us substitute $x_{p2}$ into DE $\\color{red}{2x''} \\color{blue}{+ 18\\pi^2x} = f(t)$.\n\n\\begin{align} \\color{red}{-12\\pi A_3\\sin 3\\pi t - 18 A_3\\pi^2 \\cos 3\\pi t \\cdot t + 12\\pi B_3 \\cos 3\\pi t -18 B_3 \\pi^2 \\sin 3\\pi t \\cdot t} &+ \\nonumber \\\\ \\color{blue}{+ 18\\pi^2 A_3 \\cos 3\\pi t \\cdot t + 18 \\pi^2 B_3 \\sin 3\\pi t \\cdot t} &= \\frac 4 {3\\pi}\\sin 3\\pi t \\nonumber \\\\ -12\\pi A_3\\sin 3\\pi t + 12\\pi B_3 \\cos 3\\pi t &= \\frac 4 {3\\pi}\\sin 3\\pi t \\nonumber\\\\ \\end{align}\n\nAnd method of undetermined coefficients gives us\n\n\\begin{align} -12\\pi A_3 &= \\frac 4 {3\\pi} \\implies A_3 = -\\frac{1}{9\\pi^2} \\nonumber \\\\ B_3 &= 0 \\nonumber \\end{align}\n\nNow we can go back to $(\\ref{ref:Fourier_DE_3})$ and complete the particular solution.\n\n$$\\underline{\\underline{x_p(t) = -\\frac{1}{9\\pi^2} \\cos 3\\pi t + \\sum_{n=1, n \\neq 3}^{\\text{odd}} \\frac{2}{n\\pi^3(9-n^2)} \\sin nt\\pi}}$$\n\nTo study resonancy and which frequencies are main when the system is loaded by $f(t)$, we have to evaluate the coefficients:\n\n\\begin{align} \\omega_{ 1} = \\pi:&\\hskip2em B_1 = 8.06\\times 10^{-3} \\nonumber \\\\ \\omega_{ 3} = 3\\pi:&\\hskip2em A_3 = -11.25\\times 10^{-3} \\nonumber \\\\ \\omega_{ 5} = 5\\pi:&\\hskip2em B_5 = -0.81\\times 10^{-3} \\nonumber \\\\ \\omega_{ 7} = 7\\pi:&\\hskip2em B_7 = -0.23\\times 10^{-3} \\nonumber \\\\ \\omega_{ 9} = 9\\pi:&\\hskip2em B_9 = -0.10\\times 10^{-3} \\nonumber \\\\ \\omega_{11} = 11\\pi:&\\hskip2em B_{11} = -0.05\\times 10^{-3} \\nonumber \\\\ \\end{align}\n\nList of chapters" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.7210159,"math_prob":0.99997413,"size":16260,"snap":"2020-24-2020-29","text_gpt3_token_len":5971,"char_repetition_ratio":0.15803395,"word_repetition_ratio":0.064129084,"special_character_ratio":0.38739237,"punctuation_ratio":0.079350494,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99999785,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-06-01T02:47:28Z\",\"WARC-Record-ID\":\"<urn:uuid:303d38e4-9695-4504-adbd-67576511aae4>\",\"Content-Length\":\"25920\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e31d42de-0c3f-4ce1-9378-4849d2ba732f>\",\"WARC-Concurrent-To\":\"<urn:uuid:2f879efc-5fc8-4881-9377-8e96d5eed12b>\",\"WARC-IP-Address\":\"185.183.8.130\",\"WARC-Target-URI\":\"https://structural-analyser.com/domains/DE/Fourier_DE/\",\"WARC-Payload-Digest\":\"sha1:6EQQ6LEJ6B5NVU3FAK5UTWHVVDLLBXWA\",\"WARC-Block-Digest\":\"sha1:DKALEZYDGPBKCWKNKFA2PYSU6SKICZK6\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-24/CC-MAIN-2020-24_segments_1590347413901.34_warc_CC-MAIN-20200601005011-20200601035011-00006.warc.gz\"}"}
https://ncert-books.com/ncert-solutions-for-class-12-maths-chapter-13-probability-ex-13-2/
[ "# NCERT Solutions for Class 12 Maths Chapter 13 Probability Ex 13.2\n\n## NCERT Solutions for Class 12 Maths Chapter 13 Probability Ex 13.2\n\nThe topics and sub-topics included in Chapter 13 Probability the following:\n\n Section Name Topic Name 13 Probability 13.1 Introduction 13.2 Conditional Probability 13.3 Multiplication Theorem on Probability 13.4 Independent Events 13.5 Bayes’ Theorem 13.6 Random Variables and its Probability Distributions 13.7 Bernoulli Trials and Binomial Distribution\n\nNCERT Solutions for Class 12 Maths Chapter 13 Probability 13.2 are part of NCERT Solutions for Class 12 Maths. Here we have given Class 12 Maths NCERT Solutions Probability Ex 13.2\n\nQuestion 1\nIf, P(A) =3/5 and P(B) =1/5 find P (A ∩ B) if A and B are independent events.\nSolution:", null, "Question 2.\nTwo cards are drawn at random and without replacement from a pack of 52 playing cards.Find the probability that both the cards are black.\nSolution:", null, "Question 3.\nA box of oranges is inspected by examining three randomly selected oranges drawn without replacement. If all the three oranges are good, the box is approved for sale otherwise it is rejected. Find the probability that a box containing 15 oranges out of which 12 are good and 3 are bad ones will be approved for sale.\nSolution:", null, "Question 4.\nA fair coin and an unbiased die are tossed. Let A be the event ‘head appears on the coin’ and B be the event ‘3 on the die’. Check whether A and B are independent events or not\nSolution:", null, "Question 5.\nA die marked 1,2,3 in red and 4,5,6 in green is tossed. Let A be the event, ‘the number is even’, and B be the event, ‘the number is red’. Are A and B independent?\nSolution:", null, "Question 6.\nLet E and F be the events with P(E) =", null, "$\\frac { 3 }{ 5 }$, P (F) =", null, "$\\frac { 3 }{ 10 }$and P (E ∩ F) =", null, "$\\frac { 1 }{ 5 }$. Are E and F independent?\nSolution:", null, "Question 7.\nGiven that the events A and B are such that P(A) =", null, "$\\frac { 1 }{ 2 }$,P(A∪B) =", null, "$\\frac { 3 }{ 5 }$and P(B) = p. Find p if they are\n(i) mutually exclusive\n(ii) independent.\nSol:", null, "Question 8.\nLet A and B independent events P(A) = 0.3 and P(B) = 0.4. Find\n(i) P(A∩B)\n(ii) P(A∪B)\n(iii) P (A | B)\n(iv) P(B | A)\nSolution:", null, "Question 9.\nIf A and B are two events, such that P (A) =", null, "$\\frac { 1 }{ 4 }$, P(B) =", null, "$\\frac { 1 }{ 2 }$,and P(A∩B) =", null, "$\\frac { 1 }{ 8 }$.Find P (not A and not B)\nSolution:", null, "Question 10\nEvents A and B are such that\nP(A) =", null, "$\\frac { 1 }{ 2 }$,P(B) =", null, "$\\frac { 7 }{ 12 }$and P (not A or not B) =", null, "$\\frac { 1 }{ 4 }$. State whether A and Bare independent\nSolution:", null, "Question 11\nGiven two independent events A and B such that P (A) = 0.3, P(B) = 0.6. Find\n(i) P(A and B)\n(ii) P(A and not B)\n(iii) P (A or B)\n(iv) P (neither A nor B)\nSolution:", null, "Question 12\nA die is tossed thrice. Find the probability of getting an odd number at least once.\nSolution:", null, "Question 13\nTwo balls are drawn at random with replacement from a box containing 10 black and 8 red balls. Find the probability that\n(i) both balls are red.\n(ii) the first ball is “black and the second is red.\n(iii) one of them is black and other is red.\nSolution:", null, "Question 14\nProbability of solving specific problem independently by A and B are", null, "$\\frac { 1 }{ 2 }$and", null, "$\\frac { 1 }{ 3 }$respectively. If both try to solve the problem independently, find the probability that\n(i) the problem is solved\n(ii) exactly one of them solves the problem.\nSolution:", null, "Question 15\nOne card is drawn at random from a well-shuffled deck of 52 cards. In which of the following cases are the events E and F independent?\n(i) E: ‘the card drawn is a spade’\nF: ‘the card drawn is an ace ’\n(ii) E: ‘the card drawn is black’\nF: ‘the card drawn is a king’\n(iii) E: ‘the card drawn is a king or queen ’\nF: ‘the card drawn is a queen or jack ’.\nSolution:", null, "", null, "Question 16\nIn a hostel, 60% of the students read Hindi newspaper, 40% read English newspaper and 20% read both Hindi and English newspapers. A student is selected at random\n(a) Find the probability that she reads neither Hindi nor English newspapers.\n(b) If she reads Hindi newspaper, find the probability that she reads english newspapers.\n(c) If she reads English newspaper, find the probability that she reads Hindi newspaper.\nSolution:", null, "Choose the correct answer in the following Question 17 and 18:\n\nQuestion 17\nThe probability of obtaining an even prime number on each die when a pair of dice is rolled is\n(a) 0\n(b)", null, "$\\frac { 1 }{ 3 }$\n(c)", null, "$\\frac { 1 }{ 12 }$\n(d)", null, "$\\frac { 1 }{ 36 }$\nSolution:", null, "Question 18\nTwo events A and B are said to be independent, if\n(a) A and B are mutually exclusive\n(b) P(A’B’) = [1 – P(A)] [1 – P(B)]\n(c) P(A) = P(B)\n(d) P (A) + P (B) = 1\nSolution:", null, "+" ]
[ null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Class-12-Maths-NCERT-Solutions-Chapter-13-Probability-Ex-13.2-Q-1.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Class-12-Maths-NCERT-Solutions-Chapter-13-Probability-Ex-13.2-Q-2.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Class-12-Maths-NCERT-Solutions-Chapter-13-Probability-Ex-13.2-Q-3.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Class-12-Maths-NCERT-Solutions-Chapter-13-Probability-Ex-13.2-Q-4.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Maths-Class-12-NCERT-Solutions-Chapter-13-Probability-Ex-13.2-Q-5.png", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Maths-Class-12-NCERT-Solutions-Chapter-13-Probability-Ex-13.2-Q-6.png", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Maths-Class-12-NCERT-Solutions-Chapter-13-Probability-Ex-13.2-Q-7.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Maths-Class-12-NCERT-Solutions-Chapter-13-Probability-Ex-13.2-Q-8.png", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-for-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q9.png", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-for-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q-10.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-for-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q-11.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-for-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q-12.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q-13.png", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q-14.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q-15.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q-15-i.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/NCERT-Solutions-Class-12-Maths-Chapter-13-Probability-Ex-13.2-Q-16.png", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://s0.wp.com/latex.php", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Probability-Class-12-Maths-NCERT-Solutions-Ex-13.2-Q-17.png", null, "https://i0.wp.com/www.learncbse.in/wp-content/uploads/2018/12/Probability-Class-12-Maths-NCERT-Solutions-Ex-13.2-Q-18.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.89796776,"math_prob":0.99100584,"size":3936,"snap":"2023-40-2023-50","text_gpt3_token_len":1098,"char_repetition_ratio":0.17955239,"word_repetition_ratio":0.06584362,"special_character_ratio":0.2855691,"punctuation_ratio":0.10941176,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99975437,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],"im_url_duplicate_count":[null,1,null,1,null,1,null,1,null,1,null,null,null,null,null,null,null,1,null,null,null,null,null,1,null,1,null,null,null,null,null,null,null,1,null,null,null,null,null,null,null,1,null,1,null,1,null,1,null,null,null,null,null,1,null,1,null,1,null,1,null,null,null,null,null,null,null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-26T15:56:16Z\",\"WARC-Record-ID\":\"<urn:uuid:e7caf46b-4aaa-4fd5-8dac-a610965bef04>\",\"Content-Length\":\"194656\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:668e6c6d-9d0f-4404-b1e4-93fef47d31d1>\",\"WARC-Concurrent-To\":\"<urn:uuid:0e899d67-ace2-4fc3-ac04-2e59185d3006>\",\"WARC-IP-Address\":\"191.101.104.253\",\"WARC-Target-URI\":\"https://ncert-books.com/ncert-solutions-for-class-12-maths-chapter-13-probability-ex-13-2/\",\"WARC-Payload-Digest\":\"sha1:K4233PHBEWHAI23RIJUOZUOMHBWOASIO\",\"WARC-Block-Digest\":\"sha1:VLDOLTWXJNX4PD4J3VR24TITIEIGHAE3\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233510214.81_warc_CC-MAIN-20230926143354-20230926173354-00087.warc.gz\"}"}
https://digitalcommons.lsu.edu/gradschool_theses/2678/
[ "## LSU Master's Theses\n\n#### Identifier\n\netd-11152007-173114\n\n#### Degree\n\nMaster of Science in Mechanical Engineering (MSME)\n\n#### Department\n\nMechanical Engineering\n\nThesis\n\n#### Abstract\n\nThe static and dynamic analysis of structures requires us to obtain solutions of their espective governing differential equations subject to appropriate boundary conditions. The dynamic analysis of non-uniform continuous structures is of primary interest, as most traditional methods take the help of discrete models to analyze them. Well established discrete model methods lead to an algebraic eigenvalue problem, the characteristic equation associated with which is a polynomial. The spectral characteristics of a continuous system nevertheless are represented by transcendental functions and cannot be approximated by polynomials efficiently. Hence finite dimensional discrete models are not capable of predicting the response of continuous systems irrespective of the model order used. In this research, a new low order analytical model is developed which approximates the dynamic behavior of the continuous system accurately. The idea here is to replace a non-uniform continuous system by a set of continuous system with piecewise constant physical properties. Such approximations lead to a transcendental eigenvalue problem, i.e. a problem with transcendental characteristic equation. A numerical method has been developed to solve such eigenvalue problems. The spectrum of non-uniform rods and beams are approximated with fair accuracy by solving the corresponding transcendental eigenvalue problem. This mathematical model is extended to reconstruct non-uniform rods and beams using a linear polynomial approximation of piecewise area. A piecewise tapered approximation of the physical parameters in non-uniform rods and beams leads to better accuracy in the solution. The ability to use higher order area functions as basic building blocks profoundly reduces the model order when using the mathematical model to analyze complex geometries. To further study the impact of this method in various problems of engineering the buckling of thin rectangular plates with stepped thickness has been analyzed and compared with the finite element solution. The transcendental eigenvalue method leads to the reduction in matrix sizes when compared with discrete model methods, thus making the solution computationally viable. Finally the transcendental eigenvalue problem associated with the active control of vibration in discrete mass-spring-damper systems has been developed and the proposed mathematical method has been applied.\n\n2007\n\n#### Document Availability at the Time of Submission\n\nRelease the entire work immediately for access worldwide.\n\nYitshak M. Ram\n\nCOinS" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9129485,"math_prob":0.86380327,"size":2946,"snap":"2020-45-2020-50","text_gpt3_token_len":533,"char_repetition_ratio":0.111828685,"word_repetition_ratio":0.0,"special_character_ratio":0.16429056,"punctuation_ratio":0.075723834,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9891867,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-10-31T05:29:17Z\",\"WARC-Record-ID\":\"<urn:uuid:b496daf9-1352-47fc-aadd-babe8958facc>\",\"Content-Length\":\"41348\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8325d334-412a-4e2d-ad44-0a343ea65525>\",\"WARC-Concurrent-To\":\"<urn:uuid:8737be11-dda4-46a9-9a12-91e0d9f48e33>\",\"WARC-IP-Address\":\"13.57.92.51\",\"WARC-Target-URI\":\"https://digitalcommons.lsu.edu/gradschool_theses/2678/\",\"WARC-Payload-Digest\":\"sha1:LKDEF3RJYZHMRLSK4DQTL5ZCMHWS455Z\",\"WARC-Block-Digest\":\"sha1:2YP7NKN2TIUPLGZASWGHG7O4DPRFXOI6\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-45/CC-MAIN-2020-45_segments_1603107912807.78_warc_CC-MAIN-20201031032847-20201031062847-00113.warc.gz\"}"}
http://worldheritage.org/articles/eng/Solar_mass
[ "# Solar mass\n\n### Solar mass", null, "Size and mass of very large stars: Most massive example, the blue Pistol Star (150 M). Others are Rho Cassiopeiae (40 M), Betelgeuse (20 M), and VY Canis Majoris (17 M). The Sun (1 M) which is not visible in this thumbnail is included to illustrate the scale of example stars. Earth's orbit (grey), Jupiter's orbit (red), and Neptune's orbit (blue) are also given.\n\nThe solar mass (M) is a standard unit of mass in astronomy that is used to indicate the masses of other stars, as well as clusters, nebulae and galaxies. It is equal to the mass of the Sun, about two nonillion kilograms:\n\nM = (1.98855±0.00025)×1030 kg\n\nThe above mass is about 332946 times the mass of the Earth (M), or 1048 times the mass of Jupiter (MJ).\n\nBecause the Earth follows an elliptical orbit around the Sun, its solar mass can be computed from the equation for the orbital period of a small body orbiting a central mass. Based upon the length of the year, the distance from the Earth to the Sun (an astronomical unit or AU), and the gravitational constant (G), the mass of the Sun is given by:\n\nM_\\odot = \\frac{4 \\pi^2 \\times (1\\,\\mathrm{AU})^3}{G \\times (1\\,\\mathrm{yr})^2}\n\nThe value of the gravitational constant was first derived from measurements that were made by Henry Cavendish in 1798 with a torsion balance. The value he obtained differs by only 1% from the modern value. The diurnal parallax of the Sun was accurately measured during the transits of Venus in 1761 and 1769, yielding a value of 9″ (9 arcseconds, compared to the present 1976 value of 8.794148). If we know the value of the diurnal parallax, we can determine the distance to the Sun from the geometry of the Earth.\n\nThe first person to estimate the mass of the Sun was Isaac Newton. In his work Principia, he estimated that the ratio of the mass of the Earth to the Sun was about 1/28 700. Later he determined that his value was based upon a faulty value for the solar parallax, which he had used to estimate the distance to the Sun (1 AU). He corrected his estimated ratio to 1/169 282 in the third edition of the Principia. The current value for the solar parallax is smaller still, yielding an estimated mass ratio of 1/332 946.\n\nAs a unit of measurement, the solar mass came into use before the AU and the gravitational constant were precisely measured. This is because the relative mass of another planet in the Solar System or the combined mass of two binary stars can be calculated in units of Solar mass directly from the orbital radius and orbital period of the planet or stars using Kepler's third law, provided that orbital radius is measured in astronomical units and orbital period is measured in years.\n\nThe mass of the Sun has decreased since the time it formed. This has occurred through two processes in nearly equal amounts. First, in the Sun's core hydrogen is converted into helium by nuclear fusion, in particular the pp chain, and this reaction converts some mass into energy in the form of gamma ray photons. Most of this energy eventually radiates away from the Sun. Second, high-energy protons and electrons in the atmosphere of the Sun are ejected directly into outer space as a solar wind.\n\nThe original mass of the Sun at the time it reached the main sequence remains uncertain. The early Sun had much higher mass-loss rates than at present, so it may have lost anywhere from 1–7% of its natal mass over the course of its main-sequence lifetime. The Sun gains a very small mass through the impact of asteroids and comets; however the Sun already holds 99.86% of the Solar System's total mass, so these impacts cannot offset the mass lost by radiation and ejection.\n\n## Contents\n\n• Related units 1" ]
[ null, "http://images.worldlibrary.net/articles/eng/File:Rho_Cassiopeiae_Sol_VY_Canis_Majoris.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8944285,"math_prob":0.96248084,"size":5033,"snap":"2020-10-2020-16","text_gpt3_token_len":1301,"char_repetition_ratio":0.1264665,"word_repetition_ratio":0.040141676,"special_character_ratio":0.27081263,"punctuation_ratio":0.13293651,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9892664,"pos_list":[0,1,2],"im_url_duplicate_count":[null,5,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-04-01T07:37:34Z\",\"WARC-Record-ID\":\"<urn:uuid:f1bf7740-da0f-4520-ae9e-44d349a04cb0>\",\"Content-Length\":\"136134\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:6dbb5263-7573-4e1d-85df-d1f2c8737fb9>\",\"WARC-Concurrent-To\":\"<urn:uuid:0f56ae25-c925-4df4-9d86-c57401979f8c>\",\"WARC-IP-Address\":\"66.27.42.21\",\"WARC-Target-URI\":\"http://worldheritage.org/articles/eng/Solar_mass\",\"WARC-Payload-Digest\":\"sha1:IWNFFG2SYGYFOLZVJS2BOYHB5J4VYSCE\",\"WARC-Block-Digest\":\"sha1:6I7SPRE3K2AQJ5KKAG2EWXEBI2CHV4YI\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-16/CC-MAIN-2020-16_segments_1585370505550.17_warc_CC-MAIN-20200401065031-20200401095031-00396.warc.gz\"}"}
https://www.maplesoft.com/support/help/maple/view.aspx?path=examples%2FCalculus1Integration
[ "", null, "Calculus 1: Integration - Maple Programming Help\n\nHome : Support : Online Help : Education : Student Packages : Calculus 1 : Example Worksheets : examples/Calculus1Integration\n\nCalculus 1:  Integration\n\nThe Student[Calculus1] package contains two routines that can be used to both work with and visualize the concepts of approximating integrals and antiderivatives.  This worksheet demonstrates this functionality.\n\nFor further information about any command in the Calculus1 package, see the corresponding help page.  For a general overview, see Calculus1.\n\nGetting Started\n\nWhile any command in the package can be referred to using the long form, for example, Student[Calculus1][ApproximateInt],  it is easier, and often clearer, to load the package, and then use the short form command names.\n\n > $\\mathrm{restart}$\n > $\\mathrm{with}\\left(\\mathrm{Student}\\left[\\mathrm{Calculus1}\\right]\\right):$\n\nThe following sections show how the routines work.\n\nMain: Visualization\n\nPrevious: Applications of Derivatives" ]
[ null, "https://bat.bing.com/action/0", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.73742235,"math_prob":0.92245513,"size":2857,"snap":"2020-10-2020-16","text_gpt3_token_len":730,"char_repetition_ratio":0.14686295,"word_repetition_ratio":0.0,"special_character_ratio":0.18375918,"punctuation_ratio":0.16318786,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98810464,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-04-01T02:52:59Z\",\"WARC-Record-ID\":\"<urn:uuid:3b8cf5bf-f825-4fb7-8b11-81f69427b5c0>\",\"Content-Length\":\"196393\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:37c76376-f733-4376-8556-232ab3919d70>\",\"WARC-Concurrent-To\":\"<urn:uuid:3f59c103-ddb5-41e7-b48f-18b89f3c81e5>\",\"WARC-IP-Address\":\"199.71.183.28\",\"WARC-Target-URI\":\"https://www.maplesoft.com/support/help/maple/view.aspx?path=examples%2FCalculus1Integration\",\"WARC-Payload-Digest\":\"sha1:RXQXCKRAFBWTWAOGGV4TDHYDHDXYUUWG\",\"WARC-Block-Digest\":\"sha1:IB37ZYVIS6UT5MPO3L666YW6MWXUWREL\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-16/CC-MAIN-2020-16_segments_1585370505359.23_warc_CC-MAIN-20200401003422-20200401033422-00533.warc.gz\"}"}
https://coq.gitlab.io/zulip-archive/stream/237977-Coq-users/topic/contra.20statement.20.3F.html
[ "## Stream: Coq users\n\n### Topic: contra statement ?\n\n####", null, "zohaze (Nov 09 2021 at 15:01):\n\nI have these three hypothesis . These are contradictory statements, we can prove it ?\nH1 : a > nth 0 l 0\nH2 : max a (list_max l) <= a\n\n####", null, "Laurent Théry (Nov 12 2021 at 13:14):\n\nIf I that `a = 2` and `l = 1 :: nil`, we have both `a > nth 0 l 0` and `max a (list_max l) <= a`\n\n####", null, "sara lee (Nov 13 2021 at 08:40):\n\nWhen we say list is not empty, then we should write a::l instead of writing l in the hypothesis?(which shows at least one element a is present in the list)\n\n####", null, "zohaze (Nov 13 2021 at 08:42):\n\nI forget to write H3: a <= max a (list_max l). From H2 & H3 it is clear that max a (list_max l) = a. Now it is possible to prove contradiction among two(H1 : a > nth 0 l 0 & H2 : max a (list_max l) <= a)?\n\n####", null, "Christian Doczkal (Nov 13 2021 at 12:09):\n\nEven with `H3`, if you have `l = nil`, then `list_max l = 0` so for any `a > 0`, all three assumptions are true, and there is no contradiction. Do you also have `l <> nil`?\n\n####", null, "zohaze (Nov 14 2021 at 17:36):\n\nYes,l have non empty list and max a (list_max l) <>0 . From S (length l) >0 we can derive length l >0 ? Would you like to answer sara's question also? Is there any problem if we say list is non empty then use l instead of a::l in the code?\n\nLast updated: Jan 29 2023 at 06:02 UTC" ]
[ null, "https://coq.gitlab.io/zulip-archive/icon.svg", null, "https://coq.gitlab.io/zulip-archive/icon.svg", null, "https://coq.gitlab.io/zulip-archive/icon.svg", null, "https://coq.gitlab.io/zulip-archive/icon.svg", null, "https://coq.gitlab.io/zulip-archive/icon.svg", null, "https://coq.gitlab.io/zulip-archive/icon.svg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8118236,"math_prob":0.899855,"size":1025,"snap":"2022-40-2023-06","text_gpt3_token_len":322,"char_repetition_ratio":0.13516161,"word_repetition_ratio":0.08189655,"special_character_ratio":0.34146342,"punctuation_ratio":0.132,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9888987,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-01-29T06:20:53Z\",\"WARC-Record-ID\":\"<urn:uuid:ec352045-b7a2-45ea-b8d0-691f301762da>\",\"Content-Length\":\"4743\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ce9b7574-d2a4-4a82-8538-8752ba83d52c>\",\"WARC-Concurrent-To\":\"<urn:uuid:c8517ac4-7a6f-4fc4-8db8-d16ee415f379>\",\"WARC-IP-Address\":\"35.185.44.232\",\"WARC-Target-URI\":\"https://coq.gitlab.io/zulip-archive/stream/237977-Coq-users/topic/contra.20statement.20.3F.html\",\"WARC-Payload-Digest\":\"sha1:MEOC2K77W34M7VWAU4UTKHSURRAGCWHZ\",\"WARC-Block-Digest\":\"sha1:U3VVVQROHTOH3DX4YS7NRBUYD763NBXE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-06/CC-MAIN-2023-06_segments_1674764499700.67_warc_CC-MAIN-20230129044527-20230129074527-00085.warc.gz\"}"}
https://www.arxiv-vanity.com/papers/1512.06787/
[ "# The 750 GeV diphoton excess at the LHC and dark matter constraints\n\nXiao-Jun Bi    Qian-Fei Xiang    Peng-Fei Yin    Zhao-Huan Yu Key Laboratory of Particle Astrophysics, Institute of High Energy Physics, Chinese Academy of Sciences, Beijing 100049, China ARC Centre of Excellence for Particle Physics at the Terascale, School of Physics, The University of Melbourne, Victoria 3010, Australia\n###### Abstract\n\nThe recent reported 750 GeV diphoton excess at the 13 TeV LHC is explained in the framework of effective field theory assuming the diphoton resonance is a scalar (pseudoscalar) particle. It is found that the large production rate and the broad width of this resonance are hard to be simultaneously explained if only visible final states are considered. Therefore an invisible decay channel to dark matter (DM) is strongly favored by the diphoton resonance with a broad width, given a large coupling of the new scalar to DM. We set constraints on the parameter space in this scenario using the results from LHC Run 1, DM relic density, and DM direct and indirect detection experiments. We find that the DM searches can exclude a large portion of the parameter regions accounting for the diphoton excess with a broad width.\n\n###### pacs:\n95.35.+d,12.60.-i\n\\setstretch\n\n1.2\n\n## I Introduction\n\nA great success of LHC Run 1 is the discovery of the 125 GeV Higgs boson in the Standard Model (SM). With a higher collision energy of 13 TeV, LHC Run 2 is ideal for probing heavy exotic particles in new physics beyond the Standard Model (BSM). Recently, the CMS and ATLAS collaborations have reported their results based on Run 2 data with an integrated luminosity of  ATLAS:2015diphoton ; CMS:2015dxe ; LHC:201512seminar . As the majority of Run 2 searches have not detected exotic signatures, their results have been used to set limits on BSM models, most of which are stronger than those from Run 1 searches. Some anomalies found in Run 1, such as the diboson excess, have not yet been confirmed by the latest Run 2 searches LHC:201512seminar .\n\nHowever, some surprising results have been provided from diphoton resonance searches. Based on a data set of , the ATLAS collaboration found an excess in the diphoton invariant mass distribution around 750 GeV, with a local (global) significance of (ATLAS:2015diphoton . A fit to data suggested that this excess could be due to a resonance with a width of about 45 GeV. A similar excess at has also been reported by the CMS collaboration based on data, with a lower local (global) significance of 2.6 (1.2CMS:2015dxe . Both collaborations claimed that this excess was not excluded by Run 1 data, because of the large uncertainties in this energy range.\n\nThis excess may be just due to statistical fluctuation, as many other disappeared anomalies in high energy physics experiments. Future LHC searches with more data are required to confirm its existence. Undoubtedly, if it is true, it would become the beginning of an epoch of BSM physics. According to the Landau-Yang theorem Landau:1948kw ; Yang:1950rg , a particle decaying into two photons cannot be of spin-1, implying that this 750 GeV resonance should be either a spin-0 or spin-2 particle. Spin-2 tensor fields can be realized in BSM physics related to gravity. For instance, this particle may be an excitation of the graviton in the Randall-Sundrum model. However, this kind of interpretations suffer stringent constraints CMS:2015dxe .\n\nMany studies on the diphoton excess assuming a scalar or pseudoscalar resonance have appeared soon after the reports D'Eramo:2016mgv ; Csaki:2016raa ; Hamada:2015skp ; Bai:2015nbs ; Falkowski:2015swt ; Chakrabortty:2015hff ; Alves:2015jgx ; Csaki:2015vek ; Bian:2015kjt ; Curtin:2015jcv ; Fichet:2015vvy ; Chao:2015ttq ; Demidov:2015zqn ; No:2015bsn ; Becirevic:2015fmu ; Agrawal:2015dbf ; Ahmed:2015uqt ; Cox:2015ckc ; Kobakhidze:2015ldh ; Cao:2015pto ; Dutta:2015wqh ; Petersson:2015mkr ; Low:2015qep ; McDermott:2015sck ; Molinaro:2015cwg ; Gupta:2015zzs ; Ellis:2015oso ; Buttazzo:2015txu ; Knapen:2015dap ; Franceschini:2015kwy ; DiChiara:2015vdm ; Nakai:2015ptz ; Angelescu:2015uiz ; Backovic:2015fnp ; Mambrini:2015wyu ; Harigaya:2015ezk ; Bellazzini:2015nxw ; Dhuria:2015ufo . This resonance, which is denoted as hereafter, can be realized as an axion or composite Higgs boson in models with new strong dynamics, as well as an exotic Higgs boson with weak coupling. The cross section of the signal is of . In general, Higgs-photon couplings induced by top and loops are suppressed. Therefore, heavy Higgs bosons in ordinary two Higgs doublet models (including Higgs bosons in the MSSM) could not account for this excess with such a large production rate Angelescu:2015uiz ; Buttazzo:2015txu ; DiChiara:2015vdm . Thus the excess may suggest the existence of new charged and colored particles coupled to . Furthermore, the broad width of suggested by the ATLAS analysis is also a challenge for model building. On the other hand, the CMS fit seems to favor a narrower width, but the signal significance is too low. Nevertheless, current data with low statistics could not give a final conclusion.\n\nIn this work, we attempt to provide an interpretation of the diphoton excess in the context of effective field theory. We find that in order to explain the diphoton production rate, large couplings to gluons and photons are required. Considering the constraints from resonance searches of LHC Run 1, it is challenging to achieve a broad decay width, if only the visible decay final states, such as dijet, , , and , are taken into account. This implies that there may be some invisible decay channels. An appealing and interesting possibility is that can decay into dark matter (DM) particles, which compose of the Universe energy but leave no energy deposit in the ATLAS and CMS detectors. Thus it is straightforward to assume a scenario where is a portal between DM and SM particles, i.e., DM particles interact with SM particles through the scalar (pseudoscalar) particle.\n\nConstraints on this scenario are investigated in this work. We consider the limits from the LHC monojet search Aad:2015zva , the DM relic density measurement Ade:2015xua , DM direct detection results from the LUX experiment Akerib:2013tjd , and indirect detection results from the Fermi-LAT Ackermann:2012qk ; Ackermann:2015zua ; Ackermann:2015lka and HESS Abramowski:2013ax -ray observations, and the AMS-02 measurement of the ratio of cosmic-ray antiproton and proton fluxes AMS02pp . The expected exclusion limit of XENON1T Aprile:2015uzo is also used to show the sensitivity of future direct detection experiments. We find that these DM experiments set strong constraints on the model parameter space, and that most of the parameter regions accounting for the diphoton signal have been excluded or can be explored.\n\nThis paper is organized as follows. In Sec. II, we provide an interpretation to the diphoton excess in the context of effective field theory and consider the constraints from LHC Run 1 data. In Sec. III, the constraints from DM relic density and direct/indirect detection experiments on the model parameter space are discussed. Finally we give a conclusion in Sec. IV.\n\n## Ii Interpretation of the diphoton signal and LHC constraints\n\nAs there is no measurement on the CP property of at this moment, can be either a CP-even scalar or CP-odd pseudoscalar. In principle, its production could be initiated by annihilation, fusion, and electroweak vector boson fusion. Since LHC is a machine, fusion has higher luminosity than annihilation after considering parton distribution functions. production via fusion is most probably a loop process, like the SM Higgs case, where the major contribution comes from the top quark loop. decay into diphoton can be mediated by loops of charged fermions and bosons. However, LHC Run 1 data have given constraints on its direct couplings to SM particles Chatrchyan:2013lca ; Aad:2015kna ; Khachatryan:2015cwa ; Aad:2015agg ; Aad:2015mna ; CMS:2014onr ; Aad:2014aqa , such as\n\n σpp→ϕBr(ϕ→t¯t)<550 fb, (1) σpp→ϕBr(ϕ→ZZ)<12 fb, (2) σpp→ϕBr(ϕ→W+W−)<40 fb, (3) σpp→ϕBr(ϕ→Zγ)<4 fb, (4) σpp→ϕBr(ϕ→jj)<2.5 pb, (5)\n\nat 95% CL for . Therefore, the contributions to from the top and loops are stringently constrained and unlikely to account for the diphoton excess with a cross section of . In order to increase the cross section, some extra vector-like charged fermions may be required to induce a large effective coupling Angelescu:2015uiz ; Dutta:2015wqh .\n\nIf these new fermions are heavy enough, they can be integrated out and the loop processes become contact interactions. Consequently, the interactions between and gauge bosons can be described by some dimension-5 effective operators. Assuming CP conservation, the effective operators can be given by\n\n L0+=ϕΛ(k1BμνBμν+k2WaμνWaμν+k3GaμνGaμν) (6)\n\nfor a CP-even , and\n\n L0−=ϕΛ(k1Bμν~Bμν+k2Waμν~Waμν+k3Gaμν~Gaμν) (7)\n\nfor a CP-odd . , , and are parameters describing the effective couplings between and SM gauge fields of the , , and groups, respectively. is a cutoff energy scale set by UV theory, and will be taken as a typical value of for simplicity.\n\nIn order to respect SM gauge symmetry, the Lagrangians (6) and (7) are expressed by gauge eigenstates. In terms of the physical fields (photon) and , the effective interactions become\n\n L0+ ⊃ ϕΛ(kAAAμνAμν+kAZAμνZμν+kZZZμνZμν), (8) L0− ⊃ ϕΛ(kAAAμν~Aμν+kAZAμν~Zμν+kZZZμν~Zμν), (9)\n\nwhere , , and\n\n kAA ≡ k1c2W+k2s2W, (10) kAZ ≡ 2sWcW(k2−k1), (11) kZZ ≡ k1s2W+k2c2W. (12)\n\nwith and . We can see that the and couplings generally accompany the coupling.\n\nUnder the narrow width approximation, the production cross section for can be estimated by Agashe:2014kda\n\n dσdE≃2J+1(2S1+1)(2S2+1)2π2k2ΓinΓoutΓϕδ(E−mϕ), (13)\n\nwhere is the center-of-mass energy of the system and is the momentum of one of the initial particles. and are the polarization states of the initial particles. is the spin of the resonance. is the total decay width of the resonance. and are the partial widths for the resonance decaying into initial states and final states, respectively. For the process , the production cross section depends on a factor of .\n\nThe partial widths of and are independent of the CP property of and given by\n\n Γγγ = k2AAm3ϕ4πΛ2=3.4 MeV(kAA0.01)2(Λ1 TeV)−2(mϕ750 GeV)3, (14) Γgg = 2k23m3ϕπΛ2=27 MeV(k30.01)2(Λ1 TeV)−2(mϕ750 GeV)3. (15)\n\nAs an illuminating case, we may set , i.e., assume that the coupling only comes from the coupling to the gauge field. Then the and partial widths can be estimated as\n\n ΓZZ ∼ tan4θWΓγγ∼0.09Γγγ, (16) ΓZγ ∼ 2tan2θWΓγγ∼0.6Γγγ. (17)\n\nCompared with the 8 TeV upper limits (2) and (4), one can easily see that the diphoton excess signal would not be constrained by Run 1 data in this case. The total decay width can be given by\n\n Γϕ = Γgg+Γγγ+ΓZZ+ΓZγ∼Γgg+1.7Γγγ∝k23+0.13k21. (18)\n\nThus, for fusion production, is predominantly determined by a factor of\n\n ΓggΓγγΓϕ∝k23k21k23+0.13k21. (19)\n\nAs the diphoton production cross section through an -channel is under the narrow width approximation, we can separate the cross section calculation into two parts, i.e., 1-body production cross section and decay branching ratio. Other channels can be dealt with in a similar way. We calculate the production cross section with the simulation code Madgraph 5 Alwall:2014hca , to which the effective Lagrangian is added through FeynRules FeynRules . As fusion production would be important when the coupling is much larger than the coupling Franceschini:2015kwy ; Fichet:2015vvy ; Csaki:2015vek ; Csaki:2016raa , we include both fusion and fusion to compute the production cross section, using the parton distribution function set NNPDF2.3 with QED corrections Ball:2013hta . In the rest of this section, we only consider the case of CP-even . The results for CP-odd are similar.", null, "Figure 1: Contours of σγγ at √s=13 TeV (blue dashed lines) and Γϕ (red dashed lines) for a CP-even ϕ. The left (right) panel corresponds to k2=0 (k1=0) and Λ=1 TeV. The green band denotes the favored range σγγ∼5−20 fb at √s=13 TeV. Also shown are the 8 TeV LHC constraints from the ZZ (red solid line), W+W− (black dashed line), γZ (dark green solid line), and dijet (black solid line) channels. The constraints from 8 TeV LHC diphoton resonance searches are indicated by magenta solid lines, where the lower (upper) one corresponds to the assumption of Γϕ=0.1 (75) GeV. The arrows denote the directions of exclusion.\n\nWe present the contours of at and for in the - plane in the left panel of Fig. 1. For large , the contours tend to be parallel with x-axis. This behavior can be easily understood from Eq. (19). For , fusion dominates, and is also independent of . It can be seen that a wide region in the parameter space can satisfy the desired values, . However, in order to simultaneously obtain and , should be as large as , where the channel dominates in decays.\n\n8 TeV LHC diphoton resonance searches give the constraints Khachatryan:2015qba\n\n σpp→ϕBr(ϕ→γγ)<1.5 fb%forΓϕ=0.1 GeV (20)\n\nand\n\n σpp→ϕBr(ϕ→γγ)<2.4 fb%forΓϕ=75 GeV (21)\n\nat 95% CL. They are also plotted in Fig. 1 with magenta solid lines, where the lower (upper) one corresponds to . It seems that the fusion dominant interpretation is incompatible with LHC Run 1 data.\n\nIn many UV models, the interaction between and gauge bosons are induced through loop diagrams containing new charged and colored vector-like fermions. Hence the effective couplings and can be approximately expressed as\n\n kAA∼α4πNcNfIγγ(m2ϕ/4m2f),k3∼αs4πNfIgg(m2ϕ/4m2f), (22)\n\nwhere the functions denote loop factors, is a typical fermion mass, and are the flavor and color number of the new fermions. Therefore, in order to have a large that is greater than , a very large is needed, which may not be reasonable. Furthermore, a large coupling would induce a significant dijet resonance signal via , which could conflict with LHC Run 1 data. The 8 TeV dijet constraint is also plotted in the left panel of Fig. 1, from which we can see that it excludes the possibility of simultaneously having and for .\n\nOn the other hand, we can fixed and assume that the coupling solely comes from the coupling to the gauge field. The result is shown in the right panel of Fig. 1. We find that the situation becomes worse, as the Run 1 constraints from the , , and channels has already excluded the region for desired .", null, "Figure 2: σγγ at √s=13 TeV as functions of 1−BR(ϕ→χχ) for different values of k1 or k3 assuming k2=0 and Λ=1 TeV in the case of CP-even ϕ. Here Γϕ has been set to be 45 GeV. The green band denotes the favored range σγγ∼5−20 fb.\n\nTherefore, we can conclude that the Run 2 diphoton excess indicates that there should be a large branching ratio into invisible final states, whose most tempting candidate is the DM particle . For , the required branching ratio into DM particles is , with denoting the total width of visible channels. In Fig. 2 we demonstrate as a function of for . We assume and plot two sets of lines with either or fixed. When () is fixed, we can obtain the required by adjusting () and and then derive the value of . It can be seen that the broad width can be accommodated for moderate values of when is dominant.", null, "Figure 3: σ(pp→ϕ→χχ) at √s=13 TeV as functions of Γϕ for different values of k1 assuming k2=0 and Λ=1 TeV in the case of CP-even ϕ. Here σγγ has been set to be 10 fb. The shaded region is excluded by the 8 TeV monojet search.\n\nThe invisible channel is actually constrained by searches in Run 1, where denotes transverse missing energy. The 8 TeV ATLAS monojet analysis Aad:2015zva with an integrated luminosity of is adopted to give this constraint. In order to take into account the acceptance and efficiency of the signal regions in the ATLAS analysis, We simulate the process with MadGraph 5, PYTHIA 6 PYTHIA , and Delphes Delphes and apply the same cut conditions in each signal region. It turns out that the signal region SR6 gives the most stringent constraint. Thus we obtain a 95% CL upper limit on the cross section at :\n\n σpp→ϕBr(ϕ→χχ)<0.39 pb. (23)\n\nThis 8 TeV limit can be translated to an upper limit on at , which is when fusion is dominant.\n\nIn Fig. 3, we show at 13 TeV as functions of the total decay width for different values of assuming . Here has been set to be . We find that is basically proportional to , as is actually the dominant decay channel in these cases. Besides, a smaller requires a larger to give a broad total width, but it is easier to be excluded by the monojet search.\n\n## Iii Dark matter searches\n\nIn the previous section, we have shown that a broad scalar resonance accounting for the diphoton excess should have a large branching ratio into invisible decay modes. An appealing assumption is that the invisible channel is into DM particles. In this scenario, the diphoton excess would have a strong correlation with DM phenomenology.\n\nIn this section, we discuss constraints on the parameter space from DM searches. We consider three types of DM particles, i.e., Majorana fermion, real scalar, and real vector. They couple to , which serves as a DM portal to SM particles. Below we study 4 simplified models with respect to CP conservation. In Model M1, we assume is CP-even and is a Majorana fermion, and the Lagrangian with interaction and mass terms is\n\n LM1=L0++12gχϕ¯χχ−12m2ϕϕ2−12mχ¯χχ. (24)\n\nModel M2 also contains a Majorana fermion , but a CP-odd :\n\n LM2=L0−+12gχϕ¯χiγ5χ−12m2ϕϕ2−12mχ¯χχ. (25)\n\nIn Model S, we consider a real scalar with a CP-even :\n\n LS=L0++12gχϕχ2−12m2ϕϕ2−12m2χχ2. (26)\n\nA real vector and a CP-even is assumed in Model V:\n\n LV=L0++12gχϕχμχμ−12m2ϕϕ2+12m2χχμχμ. (27)\n\nNote that the coupling is dimensionless in Models M1 and M2, but has a mass dimension in Models S and V. Each model has 5 free parameters, , , , , and , as we adopt and without loss of generality. A symmetry is imposed to guarantee the stability of the DM particle. Other possible interactions between and described by higher dimensional operators have been neglected.\n\nIn the following analysis, we randomly scan the parameter space to investigate the regions where the diphoton excess can be well explained and study its implication for DM experiments. In the scan, we allow the free parameters varying in the ranges as\n\n 0\n\nWe impose the requirement of . LHC Run 1 bounds from , , , dijet, and monojet searches are taken into account. Since the current statistics of the diphoton excess is quite low and could not allow a very precise measurement of , we adopt a wide range of , and would select some distinct points satisfying a broad resonance condition .\n\nTo begin with, we attempt to find some parameter points that could provide a correct DM relic density. In these -portal simplified models, DM particles can annihilate into a pair of gauge bosons (see e.g. Refs. Chu:2012qy ; Godbole:2015gma ), , , , , and , through the exchange of an -channel and stay in the thermal equilibrium in the early Universe. Thus we assume DM particles are produced via the standard thermal freeze-out mechanism. The DM relic density measured by the Planck experiment Ade:2015xua , , would set strong constraints on the parameter space of the models. In this analysis, we obtain the predicted DM relic density by numerically solving the Boltzmann equation, as described in Appendix B, and require the relic density satisfies a loose criterion of .\n\nAfter imposing these conditions, we project the parameter points in the - plane in Fig. 4. The notations of the parameter points in Fig. 4, as well as in Figs. 5, 6, and 7 below, have the following meaning: red circles represent the parameter points satisfying both a correct relic density and the broad resonance condition; blue circles corresponds to a correct relic density but ; both purple and green crosses cannot give a correct relic density; purple crosses can satisfy the broad resonance condition, while green crosses lead to .\n\nFrom Fig. 4 we can see that red circles favor large values of . This is because the broad resonance condition always requires a large invisible decay width, as discussed in Sec. II. For instance, if the invisible decay width is 45 GeV in Model M1, should be larger than . A correct relic density can be achieved by a canonical value of annihilation cross section , which requires moderate values of (). Since would be constrained by the LHC bounds, a large is helpful for achieving a canonical annihilation cross section. However, if the resonance width condition is relaxed, a smaller may also provide a correct relic density as a result of the resonant annihilation effect. This is the case for many blue circle points corresponding to .\n\nFor heavy with , the contribution from the annihilation process becomes important. In this region, a correct relic density requires a large to enhance this channel. Since the decay is forbidden when , is quite narrow. This is the case for blue circles and green crosses in the heavy DM region. The distributions of parameter points in Models M1 and M2 are similar, due to their similar kinematics at the LHC. However, the distributions in Models S and V are very different. This is because Model V is not a UV-complete model. The decay width would be significantly increased by the longitudinal polarization of for light DM. Thus, the condition excludes a large portion of the parameter space for .\n\nFor DM indirect searches, we consider the limits from the Fermi-LAT gamma-ray line spectrum observation and dwarf galaxy continuous spectrum observation, as well as the AMS-02 ratio measurement. Since DM annihilation in Model M1 is velocity suppressed, it is irrelevant to indirect detection. Therefore, we only consider the constraints for the rest models.\n\nFirstly, we show the constraints from the gamma-ray line spectrum searches on the annihilation cross section in Fig. 5. The corresponding gamma-ray signal is monochromatic at , usually considered as a “smoking-gun” signature for the discovery of the DM particle. Since no significant line-spectrum photon signal was found, the Fermi-LAT collaboration set upper limits on up to based on 5.8 years of data Ackermann:2015lka . The Fermi-LAT limits at 95% CL from the regions R41 and R3 optimized for NFW profiles with and , respectively, are shown in Fig. 5. The R41 limit is at the order of for , and becomes stricter for lighter DM. As the R3 limit is obtained using a denser DM profile around the Galactic Center, it is stricter than the R41 limit. However, it is not very reliable due to the indeterminate DM distribution in the Galactic Center region. For heavy DM with , 95% CL upper limits come from the HESS observation of the central Galactic halo region based on data with 112 hours effective time Abramowski:2013ax . From Fig. 5, we can see that these searches have set stringent constraints for the parameter points satisfying the correct relic density and LHC bounds.\n\nThe annihilation process could give rise to another kind of line spectrum signal at . Published limits for this channel given by Fermi-LAT are based on their 2 years of data Ackermann:2012qk , and weaker than those from searches.\n\nDM annihilation channels into , , , and would produce photons with continuous energy distribution via final state radiation, hadronization, and decay processes. Here we define an effective total cross section for the channels with continuous gamma-ray spectra as\n\n ⟨σannv⟩cont=⟨σannv⟩ZZ+⟨σannv⟩W+W−+12⟨σannv⟩Zγ+⟨σannv⟩gg+2⟨σannv⟩ϕϕ. (29)\n\nDwarf spheroidal satellite galaxies around the Galaxy are ideal targets for probing such gamma-ray signals, since the corresponding astrophysical gamma-ray backgrounds are quite clean. As no signal has been detected, the Fermi-LAT collaboration set stringent constraints on the DM annihilation cross section from a combined analysis of 15 dwarf galaxies Ackermann:2015zua . This analysis is based on 6 years of data. For many benchmark points, the dominant contributions to the continuous gamma-ray spectrum are given by the final states. As the initial gamma-ray spectra induced by the , and light quark final states are similar, the corresponding upper limits from Fermi-LAT observations would also be similar. We show the 95% CL upper limit on in Fig. 6, as the typical continuous spectrum induced by would be analogous to the spectrum here. For pure and final states, the Fermi-LAT limits are weaker than that in the channel by a factor . However, these final states have small fractions in most cases, so we would not treat them separately here.\n\nSince the , , , and channels would also produce antiprotons via hadronic decay and hadronization processes, an important constraint comes from the cosmic-ray antiproton measurement. The latest result of the ratio has been reported by the AMS-02 collaboration AMS02pp . Here we show the AMS-02 antiproton limits on at 95% CL derived from Ref. Lin:2015taa in Fig. 6. In that analysis, two cosmic-ray propagation models, namely the diffusion-convection (DC) and diffusion-reacceleration (DR-2), was adopted. The uncertainties from propagation processes was considered with great care. As can be seen, the constraints from the Fermi-LAT dwarf galaxy observations and the AMS-02 ratio are comparable. Compared with line-spectrum gamma-ray searches, lesser parameter points are excluded by these two searches. For Models M2 and V, the constraints for are not very strong. For Model S, the antiproton constraints can exclude some points with a correct relic density in the low region.\n\nFinally, we discuss the constraints from DM direct detection. DM particles can interact with nuclei through the coupling induced by the coupling. Since the scattering cross section in Model M2 is spin-dependent and momentum suppressed, this model would not predict testable signals in direct detection experiments. In the rest models, DM-nucleus scattering is spin-independent (SI). The content of gluons in a nucleon is given by Shifman:1978zn\n\n ⟨N|GaμνGaμν|N⟩=−8π9αs⟨N|mN−∑q=u,d,smq¯qq|N⟩. (30)\n\nThe DM-nucleon SI scattering cross section for Model M1 can be expressed as Zheng:2010js\n\n σSIχN=4πμ2χNG2S,N, (31)\n\nwhile that for Models S and V is Yu:2011by\n\n σSIχN=μ2χNπm2χG2S,N. (32)\n\nHere for these three models,\n\n GS,N=−4πk3gχmN9αsΛm2ϕ(1−∑q=u,d,sfNq), (33)\n\nwhere are the nucleon form factors, whose values are adopted from Ref. Ellis:2000ds . In the calculation, the value of should be taken at the scale of D'Eramo:2016mgv . We obtain through RGE running with an input value of  Agashe:2014kda .\n\nWe demonstrate the SI scattering cross section in Fig. 7. Also shown are the current 90% CL upper limit from LUX Akerib:2013tjd and the projected sensitivity of XENON1T Aprile:2015uzo . A large portion of the parameter points with in Model S have been excluded by the LUX result. This is because these points basically correspond to large . In Models M1 and V, the constraints would be much weaker. Nevertheless, the parameter points with a correct relic density and a broad decay width can be further tested by XENON1T. In Model V, some points in the resonant annihilation region may remain undetectable in future direct detection experiments.\n\nFinally, we show the viable parameters to explain the diphoton excess in the - plane in Fig. 8, with the color scale indicating . All the parameter points are required to satisfy the LHC constraints. The parameter points represented by black circles satisfy the correct relic density as well as all the DM direct and indirect constraints. For the Fermi-LAT line-spectrum gamma-ray constraints, we take the limit from the region R41 optimized for a NFW profile with . We can see that requires . As the production cross section depends on a factor of , the 8 TeV LHC dijet search constrains below , which has been illustrated in Fig. 1. For , is further constrained below due to the monojet search. Just a few points with and in Models M2, S, and V evade the constraint from Fermi line-spectrum search, which, however, cannot constrain Model M1. Note that if the stricter Fermi limit based on the region R3 for a NFW profile with is adopted, there would be much less black circles.\n\n## Iv Conclusion and discussion\n\nThe recent 750 GeV diphoton excess found in LHC Run 2 data has stimulated great interests. If this signal is confirmed in future LHC searches, it will open a new era of new physics beyond the Standard Model. In this work we attempt to explain the data in the framework of effective field theory. We find that the spin-0 resonance at 750 GeV with a broad width of requires quite large couplings to gluons and photons. Imposing the constraints from the dijet, , , and resonance searches in LHC Run 1, we find that the resonance should have a significant branching ratio into an invisible decay mode, which has also been constrained by the monojet searches in Run 1.\n\nIf the final states of the invisible decay mode are DM particles, the 750 GeV scalar coupling to DM would also be constrained by DM detection experiments. Thus we consider the requirement from DM relic density and the constraints from direct and indirect detection. We find that the Fermi-LAT line-spectrum gamma-ray searches provide strong constraints on the model parameter space. A large parameter region that can explain the diphoton excess has been excluded. The Fermi-LAT dwarf galaxy continuous spectrum gamma-ray observations and the AMS-02 cosmic-ray measurement of the ratio can also constrain the parameter space, but their limits are weaker than those from the line-spectrum gamma-ray searches. Direct detection experiments could constrain the scalar coupling to gluons and DM particles. The future XENON1T experiment is expected to explore a large parameter region accounting for the diphoton excess.\n\nIt is interesting to note that for Majorana fermionic DM coupled to a CP-odd scalar resonance, the DM-nuclei elastic scattering cross section is momentum-suppressed and spin-dependent, and hence could not be constrained by direct detection experiments. However, such a scenario can be deeply explored in line-spectrum gamma-ray searches. In the case of Majorana fermionic DM coupled to a CP-even scalar resonance, annihilation processes cannot be observed due to velocity suppression, but DM-nuclei SI scatterings could be probed in direct searches. Therefore direct and indirect searches are complementary to each other.\n\nIn summary, the LHC Run 2 diphoton excess may reveal the tip of the new physics iceberg and may have close connection to dark matter in the Universe. We note that the corresponding effective couplings of this resonance to SM gauge fields and DM may be quite large. It seems not trivial to explain such large couplings in a UV-complete model. It would be very interesting to further clarify the properties of the resonance and its potential coupling to DM particles by combining more upcoming LHC Run 2 data, Fermi-LAT searches, AMS-02 data, and XENON1T searches.\n\n###### Acknowledgements.\nThis work is supported by the NSFC under Grant Nos. 11475191, 11135009, 11475189, 11175251, and the 973 Program of China under Grant No. 2013CB837000, and by the Strategic Priority Research Program “The Emergence of Cosmological Structures” of the Chinese Academy of Sciences under Grant No. XDB09000000. ZHY is supported by the Australian Research Council.\n\n## Appendix A Partial widths in ϕ decay channels\n\nThis appendix lists the partial widths for decay channels, except for those have already been listed in the main text.\n\nIn the case of a CP-even , we have the following partial width expressions:\n\n Γ(ϕ→ZZ) = k2ZZm3ϕ4πΛ2ηZ(1−4ξ2Z+6ξ4Z), (34) Γ(ϕ→γZ) = k2AZm3ϕ8πΛ2(1−ξ2Z)3, (35) Γ(ϕ→W+W−) = k22m3ϕ2πΛ2ηW(1−4ξ2W+6ξ4W). (36)\n\nwhere and .\n\nIn the case of a CP-odd , we can obtain\n\n Γ(ϕ→ZZ) = k2ZZm3ϕ4πΛ2η3Z, (37) Γ(ϕ→γZ) = k2AZm3ϕ8πΛ2(1−ξ2Z)3, (38) Γ(ϕ→W+W−) = k22m3ϕ2πΛ2η3W. (39)\n\nBelow we write down the partial widths for in the four simplified models. In Model M1,\n\n Γ(ϕ→χχ)=η3χg2χmϕ16π. (40)\n\nIn Model M2,\n\n Γ(ϕ→χχ)=ηχg2χmϕ16π. (41)\n\nIn Model S,\n\n Γ(ϕ→χχ)=ηχg2χ32πmϕ. (42)\n\nIn Model V,\n\n Γ(ϕ→χχ)=ηχg2χm3ϕ128πm4χ(1−4ξ2χ+12ξ4χ). (43)\n\n## Appendix B DM Relic density calculation and annihilation cross sections\n\nBy solving the Boltzmann equation, DM relic density can be expressed as Kolb:1990vq ; Jungman:1995df\n\n Ωχh2≃1.04×109 GeV−1(T0/2.725 K)3xfMpl√g⋆(xf)(a+3b/xf), (44)\n\nwhere with denoting the DM freeze-out temperature. is the effectively relativistic degrees of freedom at the freeze-out epoch. is the Planck mass and is the present CMB temperature. and is the coefficients in the velocity expansion of annihilation cross section , including all open channels. In order to derive the predicted relic density in the four simplified models, we should firstly calculate the and coefficients in various annihilation channels.\n\nIn Model M1, the leading contribution to is of -wave and the coefficient in every channel vanishes. For ,\n\n b=k2AAg2χm4χπΛ2[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ]. (45)\n\nFor ,\n\n b=k2ZZg2χρZ(8m4χ−8m2χm2Z+3m4Z)8πΛ2[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ], (46)\n\nwhere . For ,\n\n b=k2AZg2χ(4m2χ−m2Z)3128πΛ2m2χ[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ]. (47)\n\nFor ,\n\n b=k22g2χρW(8m4χ−8m2χm2W+3m4W)4πΛ2[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ], (48)\n\nwhere . For ,\n\n b=8k23g2χm4χπΛ2[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ]. (49)\n\nFor ,\n\n b=g4χm2χρϕ(9m4χ−8m2χm2ϕ+2m4ϕ)24π(2m2χ−m2ϕ)4, (50)\n\nwhere .\n\nIn Model M2, for ,\n\n a = 4k2AAg2χm4χπΛ2[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ], (51) b = k2AAg2χm4χ(m4ϕ+m2ϕΓ2ϕ−16m4χ)πΛ2[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ]2. (52)\n\nFor ,\n\n a = 4k2ZZg2χm4χρ3ZπΛ2[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ], (53) b = k2ZZg2χm2χρZ2πΛ2[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ]2 (54) ×[2m2χ(m4ϕ+m2ϕΓ2ϕ−16m4χ)+m2Z(m4ϕ−24m2ϕm2χ+m2ϕΓ2ϕ+80m4χ)].\n\nFor ,\n\n a = k2AZg2χ(4m2χ−m2Z)332πΛ2m2χ[(m2ϕ−4m2χ)2+m2ϕΓ2ϕ], (55) b =" ]
[ null, "https://media.arxiv-vanity.com/render-output/4770565/x1.png", null, "https://media.arxiv-vanity.com/render-output/4770565/x3.png", null, "https://media.arxiv-vanity.com/render-output/4770565/x4.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8902153,"math_prob":0.92073315,"size":30100,"snap":"2022-05-2022-21","text_gpt3_token_len":6847,"char_repetition_ratio":0.13726076,"word_repetition_ratio":0.026437012,"special_character_ratio":0.2255814,"punctuation_ratio":0.1278826,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9627918,"pos_list":[0,1,2,3,4,5,6],"im_url_duplicate_count":[null,1,null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-05-29T08:29:39Z\",\"WARC-Record-ID\":\"<urn:uuid:48e60181-2d2f-45b1-a3c7-27a1a728e5cd>\",\"Content-Length\":\"1049510\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:5506c799-96b9-429e-9cd5-78a844512c72>\",\"WARC-Concurrent-To\":\"<urn:uuid:ba795641-aeed-4089-84de-6c678d1848c0>\",\"WARC-IP-Address\":\"104.21.14.110\",\"WARC-Target-URI\":\"https://www.arxiv-vanity.com/papers/1512.06787/\",\"WARC-Payload-Digest\":\"sha1:VWQGON2JL7VD7XJMLOOENQCGFDR4M2HQ\",\"WARC-Block-Digest\":\"sha1:UUNGNSUQEXIOMLHG3IAASMYA4EROHANV\",\"WARC-Truncated\":\"length\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-21/CC-MAIN-2022-21_segments_1652663048462.97_warc_CC-MAIN-20220529072915-20220529102915-00305.warc.gz\"}"}
https://mathoverflow.net/questions/225073/is-there-an-odd-number-which-has-no-prime-to-prime-matchings-when-compared-with
[ "Is there an odd number which has no prime to prime matchings when compared with its reverse order? [closed]", null, "For example look at the number 9. It has prime-prime matching at 3,5, and 7.\n\nFor example the sequence of 13 has matchings at 1,3,7,11,13.\n\nFor example 15 has the matchings(crossings) at 3,5,11,13.\n\nIs there an odd number for which the prime prime matchings do not occur?\n\nclosed as off-topic by Wolfgang, Seva, Joonas Ilmavirta, Chris Wuthrich, Gerry MyersonDec 2 '15 at 11:47\n\nThis question appears to be off-topic. The users who voted to close gave this specific reason:\n\n• \"MathOverflow is for mathematicians to ask each other questions about their research. See Math.StackExchange to ask general questions in mathematics.\" – Seva, Joonas Ilmavirta, Chris Wuthrich\nIf this question can be reworded to fit the rules in the help center, please edit the question.\n\n• So you want $p+1$ to be the sum of two primes. Google for \"Goldbach conjecture\". – Wolfgang Dec 2 '15 at 8:48\n• write natural numbers in order and then below them write those natural numbers in reverse order. and then match, intersect, or cross the primes in the two rows. if both rows has matching prime highlight it as done in the picture. – user42094 Dec 2 '15 at 8:54\n• @wolfgang how is that linked with goldbach conjecture? – user42094 Dec 2 '15 at 8:56\n• Have you looked at it? It conjectures there is no such odd number. So answering your question would be equivalent to solving it :) – Wolfgang Dec 2 '15 at 9:49\n• There is a meta discussion related to this question: meta.mathoverflow.net/q/2627/55893 – Joonas Ilmavirta Dec 2 '15 at 14:11" ]
[ null, "https://i.stack.imgur.com/oqYAv.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.89336777,"math_prob":0.7752598,"size":268,"snap":"2019-43-2019-47","text_gpt3_token_len":85,"char_repetition_ratio":0.18560606,"word_repetition_ratio":0.0,"special_character_ratio":0.31343284,"punctuation_ratio":0.1971831,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.96743304,"pos_list":[0,1,2],"im_url_duplicate_count":[null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-10-21T23:56:46Z\",\"WARC-Record-ID\":\"<urn:uuid:26a8cccf-c359-4152-b8bc-70bf0ed3db09>\",\"Content-Length\":\"96476\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ff6c6858-49a2-42fd-8296-e2cb0bda73ae>\",\"WARC-Concurrent-To\":\"<urn:uuid:0678caae-5b13-4318-98de-fd35da273c15>\",\"WARC-IP-Address\":\"151.101.65.69\",\"WARC-Target-URI\":\"https://mathoverflow.net/questions/225073/is-there-an-odd-number-which-has-no-prime-to-prime-matchings-when-compared-with\",\"WARC-Payload-Digest\":\"sha1:AFOTQ7YLA77JJCD6YJITQN2MJGEONHH2\",\"WARC-Block-Digest\":\"sha1:SQVSOKJDEEGE75DUSLBTWEKSTQS37ZHW\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-43/CC-MAIN-2019-43_segments_1570987795253.70_warc_CC-MAIN-20191021221245-20191022004745-00259.warc.gz\"}"}
https://www.jpost.com/international/at-least-12-dead-in-polish-roof-collapse
[ "(function (a, d, o, r, i, c, u, p, w, m) { m = d.getElementsByTagName(o), a[c] = a[c] || {}, a[c].trigger = a[c].trigger || function () { (a[c].trigger.arg = a[c].trigger.arg || []).push(arguments)}, a[c].on = a[c].on || function () {(a[c].on.arg = a[c].on.arg || []).push(arguments)}, a[c].off = a[c].off || function () {(a[c].off.arg = a[c].off.arg || []).push(arguments) }, w = d.createElement(o), w.id = i, w.src = r, w.async = 1, w.setAttribute(p, u), m.parentNode.insertBefore(w, m), w = null} )(window, document, \"script\", \"https://95662602.adoric-om.com/adoric.js\", \"Adoric_Script\", \"adoric\",\"9cc40a7455aa779b8031bd738f77ccf1\", \"data-key\");\nvar domain=window.location.hostname; var params_totm = \"\"; (new URLSearchParams(window.location.search)).forEach(function(value, key) {if (key.startsWith('totm')) { params_totm = params_totm +\"&\"+key.replace('totm','')+\"=\"+value}}); var rand=Math.floor(10*Math.random()); var script=document.createElement(\"script\"); script.src=`https://stag-core.tfla.xyz/pre_onetag?pub_id=34&domain=\\${domain}&rand=\\${rand}&min_ugl=0\\${params_totm}`; document.head.append(script);" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.96315444,"math_prob":0.96919554,"size":372,"snap":"2023-14-2023-23","text_gpt3_token_len":86,"char_repetition_ratio":0.097826086,"word_repetition_ratio":0.0,"special_character_ratio":0.21774194,"punctuation_ratio":0.1594203,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9789482,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-03-22T23:07:16Z\",\"WARC-Record-ID\":\"<urn:uuid:e0932373-973b-465d-8321-938d91784366>\",\"Content-Length\":\"74320\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8b065af9-5446-472e-8dfa-e832df654369>\",\"WARC-Concurrent-To\":\"<urn:uuid:86451e04-fd28-4bb3-81d9-a392a2518f47>\",\"WARC-IP-Address\":\"159.60.130.79\",\"WARC-Target-URI\":\"https://www.jpost.com/international/at-least-12-dead-in-polish-roof-collapse\",\"WARC-Payload-Digest\":\"sha1:XZK56U2WKOGLKG73NQG55KCVP4MQC7DO\",\"WARC-Block-Digest\":\"sha1:BTQ5KSW34VU2WENRB4UE7IZNHDONVLGE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-14/CC-MAIN-2023-14_segments_1679296944452.97_warc_CC-MAIN-20230322211955-20230323001955-00625.warc.gz\"}"}
https://nrich.maths.org/public/topic.php?code=71&cl=4&cldcmpid=2860
[ "# Resources tagged with: Mathematical reasoning & proof\n\nFilter by: Content type:\nAge range:\nChallenge level:\n\n### There are 174 results\n\nBroad Topics > Using, Applying and Reasoning about Mathematics > Mathematical reasoning & proof", null, "### Pent\n\n##### Age 14 to 18 Challenge Level:\n\nThe diagram shows a regular pentagon with sides of unit length. Find all the angles in the diagram. Prove that the quadrilateral shown in red is a rhombus.", null, "### Matter of Scale\n\n##### Age 14 to 16 Challenge Level:\n\nProve Pythagoras' Theorem using enlargements and scale factors.", null, "### Folding Fractions\n\n##### Age 14 to 16 Challenge Level:\n\nWhat fractions can you divide the diagonal of a square into by simple folding?", null, "### Folding Squares\n\n##### Age 14 to 16 Challenge Level:\n\nThe diagonal of a square intersects the line joining one of the unused corners to the midpoint of the opposite side. What do you notice about the line segments produced?", null, "### Golden Eggs\n\n##### Age 16 to 18 Challenge Level:\n\nFind a connection between the shape of a special ellipse and an infinite string of nested square roots.", null, "### Plus or Minus\n\n##### Age 16 to 18 Challenge Level:\n\nMake and prove a conjecture about the value of the product of the Fibonacci numbers $F_{n+1}F_{n-1}$.", null, "### Pythagoras Proofs\n\n##### Age 14 to 16 Challenge Level:\n\nCan you make sense of these three proofs of Pythagoras' Theorem?", null, "##### Age 11 to 16 Challenge Level:\n\nDraw some quadrilaterals on a 9-point circle and work out the angles. Is there a theorem?", null, "### Fitting In\n\n##### Age 14 to 16 Challenge Level:\n\nThe largest square which fits into a circle is ABCD and EFGH is a square with G and H on the line CD and E and F on the circumference of the circle. Show that AB = 5EF. Similarly the largest. . . .", null, "### Pythagorean Triples II\n\n##### Age 11 to 16\n\nThis is the second article on right-angled triangles whose edge lengths are whole numbers.", null, "### Encircling\n\n##### Age 14 to 16 Challenge Level:\n\nAn equilateral triangle is sitting on top of a square. What is the radius of the circle that circumscribes this shape?", null, "### Long Short\n\n##### Age 14 to 16 Challenge Level:\n\nWhat can you say about the lengths of the sides of a quadrilateral whose vertices are on a unit circle?", null, "### Pythagorean Triples I\n\n##### Age 11 to 16\n\nThe first of two articles on Pythagorean Triples which asks how many right angled triangles can you find with the lengths of each side exactly a whole number measurement. Try it!", null, "### Continued Fractions II\n\n##### Age 16 to 18\n\nIn this article we show that every whole number can be written as a continued fraction of the form k/(1+k/(1+k/...)).", null, "### Square Pair Circles\n\n##### Age 16 to 18 Challenge Level:\n\nInvestigate the number of points with integer coordinates on circles with centres at the origin for which the square of the radius is a power of 5.", null, "### Parallel Universe\n\n##### Age 14 to 16 Challenge Level:\n\nAn equilateral triangle is constructed on BC. A line QD is drawn, where Q is the midpoint of AC. Prove that AB // QD.", null, "### Rhombus in Rectangle\n\n##### Age 14 to 16 Challenge Level:\n\nTake any rectangle ABCD such that AB > BC. The point P is on AB and Q is on CD. Show that there is exactly one position of P and Q such that APCQ is a rhombus.", null, "### The Pillar of Chios\n\n##### Age 14 to 16 Challenge Level:\n\nSemicircles are drawn on the sides of a rectangle. Prove that the sum of the areas of the four crescents is equal to the area of the rectangle.", null, "### Target Six\n\n##### Age 16 to 18 Challenge Level:\n\nShow that x = 1 is a solution of the equation x^(3/2) - 8x^(-3/2) = 7 and find all other solutions.", null, "### Salinon\n\n##### Age 14 to 16 Challenge Level:\n\nThis shape comprises four semi-circles. What is the relationship between the area of the shaded region and the area of the circle on AB as diameter?", null, "### The Golden Ratio, Fibonacci Numbers and Continued Fractions.\n\n##### Age 14 to 16\n\nAn iterative method for finding the value of the Golden Ratio with explanations of how this involves the ratios of Fibonacci numbers and continued fractions.", null, "### Same Length\n\n##### Age 11 to 16 Challenge Level:\n\nConstruct two equilateral triangles on a straight line. There are two lengths that look the same - can you prove it?", null, "### Kite in a Square\n\n##### Age 14 to 16 Challenge Level:\n\nCan you make sense of the three methods to work out the area of the kite in the square?", null, "### Angle Trisection\n\n##### Age 14 to 16 Challenge Level:\n\nIt is impossible to trisect an angle using only ruler and compasses but it can be done using a carpenter's square.", null, "### Square Mean\n\n##### Age 14 to 16 Challenge Level:\n\nIs the mean of the squares of two numbers greater than, or less than, the square of their means?", null, "### Cosines Rule\n\n##### Age 14 to 16 Challenge Level:\n\nThree points A, B and C lie in this order on a line, and P is any point in the plane. Use the Cosine Rule to prove the following statement.", null, "### Ordered Sums\n\n##### Age 14 to 16 Challenge Level:\n\nLet a(n) be the number of ways of expressing the integer n as an ordered sum of 1's and 2's. Let b(n) be the number of ways of expressing n as an ordered sum of integers greater than 1. (i) Calculate. . . .", null, "### Towering Trapeziums\n\n##### Age 14 to 16 Challenge Level:\n\nCan you find the areas of the trapezia in this sequence?", null, "### Rolling Coins\n\n##### Age 14 to 16 Challenge Level:\n\nA blue coin rolls round two yellow coins which touch. The coins are the same size. How many revolutions does the blue coin make when it rolls all the way round the yellow coins? Investigate for a. . . .", null, "### Little and Large\n\n##### Age 16 to 18 Challenge Level:\n\nA point moves around inside a rectangle. What are the least and the greatest values of the sum of the squares of the distances from the vertices?", null, "### Picturing Pythagorean Triples\n\n##### Age 14 to 18\n\nThis article discusses how every Pythagorean triple (a, b, c) can be illustrated by a square and an L shape within another square. You are invited to find some triples for yourself.", null, "### Similarly So\n\n##### Age 14 to 16 Challenge Level:\n\nABCD is a square. P is the midpoint of AB and is joined to C. A line from D perpendicular to PC meets the line at the point Q. Prove AQ = AD.", null, "### Round and Round\n\n##### Age 14 to 16 Challenge Level:\n\nProve that the shaded area of the semicircle is equal to the area of the inner circle.", null, "### Pareq Exists\n\n##### Age 14 to 16 Challenge Level:\n\nProve that, given any three parallel lines, an equilateral triangle always exists with one vertex on each of the three lines.", null, "### Circle Box\n\n##### Age 14 to 16 Challenge Level:\n\nIt is obvious that we can fit four circles of diameter 1 unit in a square of side 2 without overlapping. What is the smallest square into which we can fit 3 circles of diameter 1 unit?", null, "### Calculating with Cosines\n\n##### Age 14 to 18 Challenge Level:\n\nIf I tell you two sides of a right-angled triangle, you can easily work out the third. But what if the angle between the two sides is not a right angle?", null, "### Proof Sorter - Quadratic Equation\n\n##### Age 14 to 18 Challenge Level:\n\nThis is an interactivity in which you have to sort the steps in the completion of the square into the correct order to prove the formula for the solutions of quadratic equations.", null, "##### Age 16 to 18 Challenge Level:\n\nFind all real solutions of the equation (x^2-7x+11)^(x^2-11x+30) = 1.", null, "### No Right Angle Here\n\n##### Age 14 to 16 Challenge Level:\n\nProve that the internal angle bisectors of a triangle will never be perpendicular to each other.", null, "### Rational Roots\n\n##### Age 16 to 18 Challenge Level:\n\nGiven that a, b and c are natural numbers show that if sqrt a+sqrt b is rational then it is a natural number. Extend this to 3 variables.", null, "##### Age 14 to 16 Challenge Level:\n\nA picture is made by joining five small quadrilaterals together to make a large quadrilateral. Is it possible to draw a similar picture if all the small quadrilaterals are cyclic?", null, "### Three Balls\n\n##### Age 14 to 16 Challenge Level:\n\nA circle has centre O and angle POR = angle QOR. Construct tangents at P and Q meeting at T. Draw a circle with diameter OT. Do P and Q lie inside, or on, or outside this circle?", null, "### Zig Zag\n\n##### Age 14 to 16 Challenge Level:\n\nFour identical right angled triangles are drawn on the sides of a square. Two face out, two face in. Why do the four vertices marked with dots lie on one line?", null, "##### Age 16 to 18 Short Challenge Level:\n\nCan you work out where the blue-and-red brick roads end?", null, "### Lens Angle\n\n##### Age 14 to 16 Challenge Level:\n\nFind the missing angle between the two secants to the circle when the two angles at the centre subtended by the arcs created by the intersections of the secants and the circle are 50 and 120 degrees.", null, "### Pythagorean Golden Means\n\n##### Age 16 to 18 Challenge Level:\n\nShow that the arithmetic mean, geometric mean and harmonic mean of a and b can be the lengths of the sides of a right-angles triangle if and only if a = bx^3, where x is the Golden Ratio.", null, "### Tetra Inequalities\n\n##### Age 16 to 18 Challenge Level:\n\nProve that in every tetrahedron there is a vertex such that the three edges meeting there have lengths which could be the sides of a triangle.", null, "##### Age 14 to 18 Challenge Level:\n\nWhich of these roads will satisfy a Munchkin builder?", null, "### Composite Notions\n\n##### Age 14 to 16 Challenge Level:\n\nA composite number is one that is neither prime nor 1. Show that 10201 is composite in any base.", null, "### Mouhefanggai\n\n##### Age 14 to 16\n\nImagine two identical cylindrical pipes meeting at right angles and think about the shape of the space which belongs to both pipes. Early Chinese mathematicians call this shape the mouhefanggai." ]
[ null, "https://nrich.maths.org/content/01/10/six6/icon.jpg", null, "https://nrich.maths.org/content/01/12/six2/icon.jpg", null, "https://nrich.maths.org/content/id/6473/icon.png", null, "https://nrich.maths.org/content/00/11/six6/icon.jpg", null, "https://nrich.maths.org/content/id/2686/icon.jpg", null, "https://nrich.maths.org/content/id/2818/icon.png", null, "https://nrich.maths.org/content/id/6553/icon.png", null, "https://nrich.maths.org/content/id/6624/icon.jpg", null, "https://nrich.maths.org/content/01/10/15plus4/icon.png", null, "https://nrich.maths.org/content/97/04/art1/icon.png", null, "https://nrich.maths.org/content/00/02/six5/icon.jpg", null, "https://nrich.maths.org/content/01/07/15plus3/icon.png", null, "https://nrich.maths.org/content/97/02/art1/icon.png", null, "https://nrich.maths.org/content/99/06/art1/icon.gif", null, "https://nrich.maths.org/content/02/07/six6/icon.gif", null, "https://nrich.maths.org/content/02/09/six5/icon.jpg", null, "https://nrich.maths.org/content/01/03/six5/icon.png", null, "https://nrich.maths.org/content/99/05/six6/icon.jpg", null, "https://nrich.maths.org/content/02/06/15plus3/icon.jpg", null, "https://nrich.maths.org/content/id/2425/icon.png", null, "https://nrich.maths.org/content/id/2737/icon.jpg", null, "https://nrich.maths.org/content/id/11134/icon.png", null, "https://nrich.maths.org/content/id/8301/icon.png", null, "https://nrich.maths.org/content/00/09/six1/icon.jpg", null, "https://nrich.maths.org/content/01/04/15plus1/icon.gif", null, "https://nrich.maths.org/content/01/02/15plus3/icon.gif", null, "https://nrich.maths.org/content/98/04/15plus1/icon.jpg", null, "https://nrich.maths.org/content/id/11449/icon.jpg", null, "https://nrich.maths.org/content/97/12/15plus1/icon.jpg", null, "https://nrich.maths.org/content/00/12/six4/icon.jpg", null, "https://nrich.maths.org/content/98/05/art1/icon.png", null, "https://nrich.maths.org/content/02/05/six5/icon.jpg", null, "https://nrich.maths.org/content/99/03/six5/icon.jpg", null, "https://nrich.maths.org/content/99/06/six6/icon.jpg", null, "https://nrich.maths.org/content/04/02/six5/icon.jpg", null, "https://nrich.maths.org/content/id/7787/icon.png", null, "https://nrich.maths.org/content/01/05/art2/icon.jpg", null, "https://nrich.maths.org/content/03/10/15plus4/icon.jpg", null, "https://nrich.maths.org/content/97/09/six5/icon.png", null, "https://nrich.maths.org/content/00/11/15plus3/icon.jpg", null, "https://nrich.maths.org/content/00/06/six6/icon.gif", null, "https://nrich.maths.org/content/00/07/six6/icon.jpg", null, "https://nrich.maths.org/content/00/06/six3/icon.jpg", null, "https://nrich.maths.org/content/id/5924/icon.jpg", null, "https://nrich.maths.org/content/02/03/six6/icon.jpg", null, "https://nrich.maths.org/content/01/05/15plus2/icon.gif", null, "https://nrich.maths.org/content/02/11/15plus3/icon.png", null, "https://nrich.maths.org/content/id/5921/icon.jpg", null, "https://nrich.maths.org/content/03/11/six2/icon.png", null, "https://nrich.maths.org/content/01/11/art1/icon.jpg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.92069507,"math_prob":0.93990207,"size":6597,"snap":"2019-51-2020-05","text_gpt3_token_len":1520,"char_repetition_ratio":0.14727741,"word_repetition_ratio":0.024350649,"special_character_ratio":0.22237381,"punctuation_ratio":0.08443466,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99594146,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-12-07T10:15:55Z\",\"WARC-Record-ID\":\"<urn:uuid:f14a45eb-1fe9-4339-9447-50f2d5353344>\",\"Content-Length\":\"53507\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:85504c45-30c2-4e07-9750-7c655fc8aee5>\",\"WARC-Concurrent-To\":\"<urn:uuid:1c4982c0-85f5-4604-95a9-114aa6b09a42>\",\"WARC-IP-Address\":\"131.111.18.195\",\"WARC-Target-URI\":\"https://nrich.maths.org/public/topic.php?code=71&cl=4&cldcmpid=2860\",\"WARC-Payload-Digest\":\"sha1:SMBFK6I2SAFSZH5PFW3QOUIHVOH5KION\",\"WARC-Block-Digest\":\"sha1:SLJGV5U74JUBW54BWNKZXRV2WB4J2OGE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-51/CC-MAIN-2019-51_segments_1575540497022.38_warc_CC-MAIN-20191207082632-20191207110632-00279.warc.gz\"}"}
https://convertoctopus.com/136-grams-to-ounces
[ "## Conversion formula\n\nThe conversion factor from grams to ounces is 0.03527396194958, which means that 1 gram is equal to 0.03527396194958 ounces:\n\n1 g = 0.03527396194958 oz\n\nTo convert 136 grams into ounces we have to multiply 136 by the conversion factor in order to get the mass amount from grams to ounces. We can also form a simple proportion to calculate the result:\n\n1 g → 0.03527396194958 oz\n\n136 g → M(oz)\n\nSolve the above proportion to obtain the mass M in ounces:\n\nM(oz) = 136 g × 0.03527396194958 oz\n\nM(oz) = 4.7972588251429 oz\n\nThe final result is:\n\n136 g → 4.7972588251429 oz\n\nWe conclude that 136 grams is equivalent to 4.7972588251429 ounces:\n\n136 grams = 4.7972588251429 ounces\n\n## Alternative conversion\n\nWe can also convert by utilizing the inverse value of the conversion factor. In this case 1 ounce is equal to 0.20845237591912 × 136 grams.\n\nAnother way is saying that 136 grams is equal to 1 ÷ 0.20845237591912 ounces.\n\n## Approximate result\n\nFor practical purposes we can round our final result to an approximate numerical value. We can say that one hundred thirty-six grams is approximately four point seven nine seven ounces:\n\n136 g ≅ 4.797 oz\n\nAn alternative is also that one ounce is approximately zero point two zero eight times one hundred thirty-six grams.\n\n## Conversion table\n\n### grams to ounces chart\n\nFor quick reference purposes, below is the conversion table you can use to convert from grams to ounces\n\ngrams (g) ounces (oz)\n137 grams 4.833 ounces\n138 grams 4.868 ounces\n139 grams 4.903 ounces\n140 grams 4.938 ounces\n141 grams 4.974 ounces\n142 grams 5.009 ounces\n143 grams 5.044 ounces\n144 grams 5.079 ounces\n145 grams 5.115 ounces\n146 grams 5.15 ounces" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.7753947,"math_prob":0.99467313,"size":1691,"snap":"2020-45-2020-50","text_gpt3_token_len":463,"char_repetition_ratio":0.18020155,"word_repetition_ratio":0.0,"special_character_ratio":0.37433472,"punctuation_ratio":0.10682493,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9956754,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-10-23T10:48:41Z\",\"WARC-Record-ID\":\"<urn:uuid:e0f323c7-f87a-4bba-84f8-a1edc10465c2>\",\"Content-Length\":\"27731\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:22b93864-b34a-455e-a3e9-b0c79c0e5887>\",\"WARC-Concurrent-To\":\"<urn:uuid:2c6b4599-5556-4871-944f-b8c9e808651e>\",\"WARC-IP-Address\":\"104.27.143.66\",\"WARC-Target-URI\":\"https://convertoctopus.com/136-grams-to-ounces\",\"WARC-Payload-Digest\":\"sha1:6N2YDYTP7WZPDM4YCEJKXKGVWVMPQZ6P\",\"WARC-Block-Digest\":\"sha1:EFY7RYBD4V7L6B4QLPUXYI4JI63UX6SU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-45/CC-MAIN-2020-45_segments_1603107881369.4_warc_CC-MAIN-20201023102435-20201023132435-00353.warc.gz\"}"}
https://www.convertunits.com/info/decinewton
[ "# ››Measurement unit: decinewton\n\nFull name: decinewton\n\nPlural form: decinewtons\n\nSymbol: dN\n\nCategory type: force\n\nScale factor: 0.1\n\n# ››SI unit: newton\n\nThe SI derived unit for force is the newton.\n1 newton is equal to 10 decinewton.\n\n# ››Convert decinewton to another unit\n\nConvert decinewton to\n\nValid units must be of the force type.\nYou can use this form to select from known units:\n\nConvert decinewton to\n\n# ››Definition: Decinewton\n\nThe SI prefix \"deci\" represents a factor of 10-1, or in exponential notation, 1E-1.\n\nSo 1 decinewton = 10-1 newtons.\n\nThe definition of a newton is as follows:\n\nIn physics, the newton (symbol: N) is the SI unit of force, named after Sir Isaac Newton in recognition of his work on classical mechanics. It was first used around 1904, but not until 1948 was it officially adopted by the General Conference on Weights and Measures (CGPM) as the name for the mks unit of force." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.84532535,"math_prob":0.59806806,"size":976,"snap":"2021-31-2021-39","text_gpt3_token_len":296,"char_repetition_ratio":0.23662551,"word_repetition_ratio":0.0,"special_character_ratio":0.22233607,"punctuation_ratio":0.11111111,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9938911,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-07-28T11:31:13Z\",\"WARC-Record-ID\":\"<urn:uuid:c240af82-2684-4a68-977d-c091d8481ddd>\",\"Content-Length\":\"46270\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0f09a785-7194-4057-9e9d-ba9ef86f16bb>\",\"WARC-Concurrent-To\":\"<urn:uuid:dc622840-94cf-4072-a7a6-7c7e02ddc9a2>\",\"WARC-IP-Address\":\"23.20.181.175\",\"WARC-Target-URI\":\"https://www.convertunits.com/info/decinewton\",\"WARC-Payload-Digest\":\"sha1:VTIH3VH5INL3UGGVIC3TY2N5VUHVNSFV\",\"WARC-Block-Digest\":\"sha1:5OCPKVBKHFDIKLW2ZHGUR2AHV2FRVIFU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-31/CC-MAIN-2021-31_segments_1627046153709.26_warc_CC-MAIN-20210728092200-20210728122200-00370.warc.gz\"}"}
http://mathandmultimedia.com/tag/parameterization/
[ "## GeoGebra Tutorial 6 – Parameterization of Length and Area\n\nThis is the sixth tutorial of the GeoGebra Intermediate Tutorial Series. If this is your first time to use GeoGebra, please read the GeoGebra Essentials Series.\n\nIn this tutorial, we are going to learn the following:\n\n1. use variables in GeoGebra\n2. compute using these variables\n3. use variables as parameters of objects\n\nProblem: Given a rectangle with perimeter 10 units, find the dimension of the rectangle that can be formed that has the largest area.\n\nThis problem can be easily solved algebraically, but we are going to use GeoGebra to parameterize the length and the area of the rectangle to find its maximum area. The output of this tutorial is shown above.\n\nBefore doing the tutorial, let us first solve the problem. We know that the rectangle’s perimeter is constant, so we choose the width w.  It follows that the height h will depend on the width. For instance,  if  w=4 units, then h = (10 – 2*4)/2 which is equal to 1. Hence, h = (10 – 2w)/2. Using this information, we plan the GeoGebra construction.\n\n1. First we make our maximum width 5 (Why?). We will create segment AL with length 5 with A at the origin and L at (5,0)\n2. Next, we create point D on AL. With D = (w,0), AD will be the width of the rectangle.\n3. We compute for h = (10 – 2w)/2, then, and take the value as the height of the rectangle. Then, we create point B  with coordinates (0,h).\n4. We create the fourth vertex of the rectangle by getting the intersection of the horizontal line passing through B and a vertical line passing through D.\n5. Lastly, create ABCD using the polygon tool, and then produce point P (w, A_r) where A_r is the area of the rectangle.\n\nInstructions\n\n 1.) Open GeoGebra and be sure that the Algebra & Graphics view is selected in the Perspectives panel.", null, "2.) Select the Segment between Two Points tool, click on (0,0) and click on (5,0) to construct segment AB. Show the label of the points, and rename point B to L.", null, "3.) Create a point on AL. You may not see the segment, so before doing this, hide the axes by clicking the Axes icon in the upper left of the Graphics View. If the icons are not displayed, click the arrow.", null, "4.) Rename the recently created point to D. Move the point and notice that it can only move between A and L.  Now, hide point L and display the axes. AD will be the width (lower base) of the rectangle. 5.)  We now determine the width and the height of the rectangle. First, we want to determine the AD which is the width. To do this, we get the x-coordinate of D (Why?). To get the x-coordinate of D, type w = x(D) in the Input bar and press the ENTER key. This means that the value of w, a declared variable, will be the x-coordinate of point D which is the same as the length of AD. 6.) Next, we compute for the height h of the rectangle. Type h = (10 – 2w)/2 in the input bar and press the ENTER key. Notice the values of h and w were added to the Algebra view. 7.) Next we create point B with coordinates (0,h). To do this, type B = (0,h) in the Input bar and press the ENTER key. This will be the third point on the rectangle.", null, "8.) Move point D. What do you observe? 9.) Next, we locate the fourth vertex of the rectangle. The fourth vertex C will have the y-coordinate the same as B and x-coordinate the same as D. Therefore, we type C = (x(D), y(B)).", null, "10.)  Now, we use the polygon tool to construct rectangle ABCD. Click the Polygon tool and then click the points in following order: point A, point B, point C, point D and, again, point A to close the figure. 11.)  Now, let us display the area of the polygon. Right click the interior of the rectangle, then click Object Properties to open the Preferences window. In the Basic tab of the Preferences window, check the Show Label check box and choose Value from the drop down list box. Close the window.", null, "12.)  Move point D. What do you observe? What length of AD gives the rectangle the largest area? 13.)  Now, we create point P, type P = (w, poly1). Note that poly1 is the name of the rectangle and its value is area of the rectangle (see the Algebra view). 14.)  Right click on point P, then click check Trace On. This will trace the path of point P.", null, "15.)  Move point D. What do you observe? What can you say about the curve formed by the traces of point P? Explain why your observations are such. 16.)  Solve the problem algebraically. What is the relationship between the equation formed from getting the solution of the problem and curve formed by traces of point P?", null, "" ]
[ null, "http://mathandmultimedia.com/wp-content/uploads/2009/11/segmentpng3.png", null, "http://mathandmultimedia.com/wp-content/uploads/2009/11/newpointpng4.png", null, "http://mathandmultimedia.com/wp-content/uploads/2009/11/movepng6.png", null, "http://mathandmultimedia.com/wp-content/uploads/2009/11/movepng6.png", null, "http://mathandmultimedia.com/wp-content/uploads/2009/11/regpolygonpng1.png", null, "http://mathandmultimedia.com/wp-content/uploads/2009/11/movepng6.png", null, "http://mathandmultimedia.com/wp-content/uploads/2009/11/movepng6.png", null, "http://www.linkwithin.com/pixel.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8420153,"math_prob":0.9887794,"size":4547,"snap":"2019-51-2020-05","text_gpt3_token_len":1118,"char_repetition_ratio":0.16288796,"word_repetition_ratio":0.0413318,"special_character_ratio":0.26369035,"punctuation_ratio":0.13855422,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9985119,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-01-29T03:36:01Z\",\"WARC-Record-ID\":\"<urn:uuid:177addf6-0e12-4022-bbf8-405d551f122e>\",\"Content-Length\":\"41305\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0e832a0d-ff7a-477d-bf7e-5924c2472e2b>\",\"WARC-Concurrent-To\":\"<urn:uuid:76d0b262-1a6f-42cd-8b7b-47355d537dcc>\",\"WARC-IP-Address\":\"184.168.164.1\",\"WARC-Target-URI\":\"http://mathandmultimedia.com/tag/parameterization/\",\"WARC-Payload-Digest\":\"sha1:H4U2POIXWU5MKFICP3USLHJK3WXZJ6KG\",\"WARC-Block-Digest\":\"sha1:F47XPFURQ7R2VDUYBX42KDFF7V73TY5M\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-05/CC-MAIN-2020-05_segments_1579251783621.89_warc_CC-MAIN-20200129010251-20200129040251-00252.warc.gz\"}"}
https://stats.stackexchange.com/questions/92984/test-the-randomness-uniformly-distributed-on-a-64-bit-float-random-generator
[ "# Test the randomness (uniformly distributed) on a 64 bit float random generator\n\nWe have a random number generator which is supposed to generate 64 bit floats, uniformly.\n\nWe want to test whether it is a good uniformly random.\n\nI am not asking the general way to test it, as it was asked here https://stackoverflow.com/questions/22916519/test-the-randomness-of-a-black-box-that-outputs-random-64-bit-floats.\n\nAs I understand, the first step for the test is to somehow divide the whole range into equal sizes like bins, then we keep generating and see the number of \"balls\" falling into each bin.\n\nHow should I split the whole range of 64 bits float?\n\nThe range is between -1.79769313486231571e+308 and 1.79769313486231571e+308 and it is huge.\n\nMy idea is to utilise the 64 bits. Can I design the equal size bins like this:\n\n1. Every float has 64 bits, so we have 64 bins.\n2. For every float generated, we read all those bits, if a bit is 1, then we increased the according bin's number by 1\n3. After N samplings, the expected number of each bin should be N/2.\n4. Then we carry on pearson's chi-square test, etc.\n\nAs it stands, this is not a good way to test whether floating point numbers are uniformly distributed. Like Aksakal, I wondered about whether the bits of the exponent part of the floating point representation would be uniformly distributed. The answer to this is that they aren't uniformly distributed, because there are very many more numbers with large exponents than there are numbers with small exponents.\n\nI wrote a small test program that confirms this. It generates $N = 1 \\text{ million}$ uniformly distributed random floating point numbers, and as a control, $N$ random integers. (There were various problems generating 64 bit floating point numbers, see e.g. here, and 32 bits seems sufficient for demonstration purposes.)\n\nFirst, the control case. The plot of the bins of bits for integers is just as you suggested, with each bin $\\approx N/2$.", null, "Now for the floating point numbers. A plot of the sorted numbers is a straight line, indicating that they would pass the Kolmogorov–Smirnov test for uniformity.", null, "But the bins are definitely not uniform.", null, "If you plot only bins 1 to 23 together with bin 32, you do get bins $\\approx N/2$, but bins 24 to 31 show a clear increasing pattern. These bits corresponds precisely with the bits for the exponent in 32 bit floating point numbers. The IEEE single precision floating point definition stipulates\n\n• the least significant 23 bits are for the mantissa\n• the next 8 bits are for the exponent\n• the most significant bit is for the sign\n\nAnother way to see this is to consider a simpler example. Think about generating numbers in base 10 between 0 and $10^7$, with a base 10 exponent. Numbers between 0 and 1 would have an exponent of 0. Numbers between 1 and 10 would have an exponent of 1, numbers between 10 and 100 an exponent of 2, ..., and numbers between $10^6$ and $10^7$ an exponent of 7. The numbers $10^4$ to $10^7$ are $(10^7-10^4)/10^7=99.9\\%$ of the range and in binary their exponents range from 001 to 111, so you'd expect the most significant bit to occur 99.9% of the time, not 50% of the time.\n\nIt would be possible, with some care, to use an approach like this to get the expected frequencies for each bin in the binary exponent of a floating point number, and use this in a $\\chi^2$ test, but Kolmogorov–Smirnov is a better approach in theory and easy to implement. Nevertheless a test like this could pick up distributional biases in the implementation of a random number generation that Kolmogorov–Smirnov might not. For example, when I first tried generating 64 bit double precision floating point random numbers in C++, I forgot to change to a 64 bit Mersenne Twister engine. The sorted numbers give a straight line plot, but you can see from the plots of the bins of the bits that the 64 bit Mersenne Twister engine is superior to the 32 bit one (as you would expect).", null, "(Note in both cases that the last bit, the sign bit, is zero, due to the difficulties of generating random numbers across the whole range.)\n\nhave you looked at A Statistical Test Suite for Random and Pseudorandom Number Generators for Cryptographic Applications by NIST?\n\nI think it's a great place to start your analysis.\n\n• Hi. I understand that there are a number of ways and good ways to really test randomness. But in this question, I particularly know whether my idea is correct or not – Jackson Tale Apr 8 '14 at 13:28\n• the reason i suggest not to make up your own tests, is that it's a tricky business. so many people are using RNGs for so long that there's got to be a test tried and proven to work, such as \"Monobit\" or \"Frequency Test within a Block\", which are suspiciously similar to what you seem to be trying to do (see the NIST suite) – Aksakal Apr 8 '14 at 13:41\n• Hi,sorry, this question is from a telephone interview for a developer position. I think they want to ask for general stats knowledge, combined with CS methods. that's why I focus on bits – Jackson Tale Apr 8 '14 at 13:43\n• the main flaw in your idea is that 64bit float is probably represented as IEEE 754 double precision floating point number, look it up in interweb. as you'll see it has matissa (fraction) and exponent parts. my gut feeling's that your scheme will not work for this format. – Aksakal Apr 8 '14 at 13:48" ]
[ null, "https://i.stack.imgur.com/yWRXp.png", null, "https://i.stack.imgur.com/0LQWz.png", null, "https://i.stack.imgur.com/sgoIJ.png", null, "https://i.stack.imgur.com/6rgMv.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.92073524,"math_prob":0.9644463,"size":2981,"snap":"2019-26-2019-30","text_gpt3_token_len":712,"char_repetition_ratio":0.1477998,"word_repetition_ratio":0.0038610038,"special_character_ratio":0.24521972,"punctuation_ratio":0.09747899,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9959508,"pos_list":[0,1,2,3,4,5,6,7,8],"im_url_duplicate_count":[null,5,null,5,null,5,null,5,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-07-16T20:28:40Z\",\"WARC-Record-ID\":\"<urn:uuid:2d7b8f9b-7a73-4efb-8566-4249cfa35397>\",\"Content-Length\":\"153479\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8a02109e-4f5a-4fae-a233-95658e9f0553>\",\"WARC-Concurrent-To\":\"<urn:uuid:a9ae01ae-44e9-4fc8-9dc9-908b57a1d9e2>\",\"WARC-IP-Address\":\"151.101.65.69\",\"WARC-Target-URI\":\"https://stats.stackexchange.com/questions/92984/test-the-randomness-uniformly-distributed-on-a-64-bit-float-random-generator\",\"WARC-Payload-Digest\":\"sha1:WLPB2X5INE7SUAW4RWBOJ7X24DQV7R5K\",\"WARC-Block-Digest\":\"sha1:C7RLU6UCPAIOLSG372ZCP3OOWQTOQVAE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-30/CC-MAIN-2019-30_segments_1563195524879.8_warc_CC-MAIN-20190716201412-20190716223412-00502.warc.gz\"}"}
https://www.tug.org/pipermail/texhax/2007-April/008194.html
[ "# [texhax] \\labal{\\lowercase}\n\nTue Apr 10 15:43:38 CEST 2007\n\nHello list,\n\nI've got a problem which I'm struggling with for a week. I would like\nto write a macro that creates a (LaTeX) \\label of the lowercase text\nof its argument:\n\n\\def\\MyLabel#1{\\label{\\lowercase{#1}}\n\nObviously it doesn't work. My conception was that the problem is\n\\lowercase, which is processed \"in the stomach\" of the interpreter\n(according to the TRM). So I began to write macros that aviod\ncalling both \\lowercase and \\lccode, and I've come up with this:\n(I'm just getting into virgin tex; nevertheless the macros are\nintended for LaTeX usage)\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\n% Returns the lower case counterpart of character #1 if it is a\n% capital letter, or #1 otherwise.\n\\def\\LowChar#1{%\n\\ifnum#1=A a\\else\\ifnum#1=B b\\else\\ifnum#1=C c\\else\n\\ifnum#1=D d\\else\\ifnum#1=E e\\else\\ifnum#1=F f\\else\n\\ifnum#1=G g\\else\\ifnum#1=H h\\else\\ifnum#1=I i\\else\n\\ifnum#1=J j\\else\\ifnum#1=K k\\else\\ifnum#1=L l\\else\n\\ifnum#1=M m\\else\\ifnum#1=N n\\else\\ifnum#1=O o\\else\n\\ifnum#1=P p\\else\\ifnum#1=Q q\\else\\ifnum#1=R r\\else\n\\ifnum#1=S s\\else\\ifnum#1=T t\\else\\ifnum#1=U u\\else\n\\ifnum#1=V v\\else\\ifnum#1=W w\\else\\ifnum#1=X x\\else\n\\ifnum#1=Y y\\else\\ifnum#1=Z z\\else #1%\n\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\\fi\n\\fi\\fi\\fi\\fi\\fi\\fi\\fi}\n\n% Cycle through the characters of the string via tail recursion.\n\\def\\lowit at b#1#2\\@{%\n\\def\\lowit at tmp{#1}%\n\\expandafter\\ifx\\lowit at tmp\\empty\\else\n\\edef\\lowit at buf{\\lowit at buf \\LowChar#1}%\n\\lowit at b#2\\@\n\\fi}\n\n% The lowercase string is stored in \\lowit at buf temporarily.\n\\def\\lowit at a#1{%\n\\def\\lowit at buf{}%\n\\expandafter\\lowit at b#1\\empty\\empty\\@%\n\\lowit at buf\\egroup}\n\n% This is the entry point. It takes a string and expands to its lowercase.\n% The \\catcode manipulations are necessarry so \\lowit at b won't ignore whitespace.\n\\def\\LowIt{%\n\\bgroup%\n\\def\\whitespace{ }%\n\\catcode\\ =\\active\\lccode\\~\\ \\lowercase{\\let~\\whitespace}%\n\\catcode\\^^I=\\active\\lccode\\~\\^^I\\lowercase{\\let~\\whitespace}%\n\\catcode\\^^M=\\active\\lccode\\~\\^^M\\lowercase{\\let~\\whitespace}%\n\\lowit at a}\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\nNow, LowIt{BLA BLA BLA} is typeset to bla bla bla'' correctly; I was\nvery happy to see that. However, when I try to \\typeout{\\LowIt{BLA BLA}\nthe whole thing blows up because \\typeout (and \\label for that matter)\nseem to \\edef \\LowIt; then tex starts complaining about \\whitespace being\nundefined. Ouch.\n\nEarlier someone (Uwe?) posted a code fragment that looked primising:\n\\newcommand{\\foo}{%\n\\stepcounter{foo}%\n\\edef\\thelabel{\\noexpand\\label{bar:\\thefoo}}%\n\\thelabel}\n\nWhile it does magic with \\label, I could not apply the idea to my problem.\nCan you give me a hand?\n\nbit,\n`" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.7446217,"math_prob":0.91398174,"size":2854,"snap":"2022-27-2022-33","text_gpt3_token_len":1056,"char_repetition_ratio":0.2322807,"word_repetition_ratio":0.0,"special_character_ratio":0.32025227,"punctuation_ratio":0.0626118,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99376005,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-08-10T14:25:25Z\",\"WARC-Record-ID\":\"<urn:uuid:94d23614-ebba-46dd-bf0e-11714f116d69>\",\"Content-Length\":\"5972\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:4661b0c1-1956-42d0-8ffc-b1ad7219e170>\",\"WARC-Concurrent-To\":\"<urn:uuid:cf9ec0b4-23d8-4345-986f-bfa39b33fa47>\",\"WARC-IP-Address\":\"94.23.251.76\",\"WARC-Target-URI\":\"https://www.tug.org/pipermail/texhax/2007-April/008194.html\",\"WARC-Payload-Digest\":\"sha1:TML7GGA4JPNNLV37SCI4EUW3QS37M2NI\",\"WARC-Block-Digest\":\"sha1:T6ZKES4N5DH5E5HDILHOSSBAT7GTJP74\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-33/CC-MAIN-2022-33_segments_1659882571190.0_warc_CC-MAIN-20220810131127-20220810161127-00221.warc.gz\"}"}
https://www.projecteuclid.org/journals/electronic-journal-of-probability/volume-6/issue-none/On-Disagreement-Percolation-and-Maximality-of-the-Critical-Value-for/10.1214/EJP.v6-88.full
[ "Translator Disclaimer\n2001 On Disagreement Percolation and Maximality of the Critical Value for iid Percolation\nJohan Jonasson\nElectron. J. Probab. 6: 1-13 (2001). DOI: 10.1214/EJP.v6-88\n\n## Abstract\n\nTwo different problems are studied:\n\n• 1. For an infinite locally finite connected graph $G$, let $p_c(G)$ be the critical value for the existence of an infinite cluster in iid bond percolation on $G$ and let $P_c = \\sup\\{p_c(G): G \\text{ transitive }, p_c(G) \\lt 1\\}$. Is $P_c \\lt 1$?\n\n• 2. Let $G$ be transitive with $p_c(G) \\lt 1$, take $p \\in [0,1]$ and let $X$ and $Y$ be iid bond percolations on $G$ with retention parameters $(1+p)/2$ and $(1-p)/2$ respectively. Is there a $q \\lt 1$ such that $p \\gt q$ implies that for any monotone coupling $(X',Y')$ of $X$ and $Y$ the edges for which $X'$ and $Y'$ disagree form infinite connected component(s) with positive probability? Let $p_d(G)$ be the infimum of such $q$'s (including $q=1$) and let $P_d = \\sup\\{p_d(G): G \\text{ transitive }, p_c(G) \\lt 1\\}$. Is the stronger statement $P_d \\lt 1$ true? On the other hand: Is it always true that $p_d(G) \\gt p_c (G)$?\n\nIt is shown that if one restricts attention to biregular planar graphs then these two problems can be treated in a similar way and all the above questions are positively answered. We also give examples to show that if one drops the assumption of transitivity, then the answer to the above two questions is no. Furthermore it is shown that for any bounded-degree bipartite graph $G$ with $p_c(G) \\lt 1$ one has $p_c(G) \\lt p_d(G)$. Problem (2) arises naturally from where an example is given of a coupling of the distinct plus- and minus measures for the Ising model on a quasi-transitive graph at super-critical inverse temperature. We give an example of such a coupling on the $r$-regular tree, ${\\bf T}_r$, for $r \\gt 1$.\n\n## Citation\n\nJohan Jonasson. \"On Disagreement Percolation and Maximality of the Critical Value for iid Percolation.\" Electron. J. Probab. 6 1 - 13, 2001. https://doi.org/10.1214/EJP.v6-88\n\n## Information\n\nAccepted: 15 June 2001; Published: 2001\nFirst available in Project Euclid: 19 April 2016\n\nzbMATH: 0987.60099\nMathSciNet: MR1873292\nDigital Object Identifier: 10.1214/EJP.v6-88\n\nSubjects:\nPrimary: 60K35\nSecondary: 82B20 , 82B26 , 82B43\n\nKeywords: coupling , Ising model , planar graph , Random-cluster model , transitive graph\n\nJOURNAL ARTICLE\n13 PAGES", null, "SHARE\nVol.6 • 2001", null, "" ]
[ null, "https://www.projecteuclid.org/Content/themes/SPIEImages/Share_black_icon.png", null, "https://www.projecteuclid.org/images/journals/cover_ejp.jpg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.80621594,"math_prob":0.9951409,"size":1845,"snap":"2022-27-2022-33","text_gpt3_token_len":559,"char_repetition_ratio":0.109179795,"word_repetition_ratio":0.025974026,"special_character_ratio":0.30460703,"punctuation_ratio":0.10026385,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99942374,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-08-09T23:58:21Z\",\"WARC-Record-ID\":\"<urn:uuid:3a926dd2-5ee1-42db-9aad-cd9014f03049>\",\"Content-Length\":\"150808\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:db0871d8-4f96-4c89-b38d-fa9a1e9bd70b>\",\"WARC-Concurrent-To\":\"<urn:uuid:6bbe22eb-568a-4a22-b89b-1be49dcc3db9>\",\"WARC-IP-Address\":\"107.154.79.145\",\"WARC-Target-URI\":\"https://www.projecteuclid.org/journals/electronic-journal-of-probability/volume-6/issue-none/On-Disagreement-Percolation-and-Maximality-of-the-Critical-Value-for/10.1214/EJP.v6-88.full\",\"WARC-Payload-Digest\":\"sha1:LOX2RGUZSTISRSYIKARPTIQGB2Y7EK6O\",\"WARC-Block-Digest\":\"sha1:FTDYIIQX63YXKD6SK4FHK54R65PGFXMD\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-33/CC-MAIN-2022-33_segments_1659882571090.80_warc_CC-MAIN-20220809215803-20220810005803-00331.warc.gz\"}"}
https://xiaokangstudynotes.com/2018/06/
[ "# 《自私的基因》书评\n\n1. 基因是进化的基本单位,所谓基因是控制某个生物形状或特性的染色体片段。\n个体或者群体都不是进化的基本单位。\n2. 基因进化的竞争对手是控制同一个性状或特性的等位基因。\n3. 基因的进化的目标是为了提高自己在整个等位基因库中的比例。\n4. 基因进化的一切目标都是以此为出发点,是完全利己的。\n5. 基因进化主要通过控制个体的形状或特性来实现。\n6. 不同的形状或者遗传特性最终会为个体带来不同的繁殖机会,从而影响控制这一特性的基因在后代中的比例。\n7. 基因和等位基因之间的竞争会最终达到一个稳定状态,各个等位基因在基因库中所占的比例保持稳定。\n8. 带来这个稳定状态的策略是进化稳定策略(evolution stable strategy),稳定策略是不同策略博弈的产物。\n9. 基因的竞争并不是单一的,而是相互影响的,最后可能造成不同基因相互配合的效果。\n10. 生物的行为包括利他的行为都可以用基因的自私性来解释。\n\n# Python Notes: Global Interpreter Lock\n\n### Why Python use GIL\n\nPython uses reference count for memory management. Each objects in python has a reference count variables that keep track of the number of reference to the object. When the reference count goes back to 0, Python would release this object from memory.\n\nHowever, in multi threading scenario, multiple thread might access the same object, and object reference count could be changed incorrectly in race conditions. Then objects that should be released could still stay in memory and worst case, objects that should not be release are incorrectly released.\n\nTo solve this problem, python introduced GIL, which is a global lock in python interpreter level. The rules is that, any python code has to acquire this lock to be executed. You might ask why not add one lock to each objects? This could result in deadlock.\n\nIn this way, python code guarantees that only one thread would be able to change the object reference count.\n\n### Problem of GIL\n\nThe GIL solution, however has problems in that Python code would not be able to utilize multi CPUs. If your code is CPU intensive, python multi-thread would not help you at all. However, if you program is not CPU intensive, but I/O intensive, for example, network application, Python thread is still a good choice.\n\n### Solution to this problem?\n\nAre there solutions to the problem? Yes, there are. Python community has tries many times to solve this problem. Python GIL is not really tie to python language it self, it ties to Python interpreter it self. So, as long as we change the underlying python interpreter, python could support multithread. For example, Jython, is implemented in Java.\n\nHowever, another important reason why Python GIL is not removed is that python has many extended libraries that are writing in C. Those libraries works well with Python in that they don’t need to worry about multi-thread models, the GIL model is really easy to integrate. Moving those libraries to other interpreters are hard works.\n\nAnother solution is to use `multiprocess` instead of `multithread`. Python has good designed libraries that supports multiprocess. However, process management would have more overhead than thread management for operating system, which means the performance of multiprocess programs are worse than multithreads.\n\n# Python Notes: Decorator\n\nBy definition, a decorator is a function that takes another function and extends the behavior of the latter function without explicitly modifying it. Built-in decorators such as @staticmethod, @classmethod, and @property work in the same way.\n\nHow decorator works? Let's take a look at the following example:\n\n``````def my_decorator(some_func):\ndef wrapper():\nsome_func()\nprint(\"Some function is being called.\")\n\nreturn wrapper\n\ndef another_func():\nprint(\"Another function is being called.\")\n\nfoo = my_decorator(another_func)\n\nfoo()\n``````\n\nYou would see the following print on the screen:\n\n``````\"Another function is being called.\"\n\"Some function is being called.\"\n``````\n\nAs you can see, we pass `some_func` into a closure, and do something before or after calling this function without modifying its original behavior, and we `return the function`. As we already learned, python functions are just like other python objects, they are first class objects. The returned function could be called just as any other functions.\n\n### @decorator\n\nThe above example is already very similar to decorator. The difference is that decorator often comes with a `@` symbol. This is an example of python syntax sugar, which often refers to syntax in a programming language that aims to make the things easy to read or to express. For example, the following is an example of a decorator:\n\n``````@my_decorator\ndef another_func():\nprint(\"Another function is being called.\")\n``````\n\n### Decorator that takes any argument\n\nIn python, we can use `*args` and `**kargs` to represent arbitrary arguments. The following example shows how to take arbitrary arguments in a decorator:\n\n``````def proxy(func):\ndef wrapper(*args, **kargs):\nreturn func(*args, **kargs)\nreturn wrapper\n``````\n\n### Decorator with parameters\n\nSometimes we want the decorator to take parameters, for example, we should implement it in this way:\n\n``````def decorator(argument):\ndef real_decorator(function):\ndef wrapper(*args, **kwargs):\ndo_something_with_argument(argument)\nresult = function(*args, **kwargs)\nreturn wrapper\nreturn real_decorator\n``````\n\n### Decorator tips\n\nOne practical tips when defining decorator is to use the `functoolss.wraps`, this function would keep all the meta data information of the original functions, including the function signature and docstring information.\n\n``````import functools\n\ndef uppercase(func):\n@functools.wraps(func)\ndef warpper():\nreturn func()\nreturn wrapper\n``````\n\n# Python Notes: function as first class object\n\nPer history of python blog, everything in python are first class objects, that means `all objects that could be named in the language (e.g., integers, strings, functions, classes, modules, methods, etc.) to have equal status. Th:at is, they can be assigned to variables, placed in lists, stored in dictionaries, passed as arguments, and so forth.`.\n\nEssentially, functions return a value based on the given arguments. In Python, functions are first-class objects as well. This means that functions can be passed around, and used as arguments, just like any other value (e.g, string, int, float).\n\nInternally, python use a common C data structure that are used everywhere in the interpreter to represent all objects, either it is a python function or a integer.\n\nHowever, when it comes to python function as first class, there are subtle things to think about when doing design.\n\nThink about the following function definition:\n\n``````class A:\ndef __init__(self, x):\nself.x = x\n\ndef foo(self, bar):\nprint self.x, bar\n``````\n\nWhat would happen if you assign `A.foo` to a variable: `b = A.foo`. The first argument of the function would have to be the instance itself. To handle this problem, python 2 returns a `unbound method`, which is a warper around the original function, but it restrict that the first argument of the function has to be the object instance: `a = A(), b(a)`. In python 3, however, this restriction is removed as the author found this is not very useful.\n\nLet’s think about the second condition, when you have a instance of a class: `a = A(1), b = a.foo`. In this case, python would return a `bound method` which is a thin wrapper around the original function. Bound method stores the instance as a internal object and this object would be the default first argument when calling this function.\n\n# 马尔萨斯和《人口原理》\n\n### 马尔萨斯陷阱\n\n`马尔萨斯人口陷阱(Malthusian Trap)`是说:\n\n• 在没有限制的情况下,人口会呈现指数型增长\n• 食物只会呈现现行增长\n• 人口的增长一定会超过食物增长,从而导致食物不足\n\n• 有意识的晚婚晚育。\n• 缩减人类寿命的时间,比如战争,瘟疫,饥荒等。\n\n# Python Notes: Iterator, Generator and Co-routine\n\n### Iteration\n\nPython support iteration, for example, iterating over a list:\n\n``````for elem in [1, 2, 3]:\nprint elem\n``````\n\nIterating over a dict:\n\n``````for key in {'Google': 'G',\n'Yahoo': 'Y',\n'Microsoft': 'M'}:\nprint key\n``````\n\nIterating over a file:\n\n``````with open('path/to/file.csv', 'r') as file:\nfor line in file:\nprint line\n``````\n\nWe use iterable objects in many ways, for example, reductions: sum(s), min(s), constructors: list(s), in operators: item in s.\n\nThe reason why we can iterate over iterable is because of iterable protocols: any objects that supports `iter()` and `next()` is an itterable. For example, we can define one itterable object in the following way:\n\n``````class count:\n\ndef __init__(self, start):\nself.count = start\n\ndef __iter__(self):\nreturn self\n\nDef next(self):\nif self.count < 0:\nraise StopIteration\nr = self.count\nself.count -=1\nreturn r\n``````\n\nWe can use the above example in this way:\n\n``````c = count(5)\nfor i in c:\nprint I\n# 5, 4, 3, 2, 1\n``````\n\n### Generator\n\nSo what is a generator? By definition: a generator is a `function` that produces `a sequence of results` instead of a single value.\n\nSo generator is a function, it is different from other functions that it generates a sequence of results instead of a single value. Generator function is very different from normal function, calling the generator function will create one generator, but would not execute it, until `next()` is called. The following is an example of generator:\n\n``````def count(n):\nwhile n > 0:\nyield n\nn -= 1\n\nc = count(5)\n``````\n\nNote that when we first initiate count, it won't execute. Until the first time we call, `c.next()` the generator would start to execute. But it will suspend on the `yield` command, until next time it executes.\n\nSo to speak, a generator is a convenient way of writing an iterator, and you don't have to worry about iterator protocols.\n\nExcept for `yield` based generator function, python also supports generator expression:\n\n``````a = [1, 2, 3, 4]\nb = [x*2 for x in a]\nc = (x*2 for x in a)\n``````\n\n`b` is still a regular list, while c is a generator.\n\n### Co-routine\n\nPython coroutine is very similar to generator. Think about the following pattern:\n\n``````def receive_count():\ntry:\nwhile True:\nn = (yield) # Yield expression\nprint \"T-minues \", n\nexcept GeneratorExit:\nprint \"Exit from generator.\"\n``````\n\nThe above form of generator is called coroutine. Coroutine is different from generator in that it receives data instead of generates data. Think of it as a `consumer` or `receiver`.\n\nTo use python co-routine, you need to call `next()` first so that the function executes to the `yield` field part, then you can use send to send the value to the function. For example:\n\n`````` c = receive_count()\nc.next() # trigger to yield function\nc.send(1) # sending 1 to the co-routine.\n# prints \"T-minus 1\"\n``````\n\nPython provided a decorator called `@consumer` to execute the next() function part. With the `consumer` decorator, the co-routine can be used directly.\n\nThen the question is: why don't we just declare co-routine as a regular function where you can send the value to it directly instead of relying on the yield expression? Using coroutine in the given examples doesn't fully justify it's value. More often, people use co-routine to implement a application level multiple threading. I will introduce more about this later.\n\n# Python Notes: Context management\n\nPython supports context management. Which often used when handling resources, for example, file, network connection. With statement helps make sure the resources are cleaned up or released. There are two major functions for context management: `__enter__` and `__exit__`.\n\n`__enter__` is triggered when the `with` statement is first triggered, while `__exit__` statement is triggered when the statement finishes execution.\n\nOne very common usage of with statement is when we open up files:\n\n`````` with open('/path/to/file', 'r') as file:\nfor line in file():\nprint(line)\n\n``````\n\nThe `with` statement on this example will automatically close the file descriptor no matter how this with block exits.\n\nPython with statement also supports nesting, for example:\n\n`````` with open('/open/to/file', 'r') as infile:\nwith open('write/to/file', 'w') as outfile:\nfor line in infile:\nif line.startswith('Test'):\noutfile.write(line)\n``````\n\nIf you want your code to support with statement based context management, just override the two functions on your code, for example:\n\n``````class Resource:\ndef __init__(self, res):\nself.res = res\n\ndef __enter__(self):\n\ndef __exit__(self, exc_type, exc_value, traceback):\n\n``````\n\nThere is another way to support context management, which is to use the `contextlib.contextmanager`, we will introduce this later.\n\n# Python Notes: Closure\n\nThe following is an example of python closure.\n\n``````def outer_function(outter_arg):\nclosure_var = outter_arg\ndef inner_function(inner_arg):\nprint(\"{} {}\".format(closure_var, inner_arg))\n\nreturn inner_function\n\n# Usage of a python closure\nclosure_func = outer_function(\"X\")\nclosure_func(\"Y1\") # print \"Y1 X\"\nclosure_funct(\"Y2\") # output \"Y2 X\"\n\n``````\n\n### Variables and nested function\n\nPython has two types of variables: local variable and global variable. Variables defined within a function has a local scope, while variables defined outside a function has global scope.\n\nWhen a function is defined within another function, the function is called nested function. The nested function, however, can access the outer function’s variables. In the example above, outer function defined a variable called closure_var, and this variable would be initiated by the input variable. The inner function is able to access this variable and use this variable in its own function definition.\n\nThere are two steps of using a closure function: initiate the closure function and assign to a local variable, then call the variable with parameter to invoke the inner function.\n\n### When to use closure?\n\n• Reduce the use of global variables\n\nClosure could hide variables inside the function, in this way we reduce the use of global variables.\n\n• Simplify single function classes.\nFor example, the above example could be converted into a single function class:\n``````class OuterClass:\ndef __init__(outer_arg):\nself.arg = outer_arg\n\ndef inner_function(self, inner_arg):\nprint(\"{} {}\".format(self.arg, inner_arg))\n``````\n\nIn general, closure runs faster than instance function calls." ]
[ null ]
{"ft_lang_label":"__label__zh","ft_lang_prob":0.98567766,"math_prob":0.83234084,"size":2274,"snap":"2020-34-2020-40","text_gpt3_token_len":2545,"char_repetition_ratio":0.047577094,"word_repetition_ratio":0.0,"special_character_ratio":0.097185574,"punctuation_ratio":0.0,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.95608133,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-28T05:11:47Z\",\"WARC-Record-ID\":\"<urn:uuid:5d2a69ed-c3bd-4e02-bd48-c681e9299f47>\",\"Content-Length\":\"95926\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:f1b68a4d-8d19-42f5-a35a-e8eaab1dee76>\",\"WARC-Concurrent-To\":\"<urn:uuid:3c3bfadd-b66a-48e2-b52f-54afa153bbc8>\",\"WARC-IP-Address\":\"192.0.78.24\",\"WARC-Target-URI\":\"https://xiaokangstudynotes.com/2018/06/\",\"WARC-Payload-Digest\":\"sha1:LAJAX5FT2SSPBIAHSMCNUQFWDXMN6PEN\",\"WARC-Block-Digest\":\"sha1:O52VS3ZGBMGRZAEDFCF7BU3EQC5P37DU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600401585213.82_warc_CC-MAIN-20200928041630-20200928071630-00037.warc.gz\"}"}
http://www.knowledgeadda.com/2010/03/
[ "## VLSI Design - 7th ND09 EC1401\n\nB.E/B.Tech Degree Examination, November/December 2009.\nSeventh Semester - 7th\nElectronics and Communication Engineering\nEC1401 - VLSI DESIGN\n(Common to B.E.(Part-Time) Sixth Semester Regulation 2005)\n(Regulation 2004)\n\nProgramming Questions  |  Travel Tips | Mobile Review | Placement Papers\n\nFor More Question paper on ECECLICK HERE\n\nPart A-(10*2=20 marks)\n\n1.What are the different MOS layers?\n2.What are the two types of layout design rules?\n3.Define rise time and fall time.\n4.What is a pull down device?\n5.What are the difference between task and function?\n6.What is the difference between === and == ?\n7.What is CBIC ?\n8.Draw an assert high switch condition if input = 0 and input =1.\n9.What do you mean by DFT?\n10.Draw the boundary scan input logic diagram.\n\nPart B - (5*16=80 marks)\n\n11.a) Discuss the steps involved in IC fabrication process.(16)\nOr\nb) Describe n-well process in detail.(16)\n\n12.a)i)Explain the DC characteristics of CMOS inverter with neat sketch.(8)\nii)Explain channel length modulation and body effect.(8)\nOr\nb)i)Explain the different regions of operation in a MOS transistor.(10)\nii)Write a note on MOS models.(6)\n\n13.a)Explain in detail any five operators used in HDL .(16)\nOr\nb)i)Write the verilog code for 4 bit ripple carry full adder.(10)\nii)Give the structural description for priority encoder using verilog.(6)\n\n14.a)Explain in detail the sequence of steps to design an ASIC.(16)\nOr\nb)Describe in detail the chip with programmable logic structures.(16)\n\n15.a)Explain in detail Scan Based Test Techniques.(16)\nOr\nb)Discuss the three main design strategies for testability.(16)\n\n## Electronic Circuits I 3rd ND09 EC9202\n\nANNA UNIVERSITY – CHENNAI\nB.E.\\B.TECH DEGREE EXAMINATION DECEMBER 2009\n3rd - THIRD SEMESTER\nELECTRONICS and COMMUNICATIONS ENGINEERING.\nEC9202 ELECTRONIC CIRCUITS - I\n\nProgramming Questions  |  Travel Tips | Mobile Review | Placement Papers\n\nFor More Question paper on ECECLICK HERE\n\nPART A-(2*10=20)\n\n1. Define stability factor.\n2. Draw the fixed bias single stage transistor circuit.\n3. Define CMRR.\n4. Draw the small signal equivalent circuit of FET.\n5. Two amplifiers having gain 20db and 40db are cascaded. Find the overall gain in db.\n6. Define bandwidth.\n7. What is theoretical maximum conversion efficiency of class A power amplifier.\n8. What is distortion in power amplifiers.\n9. Draw the full wave bridge rectifier circuit.\n10. What are the advantages of SMPS over conventional regulators.\n\nPART B-(5*16=80)\n\n11. A) (i) For the transistor circuit in fig. find the Q-point. Vcc=15v, B=100, VBE=0.7V\n(ii) Calculate the stability factor for a fixed bias circuit.\n(Or)\nB) Discuss the various techniques of stabilization of Q-point in a transistor.\n\n12. A) For the CC transistor amplifier circuit, find the expressions for input impedance and voltage gain. Assume suitable model for transistor.\n(Or)\nB) (i) Discuss the working of a basic emitter coupled differential amplifier circuit (8)\n(ii) Compare CB, CE and CC amplifiers. (8)\n\n13. A) (i) Discuss the frequency response of multistage amplifiers. Calculate the overall upper and lower cutoff frequencies. (10)\n(ii) Discuss the terms rise time and sag. (6) (Or)\nB) Discuss the high frequency equivalent circuit of FET and hence derive gain bandwidth product for any one configuration.\n\n14. A) (i) Derive the theoretical max conversion efficiency of class B power amplifier. (10)\n(ii) Write short notes on power MOSFET amplifier. (6) (Or)\nB) Describe the distortion in power amplifier and the methods to eliminate the same.\n\n15. A) Explain the circuit of voltage regulator and also discuss the short circuit protection mechanism. (Or)\nB) (i) Explain the power control method using SCR.\n(ii) Design zener regulator for following specification Vin=8v to 12v; Vo=10v, RL=10kO. Assume that zener diode is ideal.\n\n## Control System - ND09 5th EC9254\n\nANNA UNIVERSITY – COIMBATORE\nB.E.\\B.TECH DEGREE EXAMINATION DECEMBER 2009\nFIFTH SEMESTER - 5th\nELECTRONICS and COMMUNICATION ENGG.\nCONTROL SYSTEMS - EC9254\n\nProgramming Questions  |  Travel Tips | Mobile Review | Placement Papers\n\nFor More Question paper on ECECLICK HERE\n\nPART A-(2*20=40)\n\n1. What is the use of mason’s gain formula.\n2. Give two examples for open loop and closed loop systems.\n3. What do you meant by analogous systems.\n4. What are the frequency domain specifications.\n5. What are the advantages and disadvantages of feedback control systems.\n6. How can we classify second order system based on damping ratio.\n7. Define gain margin.\n8. Define resonant frequency.\n9. State Routh stability criterion.\n10. Define Nyquist stability criterion.\n11. What are the difference between state space analysis and Transfer function analysis.\n12. What are root loci.\n13. What is servomechanism.\n14. What are the different types of controller.\n15. What is synchro.\n16. Name the test signals used in control systems.\n17. What is polar plot.\n18. Give examples for frequency response plot.\n19. Write down state mode and output model of state space systems.\n20. What do you mean by decomposition of transfer function.\n\nPART B-(5*12=60)\n\n21. A) A unity feedback system has an open loop transfer function G(s)=k/s(s+10). If the damping ratio is 0.5 determine (i) the value of k, (ii) peak overshoot, (iii) time to peak overshoot, (iv) settling time. (8) B) For a unity feedback whose G(s)=1/s(s+1) the input signal is r(t)= 4+6t+2t3. Find the generalized error coefficients. (4)\n\n22. For the given block diagram find corresponding signal flow graph and evaluate closed loop transfer function relating to output and input.\n\n23. Determine the value of k for a unity feedback control system have open loop transfer function G(s)H(s)=k/s(s+2)(s+4) such that (i)gain margin =20db (ii) phase margin =600.\n\n24. Investigate the F(s) for stability using RH criterion (i) F(s) =s4+ks2+(k+1)s+2 (ii) F(s)=s4+s3+3s2+s+6 (iii) F(s)=s5+s4+2s3+2s2+6s+6\n\n25. Obtain the state space model of the system with transfer function C(s)=s2+3s+2 in phase Variable form. R(s) s2+7s+12\n\n26. A system characterized by the following state equation\nFind (i) Transfer function of the system (ii) State transition matrix.\n\n27. Sketch the root locus for the system with characteristic equation 1+G(s)H(s)=K(s+2)(s+3)(s+1)(s-1)\n\n28. Find transfer function of field controlled DC servo motor.\n\n## Digital Signal Processing - ND09 5th EC9304\n\nANNA UNIVERSITY – COIMBATORE\nB.E.\\B.TECH DEGREE EXAMINATION - DECEMBER 2009\nFIFTH SEMESTER - 5th\nELECTRONICS and COMMUNICATION ENGG.\nDIGITAL SIGNAL PROCESSING - EC9304\n\nProgramming Questions  |  Travel Tips | Mobile Review | Placement Papers\n\nFor More Question paper on ECECLICK HERE\n\nPART A-(2*20=40)\n\n1. Define twiddle factor of FFT.\n2. The first five DFT coefficients of a sequence x(n) are X(0)=20, X(1)=5+j2, X(2)=0, X(3)=0.2+j0.4, X(4)=0. Determine the remaining DFT coefficients.\n3. Calculate the number of multiplications needed in the calculation of DFT and FFT with 64-point sequence.\n4. What is zero padding. What are its uses.\n5. What are the desirable and undesirable features of FIR filters.\n6. What is the necessary and sufficient condition for linear phase characteristics in FIR filter.\n7. Define Gibb’s phenomenon.\n8. Draw the direct form I structure for the second order system function\nH(z)= b0+b1z-1+b2z-2\n1+a1z-1+a2z-2\n9. Find the digital filter transfer function H(z) by using impulse invariant method.\nfor the analog transfer function H(s)=1/(S+2).\n10. Give any two properties of Butterworth filter.\n11. What is warping effect. What is the effect on magnitude and phase responses.\n12. Mention any two procedures for digitizing the transfer function of an analog filter.\n13. What are the quantization errors due to finite word length registers in digital filters.\n14. What is overflow oscillations. What are the methods to prevent it.\n15. Define a Deadband of a filter.\n16. The filter coefficient H=-0.673 is represented by sign magnitude fixed point arithmetic. If the word length is 6 bits, compute the quantization error due to truncation.\n17. What are the addressing modes of TMS320C50.\n18. What is the advantage of Harvard architecture of TMS320 series.\n19. What is the different buses of TMS320C50.\n20. What are the arithmetic instructions of C50.\n\nPART B-(5*12=60)\n\n21. A) Find the 8 point DFT of the given sequence x(n)={0,1,2,3,4,5,6,7} using Dif radix-2 FFT algorithm.(8)\nB) Perform the circular convolution of the following two sequences using matrix method. X1(n)={2,1,2,1} , X2(n)={1,2,3,4} (4)\n\n22. A) Design an idea Hilbert transformer having frequency response\nH(ej?)=j for -p=?=0.\n= - j for 0=?=p. Using rectangular window for N=11. (8)\nB) Realize the following system function using minimum number of multipliers (4)\nH(z)=1+1z-1+1z-2+1z-3+1z-4+z-5\n3 4 4 3\n\n23. Design a digital Butter-worth filter satisfying the constraints.\n0.707=¦H(ej?)¦= for 0=?= p/2.\n¦H(ej?)¦=0.2 for 3p/4=?= p.\nWith T=1 sec using bi-linear transformation.\n\n24. A) The input to the system y(n)=0.999y(n-1)+x(n) is applied to an ADC. What is the power produced by the quantization noise at the output of the filter if the input is quantized to (i) 8 bits (ii) 16 bits. (8)\nB) Compare fixed point and floating point arithmetic. (4)\n\n25. A) With a neat block diagram explain in detail the architecture of TMS320C50. (8)\nB) Write short notes on pipelining. (4)\n\n26. Design a high pass filter with Hamming window with a cut-off frequency of 1.2 radians/sec and N=9.\n\n27. Consider the transfer function H(z)=H1(z) where H1(z)=1/(1-a1z-1) and H2(z)=1/(1-a2z-1). Assume a1=0.5 and a2=0.6 and find the output round off noise power.\n\n28. A) Calculate the DFT of the sequence X(n) = {1,1,-2,-2}. (6)\nB) Find the output y(n) of a filter whose impulse response is h(n)= {1,1,1} and input signal x(n)={3,-1,0,1,3,2,0,1,2,1} using overlap save method.\n\n## Principles Of Management - ND09 5th MG1351\n\nANNA UNIVERSITY – COIMBATORE\nB.E\\B.TECH DEGREE EXAMINATION DECEMBER 2009\nFIFTH SEMESTER - 5th\nELECTRONICS and COMMUNICATION ENGG.\nPRINCIPLES OF MANAGEMENT - MG1351\n\nFor More Question paper on ECECLICK HERE\n\nPART A-(2*20=40)\n\n1. What are the streams related to Neo-classical theory.\n2. What is a system.\n3. Who are all the major contributors to contingency approach of management.\n4. What are the functions of management.\n5. What are two views on strategy.\n6. What are various types of plans based on time.\n7. Define policy.\n8. What is meant by good alternative.\n9. What is meant by formal organization.\n10. What are the benefits of staff authority.\n11. What is meant by delegation of authority.\n12. Define staffing.\n14. Define creativity.\n15. What is meant by job enrichment.\n16. What are the barriers of communication.\n17. State few control techniques.\n18. What are the types of managerial control.\n19. Define productivity.\n20. Define budget.\n\nPART B-(5*12=60)\n\n21. A) Explain the challenges that are faced by the management. (4)\nB) Describe Henry Fayol’s principles of Management. (8)\n\n22. A) Explain the various steps involved in planning. (8)\nB) Explain the elements of most effective MBO systems.\n\n23. A) Explain the common problems and difficulties faced in decision making process. (6)\nB) Describe the four approaches of selection process. (6)\n\n24. A) Describe the basis for departmentation. (8)\nB) Explain the significance of selection process (4)\n\n25. A) Explain the significance of staffing function. (6)\nB) Describe various style of leadership. (6)\n\n26. A) Explain the role of Non-Financial incentives in Motivation (8)\nB) What are the advantages of job enrichment.\n\n27. A) What are the characteristics features of controlling. Explain. (4)\nB) Explain the process f communication.\n\n28. A) Explain the essential elements of control system (4)\nB) Describe the essential requirements for good control system. (8).\n\n## High Speed Networks - ND09 7th EC1008\n\nB.E/B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2009\nSeventh Semester - 7th\n(Regulation 2004)\nElectronics and Communication Engineering\nEC 1008 – HIGH SPEED NETWORKS\n(Common to B.E (Part Time) Sixth Semester – ECE – Regulation 2005)\n\nFor More Question paper on ECECLICK HERE\n\nPART A – (10 * 2 = 20 marks)\n\n1.What does the term 'asynchronous' indicate ATM networks?\n2.Mention the encoding techniques followed in Fast Ethernet.\n3.Mention any four important parameters that are associated with a single server queue.\n4.Write short notes on Committed Information Rate in Traffic Rate Management.\n5.Write down the expression by which the RTT is computed in the original TCP implementation (i.e., without any refinements).\n6.What is meant by silly window syndrome?\n7.Define Quality of Service in a data network.\n8.What is meant by Active Queue Management Scheme?\n9.Is RTP an application layer protocol or transport layer protocol? Justify your answer.\n10.What is meant by Forward Equivalence Class in MPLS networks?\n\nPART B - ( 5 * 16 = 80 marks )\n\n11. (a) (i) Explain the various cabling schemes and the encoding scheme followed in Gigabyte Ethernet. (8)\n(ii) Discuss the relevance of CSMA/CD in Gigabyte Ethernet. (8)\nOR\n(b) (i) Explain the action that take place in the receiver upon receiving the HEC field in ATM networks. (8)\n(ii) Explain how the GFC is used to provide the flow control at the UNI of ATM networks. (8)\n\n12.(a) (i) An engineering firm provides each of its analyst with a personal computer, all of which are hooked up over a LAN to a database server. In addition, there is an expensive, standalone graphics workstation that is used for special purpose design tasks. During the course of a typical 8-hour day, 10 engineers will make the use of the workstation and spend an average of 30 minutes at a session. Manager is satisfied with this arrangement since the utilization factor of the work station is only 5 hours out of 8. The engineers complain that the wait time for using the work station is long, often an hour or more, and are asking for more workstations. Explain the queuing analysis that should be done by the engineers to convince the manager.(10)\n(ii) Explain the choke packet congestion control mechanism. (6)\nOR\n(b) (i) Consider a LAN with 100 personal computers and a server that matintains a common database for a query application. The average time for the server to respond to a query is 0.6 seconds, and the standard deviation is estimated to equal the mean. At peak times, the query rate over the LAN reaches 20 queries per minute. Answer the following questions.\n(1) What is the average response time ignoring line overhead? (2)\n(2) If a 1.5 second response time is considered the maximum acceptable, what percent growth in message load can occur before the maximum is reached? (3)\n(3) If 20% more utilization is experienced, will response time increase by more or less than 20%? (3)\n(ii) Discuss the issues of fairness. Quality of Service and reservation in traffic management. (8)\n\n13. (a) (i) Explain the various congestion control mechanisms followed in ATM networks. (8)\n(ii) Discuss the ABR and GFR service categories in ATM networks. (8)\nOR\n(b) (i) Explain the Additive Increase Multiplicative Decrease behavior of TCP congestion control algorithm.(8)\n(ii) Explain the basic TCP flow control mechanism in detail. (8)\n\n14. (a) (i) Discuss the motivation and design goals of Random Early Detection scheduling policy.\n(ii) Explain the Random Early Detection algorithm in terms of the estimation of queue size and determining packet discard.\nOR\n(b) (i) Describe the functional modules that should be present in ingress and egress routers of Differentiated Services Networks. (8)\n(ii) Describe the components of a core router of Differentiated Services Network. (8)\n\n15. (a) (i) Explain the soft state based receiver initiated reservation in RSVP. (8)\n(ii) Discuss the flow specifications and filter specifications in RSVP. (8)\nOR\n(b) (i) Discuss the labeling and label switched path of MPLS networks. (8)\n(ii) Explain the stacking rules followed in the label switched path of MPLS networks.(8)\n\n## Object Oriented Analysis and Design ND09 7th CS1402\n\nB.E/B.Tech.DEGREE EXAMINATION, NOVEMBER/DECEMBER 2009\nSeventh Semester\nComputer Science and Engineering\nCS1402-OBJECT ORIENTED ANALYSIS AND DESIGN\n(Common to B.E (Part-Time) Sixth Semester Regulation 2005)\n(Regulation 2004)\n\nFor More Question paper on CSECLICK HERE\n\nPART A- (10 x 2 =20 marks)\n\n1. Give the characteristics of object oriented system.\n2. What is an object? Give an example.\n3. Give a note on patterns and its necessity.\n4. Mention the models in Object Modelling Techniques in Rambaugh methodology and its role for describing the system.\n5. List out the steps for finding the attributes of a class?\n6. Give the hint to identify the attributes of a class?\n7. Define axiom along with its types.\n8. For the schema employee (emp-id, emp-name, street, city) give the class representation along with the attribute types.\n9. Mention the purpose of view layer interface.\n10. What are client/server computing? Give two applications which work on this basis?\n\nPART B- (5 X 16 = 80 marks)\n\n11. (a) Explain and develop the payroll system using the steps of Object oriented approach. [ Marks 16 ]\nOr\n(b) Explain the following\n(i) Object Modeling Technique [ Marks 8 ]\n(ii) Compare Aggregation and Composition with a suitable example. [ Marks 8]\n\n12. (a) Explain the relationships that are possible among the classes in the UML representation with your example. [Marks 16 ]\nOr\n(b) What are the various diagrams that are used in analysis and design steps Of Booch Methodology? Explain with your own example. [Marks 16 ]\n\n13. (a) Explain the method of identifying the classes using the common class approach with an example. [ Marks 16 ]\nOr\n(b) Consider the Hospital Management System application with the Following requirements\n• System should handle the in-patient, out-patient information through receptionist.\n• Doctors are allowed to view the patient history and give their prescription.\n• There should be a information system to provide the required information.\nGive the use case, class and object diagrams. [ Marks 4+8+4 ]\n\n14.(a) With a suitable example explain how to design a class. Give all possible representation in a class (name, attribute, visibility, methods, responsibilities)[Marks 16 ]\nOR\n(b) Design the access layer for the Students information management which includes personal, fees and mark details. [ Marks 16 ]\n\n15.(a) (i) Explain the various testing strategies. [ Marks 12 ]\n(ii) Give the use cases that can be used to generate the test cases for the Bank ATM application. [ Marks 4]\nor\n(b) (i) How will you measure the user satisfaction? Describe. [ Marks 6 ]\n(ii) Perform the satisfaction test for any client/server application. [ Marks 10]\n\n## Analog and Digital communications ND09 3rd CS2204\n\nB.E/B.Tech EXAMINATIONS,NOVEMBER/DECEMBER 2009\nTHIRD SEMESTER\nCOMPUTER SCIENCE AND ENGINEERING\nCS 2204-ANALOG AND DIGITAL COMMUNICATIONS\n(REGULATIONS 2008)\n\nFor More Question paper on CSECLICK HERE\n\nPART A-(10X2=20 marks)\n\n1.A carrier wave is represented by equation s(t)=12sinwt.Draw the wave form of an AM wave for depth of modulation of 0.5.\n2.Compare FM with AM\n3.What is coherent detection?\n4.Why is binary ASK called on-off keying?\n5.What are the errors in DM?\n6.Define companding\n7. What are the two methods of error detection and correction?\n8.What do you mean by signaling rate?\n9.Define processing gain\n10.What is CDMA?\n\nPART B-(5X16=80 marks)\n\n11.(a)(i)The output voltage of a transmitter is given by 500(1+0.4sin3140t)cos6.28X10^7t\nThis voltage is fed to a load of 600 ohms.Determine\n1.Carrier frequency\n2.Modulating frequency\n3.Carrier power (9)\n(ii)Explain i detail about super heterodyne receiver(7)\nOr\n(b)(i)Carrier frequency modulated with a sinusoidal signal of 2kHz resulting in a maximum frequency deviation of 5kHz.Find\n1.Modulating index\n2.Bandwidth of modulated signal (4)\n(ii)Explain the method of generating FM signal using indirect method(12)\n\n12.(a)(i)Explain the coherent binary FSK system with a neat diagram of transmitter and receiver(12)\n(ii)Enumerate the advantages and disadvantages of FSK over PSK system(4)\nOr\n(b)(i)Explain the generation and detection of coherent QPSK system in detail(12)\n(ii)What is DPSK?Explain its bandwidth requirements.\n\n13.(a)(i)Explain in detail about DPCM with suitable diagram(10)\n(ii)1kHz signal is sampled by 8kHz sampling signal and the samples are encoded with 12 bit PCM system.Find\n1.Required bandwidth for PCM system\n2.Total number of bits in the digital output signal in 10 cycles(6)\nOr\n(b)(i)Write short notes on ISI(6)\n(ii)What is eye pattern?Explain how is the performance of a base-band pulse transmission system measured with this?(10)\n\n14(a)(i)Write short notes on error correcting codes\n(ii)Find the generator polynomial of (7,4) cyclic code and find the codeword for the message 1001(12)\nOr\n(b)Explain in detail about the serial interface with its control signals and timing information(16)\n\n15(a)(i)What are pseudo noise sequences?How are they generated?(6)\n(ii)Explain direct sequence spread spectrum system in detail(10)\nOr\n(b)(i)Explain 2 types of FH spread spectrum systems with suitable diagrams(16)\n\n## Fundamental of computing and programming JF10 GE2112\n\nB.E./B.TECH. DEGREE EXAMINATIONS, JANUARY 2010\nREGULATIONS 2008\nFIRST SEMESTER\nCOMMON TO ALL BRANCHES\nGE2112 FUNDAMENTAL OF COMPUTING AND PROGRAMMING\n\nPART A-(10*2=20MARKS)\n\n1.Distinguish between Analog and Digital computer.\n2.Convert 0.4375 decimal to binary system.\n3.Distinguish between compiler and interpreters.\n4.What is web server?\n5.What is an algorithm?\n6.Give the importance of a graphic packages.\n7.Write a code segment using while statement to print numbers from 10 down to 1.\n8.Write a c program for the following expressions.\n(a)a=5 <= 8 && 6!=5\n(b)a = b++ + ++b where b = 50\n9.How strings are represented in c language?\n10.What are the advantages of unions over structures?\n\nPART B-(5*16=80 MARKS)\n\n11.(a)(i)What are the characteristic of a computer? Discuss\n(ii)Briefly explain the various generations of computers.\n(iii)Convert the decimal number 59.8125 into binary and octal.\n(OR)\n11(b)Explain the different components of a computer system with block diagram.\n\n12.(a)(i)Describe the different types of software with examples.\n(ii)List the different software development steps and explain.\n(OR)\n12.(b)(i)Explain the common types of internet access.\n(ii)Write short notes on web browser.\n(iii)Explain a typical structure URL.\n\n13. (a)Draw and explain the various symbols of flowchart and also draw the flowchar to add an array\nof N elements\n(OR)\n13.(b)(i)Explain the features of Power Point package.\n(ii)List and explain the features supported by spreadsheet package.\n(iii)Briefly write about Desktop Publishing Software.\n\n14.(a)(i)What are the different operators available in C? Explain with examples.\n(ii)Differentiate between signed and unsigned integer.\n(OR)\n14.(b)(i)Explain the following conditional statements.\n1.nested if-else statement\n2.switch-case statement\n(ii)Write a C program that reads a number and display whether the number is prime or not.\n\n15.(a)(i)Write a C program to reverse a given string.\n(ii)Differentiate pass by value and pass by address in c.\n(OR)\n15.(b)Write a C program that gets and display the report of n students with their personal\nand academic details using structures.\n\n## Engineering Physics I - 1st JF10 PH2111\n\nB.E./B.TECH. DEGREE EXAMINATION, JANUARY 2010\nFIRST SEMESTER\nPH 2111-ENGINEERING PHYSICS-I\n(REGULATIONS 2008)\n\nPART A-(10*2=20MARKS)\n\n1.What is cavitation?\n2.What is sonogram?\n3.What are different methods of achieving population inversion?\n4.Distinguish between homo junction and hetero-junction semiconductor lasers.\n5.A signal of 100 mW is injected into fiber. The out coming signal from the other end is 40 mW.\nFind the loss in dB?\n6.What is meant by splicing in fiber optics?\n7.Calculate the equivalent wavelength of electrons moving with velocity of 3*10^7 m/s.\n8.What is Compton effect?Write an expression for the Compton wavelength.\n9.For a cubic crystal draw the planes with Miller indies(110) and(001).\n10.What are Frenkly Schhottky imperfections?\n\nPART-B--(5*16=80)MARKS\n\n11.(a)(i)Explain how ultrasonic can be produced by using magnetostriction method.(12)\n(ii)Write any four applications of ultrasonic waves (4)\n(or)\n(b)In ultrasonic NDT what are the three different scan displays in common use? Explain (10+6)\n\n12.(a)For atomic transitions, derive Einstein relations and hence deduce the expression for the ratio of spontaneous emission rate to the stimulated emission rate.\n(or)\n(b)What is holography?Describe the construction and reconstruction methods of a hologram.(4+6+6)\n\n13.(a)(i)How are fibers classified?Explain the classification in detail.(8)\n(ii)Explain double crucible method of fiber manufacturing.(8)\n(or)\n(b)(i)Explain the construction and working of displacement and temperature fiber optic sensors (5+5)\n(ii)Explain the construction and working of fiber-optic medical endoscope.(6)\n\n14.(a)(i)Write a note on black body radiation.\n(ii)Derive Planck's law radiation.\n(or)\n(b)(i)What is the principle of electron microscopy? Compare it wroth optical microscope. (4)\n(ii)With schematic diagram explain the construction and working of scanning electron microscope. (12)\n\n15.(a)(i)Explain the terms:atomic radius, coordination number and packing factor.(6)\n(ii)Show that the packing factor for Face Centered Cubic and Hexagonal Closed Packed structures are equal . (10)\n(or)\n(b)(i)What are Miller in dices?Explain. (4)\n(ii)Derive an expression for the inter planar spacing for(hkl) planes of a cubic structure.(10)\n(iii)Calculate the inter planar for the spacing for(101) plane in a simple cubic crystal whose lattice constant is 0.42nm. (2)\n\n## Principles Of Communication ND09 IT2202\n\nAnna University 2009\nB.Tech Information Technology(IT)\nIT 2202-Principles Of Communication\n3rd Semester - Question Paper\nRegulation 2008\n\nFor more question paper of IT\n\nPART-A\n\n1. Define amplitude modulation.\n2. What is modulation index?\n3. Why is ASK called as ON-OFF keying ?\n4. What is the difference between QASK and QPSK ?\n5. Define sampling rate.\n6. What is ISI ?\n7. Define Pseudo noise sequence.\n8. What are the different types of multiple access techniques ?\n9. Define Kepler's three laws of planetary motion.\n10. What are the losses encountered by optical fiber ?\n\nPART-B\n\n11. (a) (i)Write short notes on\n(1) AM voltage distribution. (4)\n(2) AM power distribution. (4)\n(ii) An audio frequency signal 10sin2p*500t is used to amplitude modulate a carrier of 50 sin2p*10^5t.Calculate.\n(1) Modulation index. (2)\n(2)Side band frequencies. (2)\n(3)BW required. (2)\n(4)Total power delivered to the load of 600O. (2)\n(OR)\n(b) (i)Compare FM and AM.(12)\n(ii) The phase deviation constant in a phase modulation system is K=0.01rad/v.Calculate the maximum phase deviation when the modulating signal of 10V is applied. (4)\n\n12. (a) (i)Explain the principle of FSK transmitter and receiver (10)\n(ii)Write short note on spectrum and bandwidth of FSK. (6)\n(OR)\n(b) (i)Compare the various types of digital modulation techniques. (8)\n(ii)Explain the eye pattern in base band digital transmission with neat diagram. (8)\n\n13. (a) (i)Explain the elements of PCM system with a neat block diagram. (12)\n(ii)What is companding ? (4)\n(OR)\n(b) (i)Find the signal amplitude for minimum quantization error in a delta modulation system if step size is 1 volt having repetition period 1 ms.The information signal operates at 100Hz. (4)\n(ii) Describe the operations of DPCM system with relevant diagram. (12)\n\n14. (a) (i)Write short notes on Frequency hop spread spectrum. (10)\n(ii)Explain the applications of spread spectrum techniques. (6)\n(OR)\n(b) (i)Give a detailed account of multiple access techniques. (10)\n(ii)Compare TDMA and CDMA. (6)\n\n15. (a) (i)Discuss briefly the basic satellite communication system . (8)\n(ii)Write short notes on LEO and GEO orbits. (8)\n(OR)\n(b) Enumerate the elements of an optical fiber transmission link. (16)" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.87137413,"math_prob":0.93165815,"size":4235,"snap":"2019-13-2019-22","text_gpt3_token_len":979,"char_repetition_ratio":0.12219334,"word_repetition_ratio":0.014430014,"special_character_ratio":0.23754427,"punctuation_ratio":0.10152284,"nsfw_num_words":1,"has_unicode_error":false,"math_prob_llama3":0.9860716,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-03-24T16:28:16Z\",\"WARC-Record-ID\":\"<urn:uuid:cf5d4e02-35a0-4952-b09c-864b22f3061d>\",\"Content-Length\":\"216745\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:c7446304-974d-48f1-b5d6-5cea3e2f4f4b>\",\"WARC-Concurrent-To\":\"<urn:uuid:8de75b72-24e8-40f9-96e7-1b199f98a117>\",\"WARC-IP-Address\":\"172.217.164.179\",\"WARC-Target-URI\":\"http://www.knowledgeadda.com/2010/03/\",\"WARC-Payload-Digest\":\"sha1:AHAZRWI25QL5O7Z5RXF75K6AN2X3WY33\",\"WARC-Block-Digest\":\"sha1:GWL5CTZHT2PRWPGZZQIATM5TIMLA6URY\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-13/CC-MAIN-2019-13_segments_1552912203462.50_warc_CC-MAIN-20190324145706-20190324171706-00464.warc.gz\"}"}
https://www.2outdoors.com/what-will-a-200-watt-solar-system-run/
[ "Tue. Aug 9th, 2022\n\n# What will a 200 watt solar system run\n\nMay 30, 2022\n\n### What will a 200 watt solar system run?\n\nA 200-watt solar panel system is perfect for small appliances. You can use a 200W solar panel to charge a battery to power small appliances. These appliances include coffee makers, laptops, LED lights, LCD TVs, a radio, a mini projector, and a microwave.\n\n### Is 200 watts enough for RV?\n\nHow much power does a 200 watt solar panel produce? For an average irradiance value of 4kWh/m2 a 200 watt solar panel can generate 0.8 kilowatt-hours (kWh) of energy each day, or 292kWh per annum.\n\n### How many batteries can a 200-watt solar panel charge?\n\nA 200-watt solar panel that can produce 1 amp of current takes between 5 and 8 hours to charge a 12-volt car battery fully. The solar panel must be kept oriented perpendicular to the sunlight as the solar panel position plays a vital role in the efficacy of charging and can impact a panel’s charging rate.\n\n### How long does it take a 200W solar panel to charge a 12V battery?\n\nThe short answer is that a 200-watt solar panel that generates 1 amp of current takes between 5 to 8 hours to completely charge a 12-volt car battery.\n\n### How many amp hours does a 200W solar panel produce?\n\nA 200-watt solar panel will produce 10 – 12 amps of power per hour on average. Assuming there are 6 hours of sunlight during the day, this would amount to 60 – 70 amp-hours over 24 hours.\n\n### What size solar panel do I need to charge my RV battery?\n\nBy the rule of thumb, a 100 watt solar panel inputs 30 amp-hours per day into your batteries. So you would need 1.33 100 watt panels, or one 133 watt panel to match your solar power needs.\n\n### What can a 200 watt generator run?\n\nBut how many solar panels do you need for an RV? On average, an RV will need between two and four 200 watt monocrystalline solar panels to offset its energy consumption.\n\n### Will a 200W solar panel run a fridge?\n\nSo with a 200 Watt panel and 120Ah battery you could run your fridge and lights for: 120Ah / 7.5Ah = just over 16 days without any other form of charge.\n\n### What size solar controller do I need for 200W solar panel?\n\nThe solar charge controller needed for a 200-Watt solar panel now depends on the voltage of the battery that you would be using. If you use a 12V battery in this case, then that would be 200/12 which is roughly equal to 16.7. As such, the solar charge controller needed should be capable of handling 16.7A.\n\n### How big is a 200-watt solar panel?\n\nActually, “a 500Wh [12 Volts, 40Ah] is considered the best match for a 200W solar panel.” It is highly recommended to use lithium batteries for solar panels because of their extended life span, excellent power output, robustness, and reliable performance.\n\n### What will a 300 watt solar panel run?\n\nA 300 watt solar panel with full irradiance will run a constant AC load of 270 watts, taking into account inverter losses of 10%. This includes appliances such as blenders, desktop PCs, vacuum cleaners and treadmills. A 300 watt solar panel will also run a small fridge with 120Ah lithium battery.\n\n### How many solar panels do I need to run a TV?\n\nAs a general rule, a 200Ah lead-acid deep-cycle battery would need a 300 watt solar panel to fully recharge from 50% Depth of Discharge (DOD) assuming 4 peak-sun-hours per day.\n\n### Will a solar panel charge a flat battery?\n\nIf a battery is completely drained, a panel can typically charge the battery within five to eight hours. The total charging time will vary depending on the state of a battery. If a battery is totally drained, a solar panel can energize the cells within five to eight hours.\n\n### Can I directly charge battery from solar panel?\n\nA solar panel can be connected directly to a 12 volt car battery, but must be monitored if it’s more than 5 watts. Solar panels rated higher than 5 watts must not be connected directly to a battery, but only through a solar charge controller to protect against over-charging.\n\n### How many amps is 200 watts?\n\nYou can charge 12V batteries with a 100-watt solar panel. The time this would take depends on the capacity of the battery and sunlight exposure. A rough estimate would be that it can take between 10 – 14 hours to fully charge the battery.\n\n### What can I run on a 400 watt solar system?\n\nA 400 watt solar panel with full irradiance will run an AC load (constant) of 360 watts. This value takes into account 10% inverter losses. This includes a combination of appliances like televisions, laptops, slow cookers and ceiling fans. A 400 watt solar panel can run a small fridge using a 120Ah battery.\n\n### How long will a 100 watt solar panel take to charge a 12V battery?\n\nAs a general rule, a typical size 12v 50Ah auto battery at 20% discharge will need 2 hours to fully recharge with a 100 watt solar panel. A lead-acid deep-cycle 12v 50Ah battery at 50% discharge will take about 4 hours to fully recharge using a 100 watt solar panel.\n\n### How many amp hours will a 100 watt solar panel produce?\n\nA 100 watt panel produces an average of about 6 amps per peak sun hour, or about 30 amp-hours per day. Given the above example, you would need three 100 watt solar panels to fully recharge on the average day (80 / 30 ≈ 3).\n\n### Can a 100 watt solar panel run a refrigerator?\n\nAs a general rule, 100 watt solar panel can run a refrigerator for a short time only and would also need a battery. 100 watts of solar panels can generate on average 400 watt-hours of energy per day. A refrigerator with combined freezer needs 2000 watt-hours/day.\n\n### How many watts do you need to run a refrigerator?\n\nA 5,000-watt generator should provide more than enough power to run a refrigerator, with power left to spare. Most home refrigerators need around 2,000 starting watts of power.\n\n### How many watts does a fridge use?\n\nConventional refrigerators typically have a starting wattage of 800-1200 watt-hours/day, and a running wattage of around 150-watt hours/day. Refrigerators are reactive devices that require additional power to start because they contain an electric motor, but significantly fewer watts to run as they remain on.\n\n### How many batteries do I need for a 2000 watt inverter?\n\nTypically two batteries are needed for a 2,000 watt inverter like the part # 34278156 that you referenced.\n\n### How much solar power do you need for an RV fridge?\n\nIn order to power that fridge using solar power, you would need about two to three solar panels. Average solar panels produce approximately 250 to 400 Watts of power. But you are not using an average refrigerator in your RV. Most likely, you need to power a 12V fridge, which is smaller.\n\n### Will a 100 watt solar panel run a camper?\n\nIf it is constantly sunny with no cloud cover, 100-watt solar panels will produce quite a lot of electricity and may be sufficient to supply your RV. However, a 100-watt solar panel output on a cloudy day is very minimal and will not be nearly enough to supply your RV.\n\n### What size solar panel do I need to run a 12V fridge?\n\nBATTERY & SOLAR PANEL SIZING CHART FOR BUSHMAN 12V FRIDGES\n\nAs a rule of thumb, we recommend slightly less than double the Ah of battery storage in watts of solar. So a 100Ah battery would have approximately 200 watts of solar.\n\n### What size solar panel do I need to charge a 100Ah battery?\n\nIn general, a 100Ah deep-cycle lead-acid battery would require 180 watts of solar panel to fully recharge from 50% Depth of Discharge (DOD) assuming 4.2 peak-sun-hours per day.\n\n### How much solar power do I need for camping?\n\nIf you have a single 12 volt battery, at about 100 AH, you should have 300 watts of solar panels, minimum. With two 12 volt batteries, or two 6 golf cart volt batteries, with between 200-250 AH, you should have 400 watts of solar panels, minimum.\n\n### How many watts does a 12 volt fridge use?\n\n12-volt refrigerators generally range from 40 to 100 watts, although there are both smaller and larger units. A 12-volt refrigerator that features 60 running watts draws on ~5 Amps from the 12V battery.\n\n### What size MPPT controller do I need for 200 watt solar panel?\n\nSolar Charge controller Sizing (A)\n\nFor example: if we have 2 x 200W solar panels and a 12V battery, then the maximum current = 400W/12V = 33Amps. In this example, we could use either a 30A or 35A MPPT solar charge controller.\n\n### How many watts can a 100 amp charge controller handle?\n\nWith a maximum of 100 amps output, a single charge controller can handle array sizes up to 6,000 watts on a 48 volt battery bank.\n\n### How many watts can a 15 amp charge controller handle?\n\nThis 15-AMP digital charge controller can handle systems up to 270 watts and is compatible with Lithium and Lead-Acid Batteries.\n\n### How heavy is a 250w solar panel?\n\nHow Big Is a 300w Solar Panel? 300 Watt solar panels are considered typical rooftop panels as they are big enough to generate enough power for full home use. This means they are typically the same size as your standard residential solar panel at approximately 5-5.5 feet long by 3-3.5 feet wide.\n\n### How many amps does a 250 watt solar panel produce?\n\nA solar panel’s output power depends on the panel’s size and the efficiency of the PV cells. Solar panel efficiency, in turn, is affected by insolation, temperature, shading, and orientation. In ideal circumstances, a 250- to 400-watt solar panel can produce between 14 and 24 amps.\n\n### What size solar panel do I need to charge 120Ah battery?\n\nIn general, a 120Ah deep-cycle lead-acid battery would require a 200 watt solar panel to recharge from 50% Depth of Discharge (DOD) if we assume 4 peak-sun-hours per day. It would take one day to fully recharge assuming clear skies.\n\n### How many batteries do you need for a solar system?\n\nIf you want to save the most money possible, you’ll need enough battery storage to cover your energy usage when your solar panels aren’t producing – somewhere around 2-3 batteries. If you want to keep the power on when the grid is down, you’ll usually just need one solar battery.\n\n### What can a 150 watt solar panel run?\n\nA 150W solar panel will easily power most of your camp lights, torches and their rechargeable batteries, especially if those lights and torches are LED. These draw very little power from your solar panel battery and are known to be longer-lasting than incandescent bulbs.\n\n### Can you run an RV air conditioner with solar power?\n\nIf your system is big enough, you can run RV A/C with solar power. Yes, it’s technically possible to power an RV air conditioner with solar panel. But to generate enough power, a large amount of solar panels and upgrades to the electrical system are required.\n\n### How fast will a 300 watt solar panel charge a battery?\n\nCharging your battery would take 10 hours using one 300-watt solar panel, assuming perfect conditions.\n\n### Will a 200 watt solar panel run a TV?\n\nDifferent types of TVs require different amounts of power. The Department of Energy provides a handy home appliance energy use calculator, which says modern TVs use anywhere from 150 watts (LCD or LED TVs under 40 inches) to 300 watts (plasma TVs)." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8965841,"math_prob":0.7968894,"size":12867,"snap":"2022-27-2022-33","text_gpt3_token_len":3161,"char_repetition_ratio":0.22288735,"word_repetition_ratio":0.21434529,"special_character_ratio":0.26556307,"punctuation_ratio":0.09131736,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9516464,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-08-09T11:25:41Z\",\"WARC-Record-ID\":\"<urn:uuid:b964e530-ebc5-4c3a-ba4f-1674fe4bb8ad>\",\"Content-Length\":\"109171\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:5060c97f-3014-441d-b7cc-22305a92620d>\",\"WARC-Concurrent-To\":\"<urn:uuid:8d7149f4-27cb-4298-8f8e-128170919799>\",\"WARC-IP-Address\":\"172.67.186.248\",\"WARC-Target-URI\":\"https://www.2outdoors.com/what-will-a-200-watt-solar-system-run/\",\"WARC-Payload-Digest\":\"sha1:GXYTPZTGSL4YF6W44DOCL5H6ZEBCUCJ5\",\"WARC-Block-Digest\":\"sha1:KXUFUIMTXP5ZVORYTXHY5AICZTIN6K5R\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-33/CC-MAIN-2022-33_segments_1659882570921.9_warc_CC-MAIN-20220809094531-20220809124531-00774.warc.gz\"}"}
https://help.simetrix.co.uk/8.4/simplis/simplis_mdm/topics/2_3_initial_inductor_design.htm
[ "# 2.3 Design an Inductor Using MDM\n\nIn this section of the tutorial you create an initial inductor design for the Buck converter. Then you will perform post-processing in MDM after simulating the schematic to obtain a detailed inductor loss estimate.\n\nIn this topic:\n\n## Key Concepts\n\nThis topic addresses the following key concepts:\n\n• The Level 2 model only adds a DC winding resistance (ESR) to the inductor symbol inside the schematic. In order to obtain more accurate winding and core losses, post-processing must be performed in MDM.\n• MDM post-processing occurs after the circuit simulation in SIMPLIS, and must be set up properly to take in a portion of the resulting circuit simulation waveforms.\n• MDM provides a calculation of the average power loss in the inductor over the simulation period provided. Therefore, for meaningful results, you must make sure that you are providing MDM with steady-state converter waveforms over an integer number of steady-state cycles (preferably one).\n\n## What You Will Learn\n\nIn this topic, you will learn the following:\n\n• How to design an inductor using SIMPLIS MDM that meets your design requirements.\n• How to properly set-up and perform post-processing in MDM to obtain detailed inductor loss estimates.\n• How to analyze the results MDM provides.\n\n## 2.3.1  Design the Inductor\n\nRemember, you want an inductor with an inductance in between 600 and 700 nH. To create an initial inductor design for the Buck converter, follow these steps:\n\n1. Double-click the symbol L1.\n2. In the resulting dialog, switch the model to Level 2.\n3. Check the Write MDM generated model parameters to all lower model levels? checkbox.\n\n4. Click the Create with SIMPLIS MDM... button.\n5. In the MDM main window, go to the Core tab, if it is not already showing.\n6. In the core geometry selection menu tree, select EE 3 air gaps > EPCOS > E32. You have selected the E32 core with three variable air gaps for this design.\n7. In the core material selection menu tree, select Ferrite > EPCOS > N87+. The E32 core is commercially available made from the N87 material.\n8. In the lower right panel, click", null, "to re-center the inductor visualization.\n9. In the middle panel showing the core dimensions, scroll down until you see the input field for Air Gap Size (gap): and set it to 1.\nResult: The core tab should now look like this:", null, "10. Open the MDM Status Window. Move it to the side so you can see both it and the entire MDM main window.\n11. Switch to the Winding tab.\n12. Scroll down in the left panel until you see the third unnamed sub-panel. In the wire selection tree menu, select Predefined Windings > AWG10.\n13. Increase the number of turns to 3.\nResult: In the status window, an inductance of 878 nH for this inductor is displayed.\n14. Since the inductance is too large with just three turns, try a smaller core. Go back to the Core tab.\n15. Select a smaller core: EE 3 air gaps > EPCOS > E30.\n16. Increase the air gap of the core to 1.1 and press Enter.\nResult: In the status window, an inductance of 615.6 nH for this inductor is now displayed:", null, "17. You now have an acceptable initial inductance. Go back to the Winding tab.\n18. With only three turns, the required inductance has been reached. However there is still a lot of free space in the core's winding window. More copper can therefore be added, but there is no need for extra turns. To add more copper without adding turns, you can make the winding multi-filar. MDM allows you to create a bifilar, trifilar, ..., n-filar winding. On the panel next to the wire selection menu tree, find the spinner named Filar:.\n19. From the drop-down box next to this spinner, select Y.\n20. Increase the Filar spinner to 2.\nResult: The winding tab should now look like this:", null, "21. Close the MDM Status Window.\n22. In the upper right corner of the main MDM window, click Finish.\n\nYou have now saved an MDM physical model of the inductor to the symbol L1. From this physical model, a Level 2 model for L1 has been extracted. To see this, double-click on L1. You should see the following:", null, "You can see that the model status box is green and that model status is Ok: A Model Has Been Created For This Inductor.\n\nMake sure that the checkbox Power probe calculates detailed losses is unchecked. Then click OK to close the dialog.\n\n## 2.3.2 Add a Power Probe\n\nYou can see now that the ESR of the Level 2 model generated by MDM is displayed on the schematic above L1. In order to measure losses, you must add a power probe, as is standard procedure in SIMPLIS when you want to measure the power loss in a component. To do so,\n\n1. In the Part Selector, double-click on Probes > Power Probe.\n2. Put the power probe on the right pin of L1:", null, "3. Double click the probe you just placed.\n4. Make sure that in the Edit Probe dialog that appears, under Analyses the boxes Transient and POP are checked:", null, "5. This will ensure that the power loss of the inductor is displayed in the Waveform Viewer when the simulation is run. Now under Axis type select Use dedicated grid. Click OK.\n\n## 2.3.3 Add Mean Measurement to Power Probe\n\nNext you will add the mean measurement to the power probe. This measurement will be performed after every simulation, with the mean value for the power dissipation output to the waveform viewer.\n\nTo add the mean measurement to the Power(L1) probe, follow these steps:\n\n1. Select the power probe Power(L1).\n3. Select the Mean measurement in the drop down list.", null, "4. Click Ok.\n\n## 2.3.3  Run the Simulation Without MDM Post-Processing\n\nNow you will run the simulation using the power probe to calculate inductor losses based on the Level 2 model, but without using MDM for post-processing. This was previously the only way to calculate losses in SIMPLIS. In the previous section you added a mean value measurement to the power probe. In this section you will see that this measurement only measures the loss due to the RMS current in the inductor.\n\n1. Press F9 to run the simulation.\nResult: The results appear in the Waveform Viewer, including now the power loss of the inductor.\n2. Click on the Waveform Viewer.\n3. In the measurement pane in the lower right corner of the Waveform Viewer, scroll until you find the measurement for Power(L1) Mean:", null, "You will see that the power probe has measured an average loss in the inductor of 7.39mW.\n\nHowever, it is very important to note that the ESR of the Level 2 model that is shown on the schematic is based on the DC resistance of the inductor winding ONLY. Therefore, the loss measurement which you just performed does NOT include core losses, AC winding losses, and losses due to proximity effect.\n\nIn order to obtain those detailed losses, you must run MDM post-processing after the circuit simulation.\n\n## 2.3.4  Run the Simulation With MDM Post-Processing\n\nNow you will run set up and run MDM post-processing after the circuit simulation to obtain a detailed calculation of inductor losses - including core losses, AC winding losses, and proximity effects, as well as the inductor temperature, none of which you can obtain by just using a regular SIMPLIS power probe as in the previous sub-section.\n\nIn post-processing, MDM calculates average inductor loss over a specified section of the circuit simulation waveform. An instantaneous power loss waveform, as given by the regular power probe, is not provided. Therefore, for the results to be meaningful, you want to make sure that MDM uses an integer multiple of the converter's steady-state cycle for the calculation. The more cycles are included, the longer the calculation will take, so the ideal number of cycles is one. Calculating average power loss over one steady-state cycle will give you the average power loss in the inductor when the converter is in steady-state.\n\nNote that MDM assumes that you have set-up the post-processing to produce meaningful results. It will calculate the power over a quarter- or half-cycle, over 3.37 cycles or during converter startup if you so instruct it to. While average power loss in steady-state is what you are usually most interested in, if you run post-processing on a different type of waveform, it's up to you to make sense of the results properly.\n\nFor the inductor, MDM needs both the current and voltage waveform of the inductor. You do not need to necessarily plot these explicitly to the Waveform Viewer in SIMPLIS. In this example, you will notice that while the inductor current is plotted, the inductor voltage is not. MDM will automatically acquire the waveforms it needs regardless of what you plot to the Waveform Viewer.\n\nTo set up MDM post-processing for the inductor in the Buck converter,\n\n1. Double-click L1\nResult: The Edit Multi-Level PWL Inductor dialog opens, showing the Level 2 model.\n2. Check the Power probe calculates detailed losses (Core, Winding, etc.) and temperature using MDM post processing checkbox.\nResult: The two fields below the checkbox are now enabled.\n3. The Fundamental frequency field determines how much of the circuit simulation waveform is sent for post-processing in MDM. MDM will take the last fundamental period (calculated as the inverse of the entered fundamental frequency) of the simulation waveforms to use for the post-processing calculations. As noted earlier, it is best if this is a single steady-state converter cycle. In a Buck converter, a steady-state cycle is a switching cycle. Since the switching frequency of this converter is 500kHz, for Fundamental frequency enter 500k.\n4. MDM must also be aware of the shape of the waveform. This is needed for the accurate calculation of core losses. You must specify this in the Wave shape drop-down menu. Since a rectangular voltage is applied to an inductor in a buck converter causing it to conduct a triangular current, set the Wave shape to Piecewise linear (PWL). The dialog should then look like this:", null, "5. Click OK.\nResult: The label MDM POSTPROCESSING appears above L1:", null, "6. Press F9 to run the simulation.\nResult: After the circuit simulation completes, a window indicating that MDM post-processing appears, displaying \"Calculating losses for L1...\".\n7. Once MDM post-processing is finished, the MDM Results window will appear:", null, "By default, the MDM Results window is open to the Results Overview tab. To the left, it shows the initial inductance, a textual breakdown of the different types of losses in the inductor, and also the core and winding temperatures, as well as the boxed volume of the inductor. Note that the DC Bias Current Losses are given as 0.007W - the same as you previously measured with the power probe. However the actual total losses are much higher - 0.044W. You can see that MDM post-processing can give you a much better insight into what the inductor losses will be than you can obtain by just setting an ESR in the schematic.\n\nYou might ask yourself if you could not obtain the same results by just setting the ESR of L1, in a Level 1 model, to the required value to obtain a loss of 44mW. While this is of course possible, there are two limitations with this approach. First, this would not provide a detailed loss analysis which you can use to improve your inductor design. Second, you do not know this value of ESR ahead of time. While it is easy to calculate the DC winding resistance once a physical model of the inductor is created in MDM, the AC winding losses and the core losses depend on many factors that are operating-point dependent: frequency, flux density inside the core, temperature, the duty ratio of the waveforms, and DC current. Thus the \"ESR\" for each operating point would be different. MDM post-processing will give you accurate loss estimates for different operating points without the need to adjust the ESR of the inductor in the schematic.\n\nThere are some other important things to note:\n\n• The MDM Results window does not block SIMetrix/SIMPLIS like the main MDM window does. You can close it at any time, or just minimize it or leave it in the background. In the MDM Beta version, you cannot bring back a Results window you have closed. Once you close it, the only way to regenerate it is to re-run the simulation.\n• Checking the post-processing checkbox in the Edit Multi-Level PWL Inductor dialog converts an \"ordinary\" power probe into an \"MDM post-processing\" power probe. Note that it not sufficient for just the box to be checked to perform MDM post-processing: both a power probe must be placed on the symbol and the checkbox must be checked.\n• With the MDM POSTPROCESSING label above the inductor symbol, you can easily see by looking at a schematic for which symbols MDM post-processing is selected, and by extension, which symbols have a valid MDM Level 2 model defined.\n• In the title bar of the MDM Results window you can see which symbol the results are for and to which SIMPLIS simulation group they refer. In this example the title is MDM Results for L1 (simplis_pop3). Therefore when you have several windows open, you can refer to this to figure out for which symbol and which simulation run the results are.\n\n## 2.3.5  Analyze the MDM Results\n\nNow you can analyze the MDM inductor results in more depth. You can see that the DC winding losses and core losses are quite low at about 7mW and 5mW, respectively. However the total winding losses are quite high, with proximity losses dominating at 19mW. To gain more insight into why proximity losses are so high, switch to the Losses By Winding tab of the MDM Results window:", null, "Here the loss density of each turn (in W/cm3) of the winding is displayed. The more red the turn, the higher the losses inside it. Note that the scale to the right is relative and differs for each inductor and operating point. The most intensely red turn is the one with the most losses relative to the others - it does not necessarily mean that it's very hot.\n\nYou can see that the turns closest to the air gap have the highest loss density. This is the result of fringing flux field produced by the air gaps of the core. As the magnetic flux in the core travels across the air gap, it fringes and a field is generated inside the winding window which creates proximity losses in the winding. So despite using a large bifilar wire to reduce the winding resistance, the way the turns are arranged relative to the air gap produces significant winding losses.\n\nNow switch to the Waveforms tab of the MDM Results window. Here the flux density inside the inductor core (in Tesla), the inductor current (in Amperes) and the inductor voltage (in Volts) are shown:", null, "Note that the peak flux density is about 25mT. If you were to examine the N87+ material used for this inductor inside MagDB, you would see that the peak flux density of this material is given as 360mT. Also note that the peak current in the inductor is about 6.5A.\n\nNow switch to the L vs. Current tab. Here the inductance of the inductor as a function of the current is shown:", null, "The inductance starts to drop off only after 48A, with another significant drop after 75A, and the inductor saturates only above 105A. This is many times higher than the peak inductor current in this converter. You can conclude from this, as well as from the peak flux density, that this inductor is using a core which is too large for this application. Indeed, if you go back to the Results Overview tab, you will see that the boxed volume is 13.12 cm3. A 7A, 600nH inductor can be much smaller. Additionally, you can see by looking at the core and winding temperatures that the inductor is quite cool, heating up less than 3 degrees above the ambient temperature of 25 degrees.\n\nTherefore, there is a lot of room to improve this inductor design. You will do this in the next section: 2.4 Refine the Inductor Design Using MDM\n\nMinimize or close the MDM Results window. Save the schematic as 2_my_buck_E30_core.sxsch.\n\nA complete schematic with the inductor design developed in this section, set up for MDM post-processing, is available as 2.3_SIMPLIS_MDM_tutorial_buck_converter_E30core.sxsch in the zip archive of schematic files:", null, "" ]
[ null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/icon_one.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-1_core_tab.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-1_status_window.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-1_winding_tab.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-1_level2_model_nopostprocess.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-2_power_probe.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-2_power_probe_dialog.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-2-3_power_probe_mean_measurement.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-3_waveform_viewer_power_probe.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-4_level2_model_postprocess.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-4_post_process_label.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-4_mdm_results.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-5_results_by_turn.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-5_results_waveforms.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-5_results_ind_vs_curr.png", null, "https://help.simetrix.co.uk/8.4/simplis/library/images/simplis_mdm/2-3-5_buck_schematic_with_mdm.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9350589,"math_prob":0.8920795,"size":8849,"snap":"2020-45-2020-50","text_gpt3_token_len":1945,"char_repetition_ratio":0.16359524,"word_repetition_ratio":0.026710099,"special_character_ratio":0.20702904,"punctuation_ratio":0.09630911,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9558398,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32],"im_url_duplicate_count":[null,null,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-11-29T13:39:57Z\",\"WARC-Record-ID\":\"<urn:uuid:0eef8eef-8610-486e-bdf7-6f9b9ecb13fa>\",\"Content-Length\":\"280206\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:90f5989d-d706-4ec0-b519-8d9538582cc7>\",\"WARC-Concurrent-To\":\"<urn:uuid:a8e432f4-7bdc-4346-885e-057d4b8744ec>\",\"WARC-IP-Address\":\"78.109.168.89\",\"WARC-Target-URI\":\"https://help.simetrix.co.uk/8.4/simplis/simplis_mdm/topics/2_3_initial_inductor_design.htm\",\"WARC-Payload-Digest\":\"sha1:63SFG3WIUUIDEGN64A743KQMNAEG5M23\",\"WARC-Block-Digest\":\"sha1:CFKT3QSW5YOGW2FBVYSZNTMWYZUXMIGL\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-50/CC-MAIN-2020-50_segments_1606141198409.43_warc_CC-MAIN-20201129123729-20201129153729-00418.warc.gz\"}"}
https://answers.search.yahoo.com/search?p=ACP&b=31&pz=10&xargs=0&ei=UTF-8&flt=cat%3AMathematics
[ "# Yahoo Web Search\n\nrelated to ACP\n\n1. Sort by\n\n1. ### Help with a Logic Problem!?!?\n\n1. Y ∙ ∙ ∙ ∙ ∙ ∙ ∙ /~Y → (P → ~T) 2. Y v (P → ~T) ∙ ∙ ∙ ∙ ∙ ∙ ∙ 1, Addition 3. ~Y → (P → ~T) ∙ ∙ ∙ ∙ ∙ 2, Material Implication nothing else is needed.\n\n1 Answers · Science & Mathematics · 14/04/2011\n\n2. ### What is the smallest equilateral triangle, given that ...?\n\n...http://farm5.static.flickr.com/4092/5038287825_17374d81cc.jpg Rotating the triangle ACP (#1') or ABP (#1\") about A at ±60° and applying the...\n\n6 Answers · Science & Mathematics · 04/10/2010\n\n3. ### AP STAT OR HONORS PHYSICS?\n\nMmmmm...sounds like a difficult choice. I took a heavy load of AP classes all throughout highschool and was able to graduate in 3.5 years. The method in which you structure your questions makes it seem as though you don't...\n\n3 Answers · Science & Mathematics · 08/09/2011\n\n4. ### How to solve Systems of Linear Equation with variables?\n\nIt's not really six variables. You have three variables x, y, z and three unknown constants a, b, c. Note: I assume the last equation should be 2ax - by + cz = 14. The main thing we have to be careful about is not dividing by 0. So...\n\n1 Answers · Science & Mathematics · 10/04/2014\n\n...)(cp+ds) bd=+1 so as with question 1 we find b=d=-1 : (ap-s)(cp-s) = acp^2 -(a+c)ps + s^2 ac=9 so we could have 1x9 or 3x3. only a=c=3 gives...\n\n3 Answers · Science & Mathematics · 21/08/2009\n\n6. ### Solve this geometry problem.....?\n\n... at 60° about A to position A'B'P' ≡ ACP'. The triangle APP' is isosceles: |AP| = |AP...\n\n2 Answers · Science & Mathematics · 22/12/2010\n\n7. ### Philosophy/Symbolic Logic Help needed! (Solving a proof!)?\n\n...3. E v B............../A -> C |4. A..................ACP |5. ~(E v F).........2,4, MP |6. ~E & ~F........5...\n\n3 Answers · Science & Mathematics · 26/10/2008\n\n8. ### Proving geometric theorems?\n\n...common tangent at P. As before by alternate segment theorem, <ACP = <APX; as well <BNP = <...\n\n1 Answers · Science & Mathematics · 25/02/2014\n\n9. ### Trigonometry. Is this an ambiguous triangle?\n\n.... AP = 9*sin(40°) = 5.79 cm Now apply Pythagoras to ACP. 6^2 = 5.79^2 + CP^2 CP = 1.59 cm (this would have to be 4 to make...\n\n1 Answers · Science & Mathematics · 16/09/2017\n\n10. ### The traingles ABC and DEF are similar. The area of ABC is 20cm and the area of DEF is 40cm. if AB= a cm find D?\n\n...altitude FQ from F on to DE In two triangles, ACP and DFQ, <A = <D (from 3) &...\n\n3 Answers · Science & Mathematics · 22/01/2010" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.81217694,"math_prob":0.8843947,"size":2028,"snap":"2019-43-2019-47","text_gpt3_token_len":713,"char_repetition_ratio":0.19367589,"word_repetition_ratio":0.1056701,"special_character_ratio":0.4289941,"punctuation_ratio":0.28294572,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99058056,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-11-11T20:34:34Z\",\"WARC-Record-ID\":\"<urn:uuid:37f2a9c9-f380-446f-9c9c-e3eda79fade0>\",\"Content-Length\":\"121692\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:227eef5a-18b1-4f0a-af20-31baa5b586f5>\",\"WARC-Concurrent-To\":\"<urn:uuid:4a94641c-02ea-4a10-900d-f38306f04349>\",\"WARC-IP-Address\":\"66.218.84.137\",\"WARC-Target-URI\":\"https://answers.search.yahoo.com/search?p=ACP&b=31&pz=10&xargs=0&ei=UTF-8&flt=cat%3AMathematics\",\"WARC-Payload-Digest\":\"sha1:BJANFOFJP2ONM3UFWG4OZDF54EOXC73I\",\"WARC-Block-Digest\":\"sha1:NIPCEMZ6LRH5MNJW56JRLQSO722VBVIE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-47/CC-MAIN-2019-47_segments_1573496664437.49_warc_CC-MAIN-20191111191704-20191111215704-00297.warc.gz\"}"}
https://simple.wikipedia.org/wiki/Numerical_methods_for_partial_differential_equations
[ "# Numerical methods for partial differential equations\n\nNumerical methods for partial differential equations are computational schemes to obtain approximate solutions of partial differential equations (PDEs).\n\n## Scientific Background\n\n### Motivation of this area\n\nMany PDEs appeared for the study of physics and other areas in science. Therefore, many mathematicians have challenged to make methods to solve them, but there is no method to mathematically solve PDEs except the Hirota direct method and the inverse scattering method. This is why numerical methods for PDEs are needed.\n\n### The Finite Difference Method (FDM) and its problems\n\nOne of the most basic PDE solver is the finite difference method (FDM). This method approximates derivatives as differences:\n\n$f^{\\prime }(x)\\simeq {\\frac {f(x+h)-f(x)}{h}},\\quad h\\ll 1.$", null, "This method works for easy problems. But it is powerless to some equations (such as the Navier–Stokes equations) because they are non-linear. Since this difficulty appeared, numerical analysts started to study other methods (just like the finite element method, FEM). On the other hand, some experts started to consider improvements for FDM.\n\n### Evolution of the FDM\n\nExperts have discovered difference methods which preserves the property of the given PDE.\n\n#### Integrable Difference Schemes\n\nRyogo Hirota, Mark Ablowitz and others have made methods that preserves the integrability (important mathematical property in the theory of dynamical systems) of PDEs. These methods are known to have better accuaracy than the original FDM.\n\n#### Structure Preserving Numerical Methods\n\nMany PDEs have appeared from physics. So we can think about difference methods preserving physical properties. These difference methods are known as structure preserving numerical methods. The following list is the examples of them:\n\nSome experts are studying their relation between numerical linear algebra.\n\n#### Others\n\nThe difference mthods in above have high accuracy, but their usage is limited because they depend on the behaviour of the given PDEs. This is why new types of FDM are still studied. For example, the following methods are studied:\n\n## Validated Numerics for PDEs\n\nNot only approximate solvers, but the study to \"verify the existence of solution by computers\" is also active. This study is needed because numerically obtained solutions could be phantom solutions (fake solutions). This kind of incident is already reported.\n\n## Journal\n\nThe scientific journal \"Numerical Methods for Partial Differential Equations\" is published to promote the studies of this area.\n\n## Related Software\n\nChebfun is one of the most famous software in this field. They are also many libraries based on the finite element method such as:" ]
[ null, "https://wikimedia.org/api/rest_v1/media/math/render/svg/773af7d9567b87801966747aaef4ae586ddfa46a", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.641816,"math_prob":0.83523065,"size":17725,"snap":"2023-14-2023-23","text_gpt3_token_len":5055,"char_repetition_ratio":0.15298234,"word_repetition_ratio":0.09192308,"special_character_ratio":0.30087447,"punctuation_ratio":0.29270977,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99424946,"pos_list":[0,1,2],"im_url_duplicate_count":[null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-06-06T16:42:08Z\",\"WARC-Record-ID\":\"<urn:uuid:a55b60fc-652b-495d-9643-0dc7c48c132c>\",\"Content-Length\":\"104805\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:46e85530-368e-4deb-9efe-2a1d2b6c4bfc>\",\"WARC-Concurrent-To\":\"<urn:uuid:15743a05-083c-48d4-b701-200aca86e9ca>\",\"WARC-IP-Address\":\"208.80.154.224\",\"WARC-Target-URI\":\"https://simple.wikipedia.org/wiki/Numerical_methods_for_partial_differential_equations\",\"WARC-Payload-Digest\":\"sha1:HK6HNDBGHAICVOUA63LY6PYNHDWEEXT3\",\"WARC-Block-Digest\":\"sha1:TWTB342T4K4CAIWKJPAP57CQZGJBSSPZ\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-23/CC-MAIN-2023-23_segments_1685224652959.43_warc_CC-MAIN-20230606150510-20230606180510-00060.warc.gz\"}"}
https://cstheory.stackexchange.com/questions/9527/permutation-game-redux
[ "# Permutation game redux\n\nThis is a restatement of an earlier question.\n\nConsider the following impartial perfect information game between two players, Alice and Bob. The players are given a permutation of the integers 1 through n. At each turn, if the current permutation is increasing, the current player loses and the other player wins; otherwise, the current player removes one of the numbers, and play passes to the other player. Alice plays first. For example:\n\n• (1,2,3,4) — Bob wins immediately, by definition.\n\n• (4,3,2,1) — Alice wins after three turns, no matter how anyone plays.\n\n• (2,4,1,3) — Bob can win on his first turn, no matter how Alice plays.\n\n• (1,3,2,4) — Alice wins immediately by removing the 2 or the 3; otherwise, Bob can win on his first turn by removing the 2 or the 3.\n\n• (1,4,3,2) — Alice eventually wins if she takes the 1 on her first turn; otherwise, Bob can win on his first turn by not removing the 1.\n\nIs there a polynomial-time algorithm to determine which player wins this game from a given starting permutation, assuming perfect play? More generally, because this is a standard impartial game, every permutation has a Sprague–Grundy value; for example, (1,2,4,3) has value *1 and (1,3,2) has value *2. How hard is it to compute this value?\n\nThe obvious backtracking algorithm runs in O(n!) time, although this can be reduced to $O(2^n poly(n))$ time via dynamic programming.\n\n• Seems to me that the naive algorithm runs in O(2^n⋅poly(n)) time. – Tsuyoshi Ito Dec 29 '11 at 13:36\n• From your examples, it is obvious that Alice always wins if the sequence is descending and Bob always wins if the sequence is ascending. This problem reminds me of analyzing sorting algorithms, which have been extensively studied and allow you to use a wide arsenal of tools. – chazisop Dec 29 '11 at 13:53\n• @chazisop: “Alice always wins if the sequence is descending”: That is the case if and only if n is even. – Tsuyoshi Ito Dec 29 '11 at 14:09\n• @JɛffE in case 3, how does Bob win on his first turn ? – Suresh Venkat Dec 29 '11 at 23:23\n• @Suresh: In the case of (2,4,1,3), the graph representation is the linear graph on 4 vertices (2-1-4-3). If Alice removes an end node, this leaves the linear graph on 3 vertices; Bob wins by removing the center vertex (so 3 is answered by 1, and 2 is answered by 4). If Alice removes an interior node, this leaves two connected vertices and an isolated node; Bob wins by removing either of the two connected vertices (so 1 is answered by 3 or 4, and 4 is answered by 1 or 2). – mjqxxxx Dec 30 '11 at 1:32\n\nThe \"permutation game\" is isomorphic to the following game:\n\nDisconnect. Players alternately remove vertices from a graph $G$. The player that produces a fully disconnected graph (i.e., a graph with no edges) is the winner.\n\nThe graph $G_{\\pi}$ corresponding to a particular initial permutation $\\pi\\in S_n$ contains just those edges $(i,j)$ for which $i-j$ and $\\pi(i)-\\pi(j)$ have opposite signs. That is, each pair of numbers in the wrong order in the permutation is associated with an edge. Clearly the allowed moves are isomorphic to those in the permutation game (remove a number = remove a node), and the winning conditions are isomorphic as well (no pairs in descending order = no edges remaining).\n\nA complementary view is obtained by considering playing a \"dual\" game on the graph complement $G^{c}_\\pi = G_{R(\\pi)}$, which contains those edges $(i,j)$ for which $i$ and $j$ are in the correct order in the permutation. The dual game to Disconnect is:\n\nReconnect. Players alternately remove vertices from a graph $G$. The player that produces a complete graph is the winner.\n\nDepending on the particular permutation, one of these games may seem simpler than the other to analyze. The advantage of graph representation is that it is clear that disconnected components of the graph are separate games, and so one hopes for some reduction in complexity. It also makes the symmetries of the position more apparent. Unfortunately, the winning conditions are non-standard... the permutation game will always end before all moves are used up, giving it something of a misère character. In particular, the nim-value cannot be calculated as the nim-sum (binary XOR) of the nim-values of the disconnected components.\n\nFor Disconnect, it is not hard to see that for any graph $G$ and any even $n$, the game $G \\cup \\bar{K}_n$ is equivalent to $G$ (where $\\bar{K}_n$ is the edgeless graph on $n$ vertices). To prove it, we need to show that the disjunctive sum $G + G\\cup\\bar{K}_n$ is a second-player win. The proof is by induction on $|G|+n$. If $G$ is edgeless, then the first player loses immediately (both games are over). Otherwise, the first player can move in either $G$, and the second player can copy his move in the other one (reducing to $G' + G'\\cup \\bar{K_n}$ with $|G'|=|G|-1$); or, if $n\\ge 2$, the first player can move in the disconnected piece, and the second player can do the same (reducing to $G + G\\cup\\bar{K}_{n-2}$).\n\nThis shows that any graph $G$ is equivalent to $H \\cup K_p$, where $H$ is the part of $G$ with no disconnected vertices, and $p=0$ or $1$ is the parity of the number of disconnected vertices in $G$. All games in an equivalence class have the same nim-value, and moreover, the equivalence relation respects the union operation: if $G \\sim H \\cup K_p$ and $G' \\sim H' \\cup K_{p'}$ then $G \\cup G' \\sim (H \\cup H')\\cup K_{p\\oplus p'}$. Moreover, one can see that the games in $[H \\cup K_0]$ and $[H \\cup K_1]$ have different nim-values unless $H$ is the null graph: when playing $H + H \\cup K_1$, the first player can take the isolated vertex, leaving $H+H$, and then copy the second player's moves thereafter.\n\nI do not know any related decomposition results for Reconnect.\n\nTwo special types of permutations correspond to particularly simple heap games.\n\n1. The first is an ascending run of descents, e.g., $32165487$. When $\\pi$ takes this form, the graph $G_{\\pi}$ is a union of disjoint cliques, and the game of Disconnect reduces to a game on heaps: players alternately remove a single bean from a heap until all heaps have size $1$.\n2. The second is a descending run of ascents, e.g., $78456123$. When $\\pi$ takes this form, the graph $G^{c}_{\\pi}$ is a union of disjoint cliques, and the game of Reconnect reduces to a game on heaps: players alternately remove a single bean from a heap until there is only one heap left.\n\nA little thought shows that these two different games on heaps (we can call them 1-Heaps and One-Heap, at some risk of confusion) are, in fact, themselves isomorphic. Both can be represented by a game on a Young diagram (as initially proposed by @domotorp) in which players alternate removing a lower-right square until only a single row is left. This is obviously the same game as 1-Heaps when columns correspond to heaps, and the same game as One-Heap when rows correspond to heaps.\n\nA key element of this game, which extends to Disconnect and Reconnect, is that the duration is related to the final game state in a simple way. When it is your turn, you will win if the game has an odd number of moves remaining, including the one you're about to make. Since a single square is removed each move, this means you want the number of squares remaining at the end of the game to have the opposite parity that it has now. Moreover, the number of squares will have the same parity on all of your turns; so you know from the outset what parity you want the final count to have. We can call the two players Eve and Otto, according to whether the final count must be even or odd for them to win. Eve always moves in states with odd parity and produces states with even parity, and Otto is the opposite.\n\nIn his answer, @PeterShor gives a complete analysis of One-Heap. Without repeating the proof, the upshot is the following:\n\n• Otto likes $1$-heaps and $2$-heaps, and can tolerate a single larger heap. He wins if he can make all heap sizes except one $\\le 2$, at least without giving Eve an immediate win of the form $(1,n)$. An optimal strategy for Otto is to always take from the second-largest heap except when the state is $(1,1,n>1)$, when he should take from the $n$. Otto will lose if there are too many beans in big heaps to start with.\n• Eve dislikes $1$-heaps. She wins if she can make all heap sizes $\\ge 2$. An optimal strategy for Eve is to always take from a $1$-heap, if there are any, and never take from a $2$-heap. Eve will lose if there are too many $1$-heaps to start with.\n\nAs noted, this gives optimal strategies for 1-Heaps as well, although they are somewhat more awkward to phrase (and I may well be making an error in primary-to-dual \"translation\"). In the game of 1-Heaps:\n\n• Otto likes one or two large heaps, and can tolerate any number of $1$-heaps. He wins if he can make all but the two largest heaps be $1$-heaps, at least without giving Eve an immediate win of the form $(1,1,\\dots,1,2)$. An optimal strategy for Otto is to always take from the third-largest heap, or from the smaller heap when there are only two heaps.\n• Eve dislikes a gap between the largest and second-largest heaps. She wins if she can make the two largest heaps the same size. An optimal strategy for Eve is to always take from the largest heap, if it is unique, and never if there are exactly two of the largest size.\n\nAs @PeterShor notes, it isn't clear how (or if) these analyses could be extended to the more general games of Disconnect and Reconnect.\n\n• I think that this kind of games are collectively referred to as “vertex deletion games.” But I agree with you that the winning condition is quite nonstandard in that it refers to the global property of the graph instead of local properties such as the degree of a vertex. – Tsuyoshi Ito Dec 30 '11 at 1:43\n• The constructed graph is called a permutation graph (en.wikipedia.org/wiki/Permutation_graph) in the literature. Some structural properties might help. – Yoshio Okamoto Dec 30 '11 at 4:41\n• @Yoshio: That's a good point. The permutation game is isomorphic to the graph game, but the starting graphs aren't arbitrary. So even if the general graph game is hard to analyze, it's possible that when restricted to this subclass of graphs, it becomes simpler. – mjqxxxx Dec 30 '11 at 4:52\n• On the other hand, the more general formulation might be easier to prove hard. Variants of vertex-deletion games are known to be PSPACE-hard, for example: emis.ams.org/journals/INTEGERS/papers/a31int2005/a31int2005.pdf – Jeffε Dec 30 '11 at 11:35\n• I've added a question on this kind of game specifically over at math.SE (math.stackexchange.com/questions/95895/…). Incidentally, since permutation graphs are circle graphs, an alternate formulation is the following: Players take turns removing chords from an initial set; the player that leaves a non-intersecting set of chords is the winner. – mjqxxxx Jan 2 '12 at 20:44\n\nIn his answer, domotorp suggests analyzing a special case of the game. This special case arises when the permutation is a series of increasing sequences, each of which is larger than the following one, such as (8,9,5,6,7,4,1,2,3). In this game, you start with a collection of heaps of stones, and players alternately remove one stones from a heap. The player who leaves a single heap wins. We will say the $i$th heap has $h_i$ stones in it, and assume that the $h_i$ are given in decreasing order. For example, for the permutation above, the $h_i$ are 3,3,2,1. I tried giving the analysis of this game in the comments to domotorp's answer, but (a) I got it wrong and (b) there isn't enough room in comments to give a real proof.\n\nTo analyze this game, we need to compare two quantities: $s$, the number of heaps containing single stones and $t=\\sum_{i\\geq 2, h_i>2\\,} h_i -2$; note that we ignore the largest heap in the sum. This is the number of stones you would have to remove to ensure that all heaps but one contain no more than two stones. We claim that the losing positions are as follows:\n\n1. Positions where $t \\leq s-2$ containing an odd number of stones.\n\n2. Positions where $t \\geq s$ containing an even number of stones.\n\nIt is easy to show that from a losing position, you must go to a winning position, since $t - s$ can only change by at most 1 each turn, and the number of stones goes down by 1 each move.\n\nTo finish showing that this is correct, we need to show that from any position which is not in category (1) or (2), the first player can in one move either reach a position in category (1) or (2), or win directly.\n\nThere are two cases:\n\n1. Positions where $t \\geq s-1$ containing an odd number of stones. Here, if $s>0$, remove a stone from a heap with a single stone. If there's only one heap left, we've won. Otherwise, we now have $t \\geq s$. If there are no heaps with a single stone, remove a stone from a heap with at least three stones. (Since there were an odd number of stones, this is possible). Since $s = 0$, we have $t \\geq s$.\n\n2. Positions where $t \\leq s-1$ containing an even number of stones. Here, if there are any heaps with at least two stones other than the largest heap, remove a stone from one of them. If this heap has three or more stones in it, $t$ decreases by one. If it has exactly two stones in it, $s$ increases by one. We now have $t \\leq s-2$. The last case is when all the heaps except one consist of single stones; in this case, it is easy to check the first player wins if there are an even number of stones.\n\nI've tried generalizing this strategy to the original game, and haven't figured out how to do it.\n\n• In my answer, I noted that having a solution to this special case also solves the special case with an increasing series of decreasing runs, by playing in the \"dual\" position obtained by transposing the Young diagram. In particular, Eve's optimal strategy becomes \"take from the largest heap, unless there are exactly two of that size\", and Otto's optimal strategy becomes \"take from the smallest heap\". – mjqxxxx Jan 9 '12 at 20:39\n• I am sure that this approach will lead to a perfect solution, but at the moment there still is a minor mistake, e.g. (3,1) is not losing and (3,1,1) is. The problem is that the definition of 2. should exclude this case, since we can reach a one heap position in one step. But I think this is the only problem with 2. and hopefully it is not hard to correct it. – domotorp Jan 10 '12 at 6:09\n• @domotorp: For (3,1), t = 0 and s = 1, so t $\\not\\geq$ s, and criterion (2) says that it is not a losing position. For (3,1,1), t = 0 and s = 2, so t $\\leq$ s $-$ 2, and criterion (1) says that it is a losing position. I think you missed that in the definition of t, you ignore the largest heap. – Peter Shor Jan 10 '12 at 18:17\n• Of course, I forgot that part at the end... Then this game is solved! – domotorp Jan 11 '12 at 6:35\n• Not a complete answer, but still worth the bounty. – Jeffε Jan 11 '12 at 10:19\n\nI've implemented an $O(2^n n)$ solution for quick hypothesis checking. Feel free to play with it. If you don't have C++ compiler locally, you can run it on different inputs remotely using \"upload with new input\" link.\n\n@JɛffE It happened that (1,4,3,2) has value *1, not *2 as you suggested.\n\n• Oops, my mistake. Fixed the question: g(1,3,2) = mex{g(1,3), g(1,2), g(3,2)} = mex{0, 0, *1} = *2. – Jeffε Jan 7 '12 at 18:28\n• @JɛffE It's interesting that for $n \\le 10$ SG-value of any position is not greater than 2. I'm trying to prove that now for arbitrary $n$, although I dunno how will that help. – Dmytro Korduban Jan 7 '12 at 18:51\n• @maldini: it gives hope that the game has some nice properties, which might make it tractable. I wonder what happens to the game generalized to graphs, or the game just generalized to perfect graphs. – Peter Shor Jan 17 '12 at 20:37\n\nEdit 5th of Jan: In fact the One Heap Game described below is a special case of the problem, i.e. when the numbers follow each other in a specific way such that the first group is bigger than the second group which is bigger than the third etc. and the numbers in each group are increasing. E.g. 8, 9, 4, 5, 6, 7, 2, 3, 1 is such a permutation. So I propose to solve this special case first.\n\nDisclaimer: I no longer claim that the below proof is correct, see e.g. the comment of Tsuyoshi which shows that deleting a number from a permutation will give a diagram not obtainable by deleting a square from the diagram of the permutation. I left the answer here to show that this approach does not work, plus since it contains another simple game.\n\nThe game has a very simple other formulation thanks to Young Tableaux. I am sure that it can be analyzed from there as other games and it will yield a linear time algorithm.\n\nFirst define the following game on Young Diagrams: At each turn, if the current diagram is horizontal (all squares in one line), the current player loses and the other player wins; otherwise, the current player removes one of the bottom-right squares, and play passes to the other player.\n\nNow order the sequence of numbers into a Young Tableaux. The main claim is that the winner of the original game is the same as the winner as the diagram game starting with this shape. To see this, notice that whenever the players delete a number, the diagram of the new sequence can be achieved by deleting a bottom-right square of the diagram. Moreover, any such diagram can be achieved by deleting the number from the respective bottom-right square. These statements follow from standard Young Tableaux theory.\n\nAlthough this diagram game is simple enough, it is trivially equivalent to the following game, which seems more standard:\n\nOne Heap Game: The players are given some heaps with some pebbles in each. At each turn, if their is only one heap left, the current player loses and the other player wins; otherwise, the current player removes a pebble from a heap, and play passes to the other player.\n\nIf there is a simple solution to the heap game (and I strongly believe there is one) we also get a solution to the original game: Just put the sequence in a Young Tableaux, and transform its diagram into heaps.\n\nUnfortunately I do not see which heap positions are winning/how to determine the Sprague–Grundy values. I checked a few cases by hand, and the following are the losing positions with at most 6 pebbles:\n\none heap; (1,1,1); (2,2); (3,1,1); (2,1,1,1); (1,1,1,1,1); (4,2); (3,3); (2,2,2).\n\nAnyone can solve this game?\n\nEdit: Peter Shor can, see his answer!\n\n• Can you give at least one example showing how a particular permutation is turned into a Young Tableau and how the same game (number removal until an ascending sequence is reached) is played on the Tableau? In particular I don't understand what it means to remove \"one of the bottom-right squares\". – mjqxxxx Dec 30 '11 at 13:32\n• Here is a counterexample to a weaker claim that removing a number from a permutation corresponds to a removing one of the bottom-right cells from the corresponding Young diagram (instead of Young tableau). Let n=5, and consider a position specified by the permutation [4,1,3,5,2] (that is, σ(1)=4, σ(2)=1, and so on), and remove 3 from it. The corresponding Young diagram before the move is 5=3+1+1, but the corresponding Young diagram after the move is 4=2+2, which is not obtained from removing one cell from 3+1+1. – Tsuyoshi Ito Dec 31 '11 at 3:10\n• And the permutation [5,4,1,2,3] has the same Young diagram as [4,1,3,5,2], but you cannot reach the Young diagram 4=2+2 from it. So the game depends on more than the shape of the Young tableau. – Peter Shor Dec 31 '11 at 11:32\n• Hooray for constructive misunderstanding! – Jeffε Jan 1 '12 at 10:37\n• @JɛffE: Yeah, this is much more useful than a proof of mere existence of misunderstanding. – Tsuyoshi Ito Jan 3 '12 at 12:28" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9429102,"math_prob":0.9886458,"size":6907,"snap":"2020-34-2020-40","text_gpt3_token_len":1720,"char_repetition_ratio":0.118788935,"word_repetition_ratio":0.104872,"special_character_ratio":0.25119445,"punctuation_ratio":0.10084034,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99200356,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-27T07:29:49Z\",\"WARC-Record-ID\":\"<urn:uuid:ccedfba5-3f2c-472b-b20e-2a700c2bf015>\",\"Content-Length\":\"215410\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:37a7032a-1fac-488c-889e-004b8ff84e72>\",\"WARC-Concurrent-To\":\"<urn:uuid:460ac81e-f5f9-45da-b634-09bfdb3d0259>\",\"WARC-IP-Address\":\"151.101.129.69\",\"WARC-Target-URI\":\"https://cstheory.stackexchange.com/questions/9527/permutation-game-redux\",\"WARC-Payload-Digest\":\"sha1:A3BDGHCSK7PELHGLRXTYVA75DZC53MGG\",\"WARC-Block-Digest\":\"sha1:SAU33QXBYGWWD2GX3QWPLNSSPICCILEE\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400265461.58_warc_CC-MAIN-20200927054550-20200927084550-00498.warc.gz\"}"}
http://www.sfu.ca/personal/archives/richards/Zen/show9/ch9.html
[ "Inferential Statistics\n\nStart Here\n\nContents\n\n1. Title page\n\n2. Descriptive vs Inferential statistics\n\n3. Inferential statistics is a leap into the unknown\n\n4. Remember the study of students' drinking habits?\n\n5. Your sample's mean was 10.54\n\n6. You found that other people got different results\n\n7. If you could get enough samples from that population ...\n\n8. The Sampling Distribution of Sample Means\n\n9. It has some useful properties\n\n10. The third useful property\n\n11. Estimate the Standard Error of the Mean\n\n12. You use information about sample statistics to estimates of population parameters\n\n13. The key to inferential statistics is the sampling distribution\n\n14. Four important assuimptions\n\n15. The mean and standard deviation of the sampling distribution\n\n16. Standard errors are measures of sampling variability\n\n17. A large standard error means that ....\n\n18. Only two things influence the standard error\n\n19. Standard errors and level of confidence\n\n20. How close are you? How confident are you?\n\n21. You know four things.\n\n22. A picture showing how 95% of sample means are within +/- 1.96 SEM of the population mean\n\n23. A picture showing how you can be 95% certain that .....\n\n24. The Standard Error of Proportions\n\n25. The Standard Error of Differences Between Means\n\n26. Standard errors measure sampling variability\n\n27. Two things affect sampling variability\n\n28. Blank Slide", null, "" ]
[ null, "http://www.sfu.ca/personal/archives/richards/Zen/show9/Images/Logo.gif", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.75109714,"math_prob":0.89959204,"size":1450,"snap":"2019-43-2019-47","text_gpt3_token_len":342,"char_repetition_ratio":0.12586446,"word_repetition_ratio":0.016877636,"special_character_ratio":0.22137931,"punctuation_ratio":0.098712444,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.970299,"pos_list":[0,1,2],"im_url_duplicate_count":[null,4,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-10-22T08:29:48Z\",\"WARC-Record-ID\":\"<urn:uuid:f49ba9bb-f7c6-4740-8d8e-52a8d1f8e9c2>\",\"Content-Length\":\"6582\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:6cab03e7-7313-4384-bf04-bec2da01b65f>\",\"WARC-Concurrent-To\":\"<urn:uuid:98c3a8b8-0921-490f-a8f6-8b8b5371fc4d>\",\"WARC-IP-Address\":\"142.58.102.68\",\"WARC-Target-URI\":\"http://www.sfu.ca/personal/archives/richards/Zen/show9/ch9.html\",\"WARC-Payload-Digest\":\"sha1:KTJE267UINB2LOTTOSZQMYKUZOT4BH6E\",\"WARC-Block-Digest\":\"sha1:3LMMGWCYSG427HCKQEZBI4NOT6BSLMR6\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-43/CC-MAIN-2019-43_segments_1570987813307.73_warc_CC-MAIN-20191022081307-20191022104807-00539.warc.gz\"}"}
https://forum.ansys.com/forums/reply/283408/
[ "", null, "KK\nSubscriber\nIs it not possible to implement a simple least squares objective function in Optislang?\nJ(p) = zWz     or after linearisation    (GWG)p = GWz\nz = resiude vector\nW = weighting matrix\nG = weighting matrix (partial derivative of the residuals after the paramers)\np = parameter change\n\nI would like to know if it is possible to implement a least squares objective function using Optislang, or if there are simpler approaches that can take my weighting matrices directly from Optislang. Furthermore, I would be interested to know which approach is considered the best or simplest to realise the alignment between test and simulation. Are there any proven methods that are particularly recommended and what factors should be taken into account when choosing?", null, "" ]
[ null, "https://secure.gravatar.com/avatar/c9ad06b1e52cb65e7841d7d17fad75b6", null, "https://forum.ansys.com/wp-content/themes/ansysbbpress/assets/images/loading.svg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9114545,"math_prob":0.9839035,"size":744,"snap":"2023-14-2023-23","text_gpt3_token_len":152,"char_repetition_ratio":0.10135135,"word_repetition_ratio":0.0,"special_character_ratio":0.18682796,"punctuation_ratio":0.048387095,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9711086,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-06-08T11:50:21Z\",\"WARC-Record-ID\":\"<urn:uuid:1b3b246e-40b5-43b2-b8e3-1804820b6a9f>\",\"Content-Length\":\"106523\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:459b9364-705f-4b4d-9e7c-1373bb7e84a1>\",\"WARC-Concurrent-To\":\"<urn:uuid:4823c930-27ac-43d7-bcac-77dc31df9e30>\",\"WARC-IP-Address\":\"23.212.251.26\",\"WARC-Target-URI\":\"https://forum.ansys.com/forums/reply/283408/\",\"WARC-Payload-Digest\":\"sha1:X62ZAWOF5JMPDFQGCGKSUCX2PE72ZO7G\",\"WARC-Block-Digest\":\"sha1:74NKPAN6WLHIYUK5CD66JMAPGE3YUEUO\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-23/CC-MAIN-2023-23_segments_1685224654871.97_warc_CC-MAIN-20230608103815-20230608133815-00343.warc.gz\"}"}
https://www.indiabix.com/c-programming/bitwise-operators/discussion-503
[ "# C Programming - Bitwise Operators - Discussion\n\n### Discussion :: Bitwise Operators - Find Output of Program (Q.No.3)\n\n3.\n\nAssuming a integer 2-bytes, What will be the output of the program?\n\n``````#include<stdio.h>\n\nint main()\n{\nprintf(\"%x\\n\", -1<<3);\nreturn 0;\n}\n``````\n\n [A]. ffff [B]. fff8 [C]. 0 [D]. -1\n\nExplanation:\n\nThe system will treat negative numbers in 2's complement method.\n\nExample:\n\nAssume the size of int is 2-bytes(16 bits). The integer value 1 is represented as given below:\n\nBinary of 1: 00000000 00000001 (this is for positive value of 1)\n\n1's complement of binary 1: 11111111 11111110\n2's complement of binary 1: 11111111 11111111\n\nThy system will store '11111111 11111111' in memory to represent '-1'.\n\nIf we do left shift (3 bits) on 11111111 11111111 it will become as given below:\n\n11111111 11111111 ---(left shift 3 times)---> 11111111 11111000.\n\nSo, 11111111 11111000 ---(binary to hex)---> FF F8. (Required Answer)\n\nNote:\n\nHow is the negative number obtained from 2's complement value?\n\nAs stated above, -1 is represented as '11111111 11111111' in memory.\n\nSo, the system will take 2's complement of '11111111 11111111' to the get the original negative value back.\n\nExample:\n\nBit Representation of -1: 11111111 11111111\n\nSince the left most bit is 1, it is a negative number. Then the value is\n\n1's complement: 00000000 00000000\n2's complement: 00000000 00000001 (Add 1 to the above result)\n\nTherefore, '00000000 00000001' = 1 and the sign is negative.\n\nHence the value is -1.\n\n Sanju said: (Aug 17, 2013) You have given: Fill with 1s in the left side for right shift for negative numbers. Then why this?\n\n Madhuri Agrawal said: (Oct 5, 2015) As 32 will be written as 100000 in its binary format preceded by all 0's. So when we do negation of the same, so it will give the output as: 011111 preceded by any number of 1's. Now coming to converting the same bit string in its hexadecimal format. So it will result in 'df' preceded by as many number of 'f' as we want.\n\n Vamsi said: (Dec 17, 2015) I didn't understand any about the -1 in the given answer.\n\n Manjula said: (Oct 4, 2016) Here, why we have to take left shift?\n\n Dedeepya said: (Sep 17, 2017) Here in the program bit wise operator \"<<\" indicates left shift operator." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.89083683,"math_prob":0.9479859,"size":929,"snap":"2022-27-2022-33","text_gpt3_token_len":270,"char_repetition_ratio":0.104864866,"word_repetition_ratio":0.0,"special_character_ratio":0.3078579,"punctuation_ratio":0.1573604,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99488276,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-07-01T17:04:26Z\",\"WARC-Record-ID\":\"<urn:uuid:68f82e59-9054-4eb3-a51b-338773276fbd>\",\"Content-Length\":\"24134\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:3688e16a-8adc-4bec-92e4-24c887c04889>\",\"WARC-Concurrent-To\":\"<urn:uuid:1b48e52e-b2ad-48c0-aa8c-f5750de6ad07>\",\"WARC-IP-Address\":\"35.244.11.196\",\"WARC-Target-URI\":\"https://www.indiabix.com/c-programming/bitwise-operators/discussion-503\",\"WARC-Payload-Digest\":\"sha1:NYYJDOAX5TZYQL6DDDSMVBQPM6NPQO7R\",\"WARC-Block-Digest\":\"sha1:3C4X3DKZKSXIQTXIIU5X42VW4WSH6VP3\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656103943339.53_warc_CC-MAIN-20220701155803-20220701185803-00554.warc.gz\"}"}
http://epirecip.es/epicookbook/chapters/blackross2015/r
[ "# Final size for SIR model\n\nAuthor: Sangeeta Bhatia @sangeetabhatia03\n\nDate: 2018-10-03\n\nThis implementation is tested against the MATLAB implementation provided by the authors here. The following distribution was generated using their code.\n\n## Test data generated using authors' code.\nN <- 10\nbeta <- 2/(N-1);\ngamma1 <- 1;\nfinal_size1 <- c(0.00000, 0.33333, 0.08640, 0.04908, 0.03814, 0.03638, 0.04079, 0.05256, 0.07614, 0.11862, 0.16854)\n\n\nAlthough most of the code uses base R functions, we load libraries for testing and plotting.\n\nlibrary(ggplot2)\nlibrary(testthat)\n\n## Some more test data; extreme cases.\n## What if the recovery rate is 0?\ngamma2 <- 0\nfinal_size2 <- c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\n\noutbreak_size_distr <- function(N, beta, gamma) {\n## total number of possible states\nnstates <- (N + 1) * (N + 2) / 2\n## empty vector to store outbreak size distribution\ndistr <- rep(0, N + 1)\n## probability distribution of states\np_states <- rep(0, nstates)\n## Start with 1 infection event. This could be\n## customised. Note that state 2 corresponds to\n## state (1, 0)\np_states <- 1\n## counter to index over states\nstate <- 1\nfor (z2 in 0:N) {\ndistr[z2 + 1] <- p_states[state];\nstate <- state + 1;\nif ((z2 + 1) > (N - 1)) {\nnext\n}\nfor (z1 in (z2 + 1): (N - 1)) {\np <- 1 / ( 1 + gamma/(beta*(N - z1)))\np_states[state + 1] <- p_states[state + 1] + p_states[state] * p\np_states[state + N - z2] <- p_states[state + N - z2] + p_states[state] * (1 - p)\nstate <- state + 1\n}\nif (z2 < N) {\np_states[state + N - z2] <- p_states[state + N - z2] + p_states[state]\nstate <- state + 1\n}\n\n}\ndistr\n}\n\ndistr <- outbreak_size_distr(N = 10, beta = 2/9, gamma = 1)\ndistr <- round(distr, 5)\n\ntestthat::expect_equal(distr, final_size1)\n\ndistr <- outbreak_size_distr(N = 10, beta = 2/9, gamma = 0)\ndistr <- round(distr, 5)\n\ntestthat::expect_equal(distr, final_size2)\n\n\nThe above assertion checks that everything works as expected. For a given value of N and gamma, how does beta influence the outbreak size distribution?\n\nN <- 100\nbeta <- seq(from = 10, to = 100, by = 50) / (N - 1)\ngamma <- 1\nfinal_distr <- lapply(beta, function(b) outbreak_size_distr(N, beta = b, gamma))\n\nresults <- data.frame()\nfor (i in seq_along(beta)) {\nresults <- rbind(results, data.frame(infection_rate = rep(beta[i], N + 1),\ndistr = final_distr[[i]]))\n}\nresults$infection_rate <- factor(results$infection_rate)\n\n\nThus the probability of the final size of the outbreak being very small or very large is high and close to 0 for anything in between. What if we change the recovery rate?\n\nN <- 100\nbeta <- 99 / (N - 1)\ngamma <- beta / c(1, 100)\nfinal_distr <- lapply(gamma, function(g) outbreak_size_distr(N, beta, gamma = g))\nresults <- data.frame()\nfor (i in seq_along(gamma)) {\nresults <- rbind(results, data.frame(recovery_rate = rep(gamma[i], N + 1),\ndistr = final_distr[[i]]))\n}\nresults$recovery_rate <- factor(results$recovery_rate)\nx <- rep(0:N, length(gamma))\nggplot(results, aes(x, distr, fill = recovery_rate)) +\ngeom_col(position = \"dodge\")", null, "" ]
[ null, "http://epirecip.es/epicookbook/images/chapters/blackross2015/r_15_1.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.6480695,"math_prob":0.9986128,"size":2996,"snap":"2021-04-2021-17","text_gpt3_token_len":992,"char_repetition_ratio":0.14739305,"word_repetition_ratio":0.11377245,"special_character_ratio":0.38618156,"punctuation_ratio":0.16964285,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99934715,"pos_list":[0,1,2],"im_url_duplicate_count":[null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-23T01:43:01Z\",\"WARC-Record-ID\":\"<urn:uuid:275b4e11-9319-4774-af8d-c5269b609e4e>\",\"Content-Length\":\"59708\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:43dbb094-59e3-4af9-a0a2-851eb3b4008e>\",\"WARC-Concurrent-To\":\"<urn:uuid:fbd3ad16-c434-4874-a5e0-ef5f702d448f>\",\"WARC-IP-Address\":\"185.199.111.153\",\"WARC-Target-URI\":\"http://epirecip.es/epicookbook/chapters/blackross2015/r\",\"WARC-Payload-Digest\":\"sha1:DO7ARML4JW3QOVH5X4TM4UJ5P74SYKB2\",\"WARC-Block-Digest\":\"sha1:Z4LJCFENAK5ETGFVBIXOIZKI3RRJ3FWI\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618039626288.96_warc_CC-MAIN-20210423011010-20210423041010-00245.warc.gz\"}"}
https://www.digicamdb.com/specs/canon_eos-7d-mark-ii/
[ "# Canon EOS 7D Mark II\n\n### Specs", null, "compare »\n Brand: Canon Model: EOS 7D Mark II Megapixels: 20.20 Sensor: 22.4 x 15 mm Price: check here »\n\n## Sensor info\n\nCanon 7D Mark II comes with a 22.4 x 15 mm CMOS sensor, which has a diagonal of 26.96 mm (1.06\") and a surface area of 336.00 mm².\nDiagonal\n26.96 mm\nSurface area\n336 mm²\nPixel pitch\n4.08 µm\nPixel area\n16.65 µm²\nPixel density\n6 MP/cm²\n\n## Actual sensor size\n\nNote: Actual size is set to screen → change »\nThis is the actual size of the 7D Mark II sensor: 22.4 x 15 mm\nThe sensor has a surface area of 336 mm². There are approx. 20,200,000 photosites (pixels) on this area. Pixel pitch, which is a measure of the distance between pixels, is 4.08 µm. Pixel pitch tells you the distance from the center of one pixel (photosite) to the center of the next.\n\nPixel or photosite area is 16.65 µm². The larger the photosite, the more light it can capture and the more information can be recorded.\n\nPixel density tells you how many million pixels fit or would fit in one square cm of the sensor. Canon 7D Mark II has a pixel density of 6 MP/cm².\n\nThese numbers are important in terms of assessing the overall quality of a digital camera. Generally, the bigger (and newer) the sensor, pixel pitch and photosite area, and the smaller the pixel density, the better the camera. If you want to see how 7D Mark II compares to other cameras, click here.\n\n## Specifications\n\n Brand: Canon Model: EOS 7D Mark II Effective megapixels: 20.20 Total megapixels: 20.90 Sensor size: 22.4 x 15 mm Sensor type: CMOS Sensor resolution: 5486 x 3682 Max. image resolution: 5472 x 3648 Crop factor: 1.6 Optical zoom: Digital zoom: ISO: Auto, 100-16000 (expandable to 51200) RAW support: Manual focus: Normal focus range: Macro focus range: Focal length (35mm equiv.): Aperture priority: Yes Max aperture: Max. aperture (35mm equiv.): n/a Depth of field: simulate → Metering: Evaluative, Partial, Center-weighted, Spot Exposure Compensation: ±5 EV (in 1/3 EV, 1/2 EV steps) Shutter priority: Yes Min. shutter speed: 30 sec Max. shutter speed: 1/8000 sec Built-in flash: External flash: Viewfinder: Optical (pentaprism) White balance presets: 8 Screen size: 3\" Screen resolution: 1,040,000 dots Video capture: Max. video resolution: 1920x1080 (60p/50p/30p/25p/24p) Storage types: SD/SDHC/SDXC/Type I CompactFlash USB: USB 3.0 (5 GBit/sec) HDMI: Wireless: GPS: Battery: Battery Pack LP-E6N (or LP-E6) Weight: 910 g Dimensions: 148.6 x 112.4 x 78.2 mm Year: 2014\n\n vs\n\n## Diagonal\n\nDiagonal is calculated by the use of Pythagorean theorem:\n Diagonal = √ w² + h²\nwhere w = sensor width and h = sensor height\n\n### Canon 7D Mark II diagonal:\n\nw = 22.40 mm\nh = 15.00 mm\n Diagonal = √ 22.40² + 15.00² = 26.96 mm\n\n## Surface area\n\nSurface area is calculated by multiplying the width and the height of a sensor.\n\nWidth = 22.40 mm\nHeight = 15.00 mm\n\nSurface area = 22.40 × 15.00 = 336.00 mm²\n\n## Pixel pitch\n\nPixel pitch is the distance from the center of one pixel to the center of the next measured in micrometers (µm). It can be calculated with the following formula:\n Pixel pitch = sensor width in mm × 1000 sensor resolution width in pixels\n\n### Canon 7D Mark II pixel pitch:\n\nSensor width = 22.40 mm\nSensor resolution width = 5486 pixels\n Pixel pitch = 22.40 × 1000 = 4.08 µm 5486\n\n## Pixel area\n\nThe area of one pixel can be calculated by simply squaring the pixel pitch:\nPixel area = pixel pitch²\n\nYou could also divide sensor surface area with effective megapixels:\n Pixel area = sensor surface area in mm² effective megapixels\n\n### Canon 7D Mark II pixel area:\n\nPixel pitch = 4.08 µm\n\nPixel area = 4.08² = 16.65 µm²\n\n## Pixel density\n\nPixel density can be calculated with the following formula:\n Pixel density =  ( sensor resolution width in pixels )² / 1000000 sensor width in cm\n\nYou could also use this formula:\n Pixel density = effective megapixels × 1000000 / 10000 sensor surface area in mm²\n\n### Canon 7D Mark II pixel density:\n\nSensor resolution width = 5486 pixels\nSensor width = 2.24 cm\n\nPixel density = (5486 / 2.24)² / 1000000 = 6 MP/cm²\n\n## Sensor resolution\n\nSensor resolution is calculated from sensor size and effective megapixels. It's slightly higher than maximum (not interpolated) image resolution which is usually stated on camera specifications. Sensor resolution is used in pixel pitch, pixel area, and pixel density formula. For sake of simplicity, we're going to calculate it in 3 stages.\n\n1. First we need to find the ratio between horizontal and vertical length by dividing the former with the latter (aspect ratio). It's usually 1.33 (4:3) or 1.5 (3:2), but not always.\n\n2. With the ratio (r) known we can calculate the X from the formula below, where X is a vertical number of pixels:\n(X × r) × X = effective megapixels × 1000000    →\n X = √ effective megapixels × 1000000 r\n3. To get sensor resolution we then multiply X with the corresponding ratio:\n\nResolution horizontal: X × r\nResolution vertical: X\n\n### Canon EOS 7D Mark II sensor resolution:\n\nSensor width = 22.40 mm\nSensor height = 15.00 mm\nEffective megapixels = 20.20\nr = 22.40/15.00 = 1.49\n X = √ 20.20 × 1000000 = 3682 1.49\nResolution horizontal: X × r = 3682 × 1.49 = 5486\nResolution vertical: X = 3682\n\nSensor resolution = 5486 x 3682\n\n## Crop factor\n\nCrop factor or focal length multiplier is calculated by dividing the diagonal of 35 mm film (43.27 mm) with the diagonal of the sensor.\n Crop factor = 43.27 mm sensor diagonal in mm\n\n### Canon 7D Mark II crop factor:\n\nSensor diagonal = 26.96 mm\n Crop factor = 43.27 = 1.6 26.96\n\n## 35 mm equivalent aperture\n\nEquivalent aperture (in 135 film terms) is calculated by multiplying lens aperture with crop factor (a.k.a. focal length multiplier).\n\n### Canon EOS 7D Mark II equivalent aperture:\n\nAperture is a lens characteristic, so it's calculated only for fixed lens cameras. If you want to know the equivalent aperture for Canon EOS 7D Mark II, take the aperture of the lens you're using and multiply it with crop factor.\n\nCrop factor for Canon 7D Mark II is 1.6\n\n## Enter your screen size (diagonal)\n\nMy screen size is  inches\n\nActual size is currently adjusted to screen.\n\nIf your screen (phone, tablet, or monitor) is not in diagonal, then the actual size of a sensor won't be shown correctly." ]
[ null, "https://www.digicamdb.com/specs/canon_eos-7d-mark-ii/images/cameras/canon_eos-7d-mark2.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.78312826,"math_prob":0.97446597,"size":8767,"snap":"2021-43-2021-49","text_gpt3_token_len":2624,"char_repetition_ratio":0.18737875,"word_repetition_ratio":0.3919598,"special_character_ratio":0.31755447,"punctuation_ratio":0.14216739,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9707754,"pos_list":[0,1,2],"im_url_duplicate_count":[null,5,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-25T05:00:45Z\",\"WARC-Record-ID\":\"<urn:uuid:2633121e-d593-4f2d-8846-3482c4833d6f>\",\"Content-Length\":\"33873\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a268cdcd-de32-480e-a264-02d5347b040a>\",\"WARC-Concurrent-To\":\"<urn:uuid:36b96b45-babc-4ca6-8e7b-1ec4184bb007>\",\"WARC-IP-Address\":\"173.248.187.251\",\"WARC-Target-URI\":\"https://www.digicamdb.com/specs/canon_eos-7d-mark-ii/\",\"WARC-Payload-Digest\":\"sha1:6RNSTDS4VSF7S567KXKT36L75D4UZAK2\",\"WARC-Block-Digest\":\"sha1:ONA5V723UDVP6GG62EY3WQVSZ5E5OL3U\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323587623.1_warc_CC-MAIN-20211025030510-20211025060510-00311.warc.gz\"}"}
https://answers.everydaycalculation.com/lcm/3-252
[ "Solutions by everydaycalculation.com\n\n## What is the LCM of 3 and 252?\n\nThe lcm of 3 and 252 is 252.\n\n#### Steps to find LCM\n\n1. Find the prime factorization of 3\n3 = 3\n2. Find the prime factorization of 252\n252 = 2 × 2 × 3 × 3 × 7\n3. Multiply each factor the greater number of times it occurs in steps i) or ii) above to find the lcm:\n\nLCM = 2 × 2 × 3 × 3 × 7\n4. LCM = 252\n\nMathStep (Works offline)", null, "Download our mobile app and learn how to find LCM of upto four numbers in your own time:" ]
[ null, "https://answers.everydaycalculation.com/mathstep-app-icon.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.731256,"math_prob":0.9992824,"size":465,"snap":"2019-43-2019-47","text_gpt3_token_len":156,"char_repetition_ratio":0.12581345,"word_repetition_ratio":0.0,"special_character_ratio":0.41075268,"punctuation_ratio":0.08421053,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99620676,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-11-20T17:19:05Z\",\"WARC-Record-ID\":\"<urn:uuid:e3c351dd-3dc0-4795-880b-c3770cba6402>\",\"Content-Length\":\"5778\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:30dd466d-0bcb-48f2-b37c-5c0725d352e8>\",\"WARC-Concurrent-To\":\"<urn:uuid:2e92ad32-c3bd-429d-a4a4-20f14f0e0f4c>\",\"WARC-IP-Address\":\"96.126.107.130\",\"WARC-Target-URI\":\"https://answers.everydaycalculation.com/lcm/3-252\",\"WARC-Payload-Digest\":\"sha1:G4Q56WXFPFIZCELL3PFK6ELEHOLE42A6\",\"WARC-Block-Digest\":\"sha1:HZNCCEIZZZYGRZYSV7A7G6VFBD5456AL\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-47/CC-MAIN-2019-47_segments_1573496670597.74_warc_CC-MAIN-20191120162215-20191120190215-00175.warc.gz\"}"}
https://studysoup.com/tsg/13548/introductory-chemistry-5-edition-chapter-6-problem-96p
[ "×\nGet Full Access to Introductory Chemistry - 5 Edition - Chapter 6 - Problem 96p\nGet Full Access to Introductory Chemistry - 5 Edition - Chapter 6 - Problem 96p\n\n×\n\n# A 2.241-g sample of nickel reacts with oxygen to form", null, "ISBN: 9780321910295 34\n\n## Solution for problem 96P Chapter 6\n\nIntroductory Chemistry | 5th Edition\n\n• Textbook Solutions\n• 2901 Step-by-step solutions solved by professors and subject experts\n• Get 24/7 help from StudySoup virtual teaching assistants", null, "Introductory Chemistry | 5th Edition\n\n4 5 1 277 Reviews\n25\n2\nProblem 96P\n\nA 2.241-g sample of nickel reacts with oxygen to form 2.852 g of the metal oxide. Calculate the empirical formula of the oxide.\n\nStep-by-Step Solution:\nStep 1 of 3\n\nSolution 96P\n\nThe empirical formula can be found using the table given below.The number of moles of each elements is obtained and the simplest whole number ratio in which the elements are present in the compound is  found.\n\n Elements Mass of the elements Atomic weight Number of moles Ni 2.241 59", null, "=0.03 O 0.611 16", null, "=0.03\n\nThe simplest ratio in which the elements Nickel and oxygen is present is 1:1.So the empirical formula should be NiO\n\nStep 2 of 3\n\nStep 3 of 3\n\n##### ISBN: 9780321910295\n\nThe answer to “?A 2.241-g sample of nickel reacts with oxygen to form 2.852 g of the metal oxide. Calculate the empirical formula of the oxide.” is broken down into a number of easy to follow steps, and 23 words. This textbook survival guide was created for the textbook: Introductory Chemistry, edition: 5. Introductory Chemistry was written by and is associated to the ISBN: 9780321910295. Since the solution to 96P from 6 chapter was answered, more than 705 students have viewed the full step-by-step answer. The full step-by-step solution to problem: 96P from chapter: 6 was answered by , our top Chemistry solution expert on 05/06/17, 06:45PM. This full solution covers the following key subjects: oxide, nickel, form, formula, metal. This expansive textbook survival guide covers 19 chapters, and 2046 solutions.\n\n## Discover and learn what students are asking\n\nCalculus: Early Transcendental Functions : Integration Techniques, LHpitals Rule, and Improper Integrals\n?Verify the reduction formula $$\\int(\\ln x)^{n} d x=x(\\ln x)^{n}-n \\int(\\ln x)^{n-1} d x$$.\n\nCalculus: Early Transcendental Functions : Basic Differentiation Rules and Rates of Change\n?Finding a Value In Exercises 65–70, find k such that the line is tangent to the graph of the function. Function\n\nCalculus: Early Transcendental Functions : Hyperbolic Functions\n?In Exercises 7-14, verify the identity. $$\\tanh ^{2} x+\\operatorname{sech}^{2} x=1$$\n\nStatistics: Informed Decisions Using Data : Estimating a Population Standard Deviation\n?True or False: The chi-square distribution is symmetric.\n\nStatistics: Informed Decisions Using Data : Testing the Significance of the Least-Squares Regression Model\n?In Problems 5–10, use the results of Problems 7–12, respectively, from Section 4.2 to answer the following questions: (a) What are the estima\n\nChemistry: The Central Science : The Chemistry of Life: Organic and Biological Chemistry\n?Identify the functional groups in each of the following compounds:\n\nUnlock Textbook Solution" ]
[ null, "https://studysoup.com/cdn/24cover_2610068", null, "https://studysoup.com/cdn/24cover_2610068", null, "https://chart.googleapis.com/chart", null, "https://chart.googleapis.com/chart", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8808639,"math_prob":0.8892287,"size":583,"snap":"2022-27-2022-33","text_gpt3_token_len":154,"char_repetition_ratio":0.13471502,"word_repetition_ratio":0.018691588,"special_character_ratio":0.2864494,"punctuation_ratio":0.09917355,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9982158,"pos_list":[0,1,2,3,4,5,6,7,8],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-06-30T02:24:00Z\",\"WARC-Record-ID\":\"<urn:uuid:0254051c-11e8-4e98-803a-688f066a8158>\",\"Content-Length\":\"99469\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:afe1dd03-d957-48a9-a8f6-24248060baf6>\",\"WARC-Concurrent-To\":\"<urn:uuid:8b8ffd0a-affc-4f0a-98fa-890fec48ff18>\",\"WARC-IP-Address\":\"54.189.254.180\",\"WARC-Target-URI\":\"https://studysoup.com/tsg/13548/introductory-chemistry-5-edition-chapter-6-problem-96p\",\"WARC-Payload-Digest\":\"sha1:7DE6MXYMPOYZEXX26N724GQZ45WH7OWU\",\"WARC-Block-Digest\":\"sha1:B2XPQQA5GUQZIYIIPFAUFWLSN2AEXXOR\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656103646990.40_warc_CC-MAIN-20220630001553-20220630031553-00004.warc.gz\"}"}
https://acp.copernicus.org/articles/18/10025/2018/
[ "Atmos. Chem. Phys., 18, 10025–10038, 2018\nhttps://doi.org/10.5194/acp-18-10025-2018\nAtmos. Chem. Phys., 18, 10025–10038, 2018\nhttps://doi.org/10.5194/acp-18-10025-2018\n\nResearch article 16 Jul 2018\n\nResearch article | 16 Jul 2018", null, "# Turbulent transport of energy across a forest and a semiarid shrubland\n\nTurbulent transport of energy across a forest and a semiarid shrubland\nTirtha Banerjee1,a, Peter Brugger1, Frederik De Roo1, Konstantin Kröniger1, Dan Yakir2, Eyal Rotenberg2, and Matthias Mauder1 Tirtha Banerjee et al.\n• 1Karlsruhe Institute of Technology (KIT), Institute of Meteorology and Climate Research, Atmospheric Environmental Research (IMK-IFU), 82467 Garmisch-Partenkirchen, Germany\n• 2Department of Earth and Planetary Sciences (EPS), The Weizmann Institute of Science, Rehovot 76100, Israel\n• acurrent address: Earth and Environmental Sciences Division, Los Alamos National Laboratory, Los Alamos, New Mexico, USA\n\nCorrespondence: Tirtha Banerjee (tirtha.banerjee@lanl.gov)\n\nAbstract\n\nThe role of secondary circulations has recently been studied in the context of well-defined surface heterogeneity in a semiarid ecosystem where it was found that energy balance closure over a desert–forest system and the structure of the boundary layer was impacted by advection and flux divergence. As a part of the CliFF (“Climate feedbacks and benefits of semi-arid forests”, a collaboration between KIT, Germany, and the Weizmann Institute, Israel) campaign, we studied the boundary layer dynamics and turbulent transport of energy corresponding to this effect in Yatir Forest situated in the Negev Desert in Israel. The forest surrounded by small shrubs presents a distinct feature of surface heterogeneity, allowing us to study the differences between their interactions with the atmosphere above by conducting measurements with two eddy covariance (EC) stations and two Doppler lidars. As expected, the turbulence intensity and vertical fluxes of momentum and sensible heat are found to be higher above the forest compared to the shrubland. Turbulent statistics indicative of nonlocal motions are also found to differ over the forest and shrubland and also display a strong diurnal cycle. The production of turbulent kinetic energy (TKE) over the forest is strongly mechanical, while buoyancy effects generate most of the TKE over the shrubland. Overall TKE production is much higher above the forest compared to the shrubland. The forest is also found to be more efficient in dissipating TKE. The TKE budget appears to be balanced on average both for the forest and shrubland, although the imbalance of the TKE budget, which includes the role of TKE transport, is found to be quite different in terms of diurnal cycles for the forest and shrubland. The difference in turbulent quantities and the relationships between the components of TKE budget are used to infer the characteristics of the turbulent transport of energy between the desert and the forest.\n\nShare\n1 Introduction\n\nUnderstanding the interaction between vegetation canopies and atmosphere is a crucial component in the quantification of biosphere–atmosphere exchange of heat, carbon dioxide, water and trace gas fluxes. It is also important for the development of numerical weather and climate models where the fluxes in the canopy surface layer (CSL) and the atmospheric surface layer (ASL) are parameterized through bulk exchange coefficients of momentum and scalar. However, idealizations of the forest canopies as horizontally homogeneous momentum sinks and scalar sources introduces uncertainties in flux estimations and estimating diffusion coefficients. The presence of heterogeneities such as roughness transitions, complex topography and mesoscale circulations are common sources of such uncertainties that give rise to nonlocal motions and secondary circulations. These secondary circulations not only occur in forests but are also generic characteristics of boundary layer flows over natural and man-made landscapes with discongruity of land use types, surface moisture, temperature, etc. . Different types of land cover such as agricultural lands or urban areas can affect local energy balance closure and the structure of the overlying boundary layer as well as cloud formation and regional weather . Strong differences in surface properties and large swaths of such surface patches are known to induce secondary circulations . Recent works by , and have suggested that non-closure of the energy balance is also related to advection and flux divergence due to secondary circulations . The non-closure of the energy balance refers to the fact that the available energy RnG is often higher than the turbulent energy H+LE at micrometeorological sites, where Rn is net radiation, G is soil heat flux, H is sensible heat flux and LE is latent heat flux. Thus, it is established that studies involving surface heterogeneities such as a difference in roughness characteristics and albedo are crucial for the advancements of our understanding of biosphere–atmosphere interaction since the quasi-universal scaling laws of turbulent moments and simple parametrizations of exchange coefficients are disturbed and rendered nonoperational.\n\nSeveral studies have attempted to study the nature of turbulence across a roughness transition such as a grassland and a forest canopy by means of experimental and numerical methods and documented several length scales associated with the roughness transitions, recirculation zones and the nature of the turbulent momentum budget. However, all of these studies are concerned with the flow adjustment in the immediate vicinity of the roughness transition (edges or gaps). have studied the dynamics of the convective boundary layer over a well-defined surface heterogeneity – namely Yatir Forest and the shrubland surrounding it, which are located in the northern part of the Negev Desert in Israel. Eddy covariance (EC) and Doppler lidar measurements were conducted by at two sites approximately 6.5 km apart: one in the forest and one in the desert. The forest has a darker surface and consequently lower albedo (12.5 %) than the desert (33.7 %). Moreover, the higher surface roughness of the forest results in higher turbulence intensity, which leads to more efficient heat transfer above the forest, a phenomenon called canopy convector effect . The region being very dry, there is very little latent heat flux (Bowen ratio >10 over the summer), resulting in a spatial difference in surface buoyancy flux of 220–290 W m−2 between the desert and the forest. Furthermore, the length scale of surface heterogeneities (6–10 km) is larger than the minimal length scale needed for the development of secondary circulations: ${L}_{\\mathrm{rau}}={C}_{\\mathrm{Rau}}U/{w}_{*}\\approx \\mathrm{2}$–5 km , where U is mean wind speed, w* is the convective velocity scale and CRau=0.8 is an empirical parameter, so that it is possible for secondary circulations to develop.\n\nThe present work is an attempt to examine this hypothesis of secondary circulations in more detail. We use eddy covariance and Doppler lidar measurements at two sites 4.3 km apart over the shrubland and Yatir Forest, where the shrubland is upwind of the forest in the path of the principal wind direction (during the summer, there exists a heat-induced low-pressure system to the east, resulting in the main wind direction from the northwest). We investigate the individual components of the turbulent kinetic energy budget, as well as the nature of advection and turbulent transport over the forest and the desert and determine if there is a relationship between them. Not many instances were found in the literature where the nature of turbulent transport was studied across large-scale surface roughness heterogeneities, except for and . However, only studied turbulent production and the turbulent velocity fluctuations in the presence of a complex topography – so the nature of turbulent transport via secondary circulations was not highlighted. studied the decay of turbulence over different land surface types. Hence, the difference in turbulence production and simultaneous transport across different land use types was not studied, which determines the scope of the current work.\n\n2 Method\n\n## 2.1 Theory\n\nThe turbulent kinetic energy (TKE) budget is given by without invoking any special assumption:\n\n$\\begin{array}{ll}\\text{(1)}& & \\frac{\\partial e}{\\partial t}+{U}_{j}\\frac{\\partial e}{\\partial {x}_{j}}={\\mathit{\\delta }}_{i\\mathrm{3}}\\frac{g}{T}\\left(\\stackrel{\\mathrm{‾}}{{u}_{i}^{\\prime }{T}^{\\prime }}\\right)-\\stackrel{\\mathrm{‾}}{{u}_{i}^{\\prime }{u}_{j}^{\\prime }}\\frac{\\partial {U}_{i}}{\\partial {x}_{j}}-\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{u}_{j}^{\\prime }e}\\right)}{\\partial {x}_{j}}& -\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{u}_{i}^{\\prime }{p}^{\\prime }}\\right)}{\\partial {x}_{i}}-\\mathit{ϵ},\\end{array}$\n\nwhere i and j are the usual tensor indices, which can take the values of 1, 2 and 3 to indicate x, y and z directions, respectively, and δi3 is the Kronecker delta. $e=\\left(\\mathrm{1}/\\mathrm{2}\\right)\\left({\\mathit{\\sigma }}_{u}^{\\mathrm{2}}+{\\mathit{\\sigma }}_{v}^{\\mathrm{2}}+{\\mathit{\\sigma }}_{w}^{\\mathrm{2}}\\right)=\\left(\\mathrm{1}/\\mathrm{2}\\right)\\left(\\stackrel{\\mathrm{‾}}{{u}^{\\prime \\mathrm{2}}}+\\stackrel{\\mathrm{‾}}{{v}^{\\prime \\mathrm{2}}}+\\stackrel{\\mathrm{‾}}{{w}^{\\prime \\mathrm{2}}}\\right)$ is the TKE, U denotes mean longitudinal velocity; u, v and w denote the fluctuations from mean for the longitudinal, transverse and vertical velocity components; g is acceleration due to gravity; T denotes mean potential temperature; T is the potential temperature fluctuation; p is the dynamic pressure perturbation; ρ is density of air. The first term on the left-hand side (LHS) denotes storage or TKE tendency. The second term on the LHS indicates advection of TKE by mean wind flow. The first term on the right-hand side (RHS) denotes buoyant production/destruction of TKE. The second term on the RHS denotes mechanical/shear production of TKE. The third term on RHS denotes turbulent transport of TKE and can also be called turbulent flux divergence. The fourth term on RHS denotes transport of TKE by pressure velocity correlation. ϵ is the dissipation of TKE.\n\nExpanding the equations in terms of x, y and z coordinates, the full TKE budget can be written as Eq. (A1) as shown in Appendix A. Since it is difficult to keep track of the full equation due to the large number of terms, it would be easier to use a simple form of the TKE budget (Stull2012)\n\n$\\begin{array}{}\\text{(2)}& \\mathrm{0}=-\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{w}^{\\prime }}\\frac{\\mathrm{d}U}{\\mathrm{d}z}+\\frac{g}{T}\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{T}^{\\prime }}-\\mathit{ϵ}-\\text{Imbalance},\\end{array}$\n\nwhere the “imbalance” is defined in Eq. (A2). Note that $\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{w}^{\\prime }}$ and $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{T}^{\\prime }}$ denote vertical momentum flux and sensible heat flux, respectively. Also note that if the term imbalance is set to zero, one recovers the TKE budget for an idealized surface layer where the coordinate system is aligned with the mean wind, and a planar, homogeneous flow with zero subsidence is assumed. Since our objective in the current problem is to study the effect of heterogeneity, we cannot make these assumptions. Moreover, we are also constrained by being able to measure only at two single points in space quite far apart. Single point eddy covariance measurements cannot compute spatial gradients, and the pressure perturbations are not measured either. Thus, explicit computations of the imbalance terms are not possible. Due to the three-dimensional nature of the problem, it is also difficult to anticipate what degrees of assumptions are sufficient, so that some of the terms can be ignored safely.\n\nUnder these constraints, a strategy is needed to evaluate the TKE budget. The dominant mechanical production term, the buoyant production/destruction term and the dissipation term will be evaluated directly from the data. The residual of the TKE budget will be described as the imbalance as per Eq. (3) which would contain the effects of advection and transport terms. The advantage of using this strategy is that since the original TKE budget equation has to be closed, the errors in computing the production and dissipation terms can also be assumed to be inside the imbalance term.\n\n$\\begin{array}{}\\text{(3)}& \\text{Imbalance}=-\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{w}^{\\prime }}\\frac{\\mathrm{d}U}{\\mathrm{d}z}+\\frac{g}{T}\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{T}^{\\prime }}-\\mathit{ϵ}.\\end{array}$\n\nTo compute the mechanical production term, we momentarily assume that the TKE budget is well balanced and Monin–Obukhov similarity theory (MOST) is valid . This allows us to write\n\n$\\begin{array}{}\\text{(4)}& \\frac{\\mathrm{d}U}{\\mathrm{d}z}={\\mathit{\\varphi }}_{\\mathrm{m}}\\left(\\mathit{\\zeta }\\right)\\frac{{u}_{*}}{\\mathit{\\kappa }z},\\end{array}$\n\nwhere ϕm is the stability correction function for momentum which varies with the stability parameter $\\mathit{\\zeta }=\\left(z-d\\right)/L$ and κ=0.4, the von Kármán constant. ${u}_{*}=\\sqrt{{\\left|\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{w}^{\\prime }}\\right|}^{\\mathrm{2}}+{\\left|\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{w}^{\\prime }}\\right|}^{\\mathrm{2}}}$ is the friction velocity, z is the measurement height, and $L=-{u}_{*}^{\\mathrm{3}}/\\left(\\mathit{\\kappa }\\left(g/T\\right)\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{T}^{\\prime }}\\right)$ is the Obukhov length; d is zero plane displacement height, taken as 2∕3 of canopy height. The standard MOST scaling relations for ϕm are used, i.e., ${\\mathit{\\varphi }}_{\\mathrm{m}}=\\mathrm{0.74}+\\mathrm{4.7}\\mathit{\\zeta }$ for stable (ζ>0) and ${\\mathit{\\varphi }}_{\\mathrm{m}}=\\left(\\mathrm{1}-\\mathrm{16}\\mathit{\\zeta }{\\right)}^{-\\mathrm{1}/\\mathrm{4}}$ for unstable (ζ<0) stratification .\n\nEquation (4) allows us to compute the mechanical production term in Eq. (2) as\n\n$\\begin{array}{}\\text{(5)}& -\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{w}^{\\prime }}\\frac{\\mathrm{d}U}{\\mathrm{d}z}={\\mathit{\\varphi }}_{\\mathrm{m}}\\frac{{u}_{*}^{\\mathrm{3}}}{\\left(\\mathit{\\kappa }z\\right)}.\\end{array}$\n\nThe buoyancy term can directly be computed from the EC measurements as well. To compute the dissipation term ϵ, we use the scaling relation of second-order structure function ${D}_{uu}=\\stackrel{\\mathrm{‾}}{{\\left[u\\left(x+r\\right)-u\\left(x\\right)\\right]}^{\\mathrm{2}}}$ in the inertial subrange\n\n$\\begin{array}{}\\text{(6)}& {D}_{uu}\\left(r\\right)={C}_{u}{\\mathit{ϵ}}^{\\mathrm{2}/\\mathrm{3}}{r}^{\\mathrm{2}/\\mathrm{3}},\\end{array}$\n\nwhere Cu≈2 (Stull2012) and r is the spatial lag in the longitudinal direction, which can be computed by multiplying the sampling time interval with the mean longitudinal velocity, assuming that Taylor's frozen turbulence hypothesis is valid (r=|u|Δt). The range of r where this relation is valid is found to be between 0.2 to 2 m, and ϵ is found by regression of Eq. (6). Note that the computation of ϵ is independent of any assumptions used to compute the production terms.\n\n## 2.2 Research site", null, "Figure 1Map of Yatir Forest in Israel and locations of the measurement stations. Insets: snapshots of measurement setups. Bottom panel: topography map of Yatir Forest from Google maps. The blue arrow indicates north.\n\nThe measurements were conducted in Yatir Forest and the surrounding shrubland in Israel between 18 and 30 August 2015 as part of the “Climate feedbacks and benefits of semi-arid forests” (CliFF) campaign, a joint collaboration between Karlsruhe Institute of Technology (KIT), Germany, and the Weizmann Institute, Israel. Figure 1 gives an idea of the locations of the EC towers. Tower 1 (lat 31.375728, long 35.024262) was located in the semiarid shrubland 620 m above sea level and tower 2 (lat 31.345315, long 35.052224) was located inside the forest 660 m above sea level. The linear distance between the two locations was measured to be 4.3 km, and as can be observed from Fig. 1, there is a distinct surface heterogeneity between the two sites. The climate of the area is in between Mediterranean and semiarid, with a mean annual precipitation of about 285 mm . Note that the measurement sites reported in this work are different from those in . The trees in the forest were mostly Aleppo pine (Pinus halepensis), with an average height of 10 m with negligible height variation. The surrounding land was sparsely populated by small shrubs, and in the dry season, when the measurements were conducted, was mostly free of vegetation. Thus, it is referred to as “desert” for easy distinction . The measurement height for the forest was 19 m above ground (9 m above the canopy height). Note that with this height selection, the measurements were conducted above the roughness sub-layer, which ends at approximately 2 times the canopy height . A mast was used over the desert and the measurement height was 9 m until 23 August, after which it was changed to 15 m for the remaining period. In this zone of the atmospheric surface layer, the longitudinal and crosswise velocity variances decrease logarithmically with height and the vertical velocity variance shows independence from height . High-frequency turbulent data were collected at 20 Hz and 30 min averaging periods were used for both sites. After conducting quality control of the data following , a planar fit coordinate rotation is applied to the velocity components since the data are collected on a sloped ground. The coordinate rotation following ensures that the cross stream velocity component v is zero and corrects the tilting of the anemometer with respect to the local streamlines. Moreover, a different set of coordinate rotation is applied for the desert data after 23 August.\n\nIn addition, two Doppler lidars were used at the two locations which measured vertical velocities . The Doppler lidars used were StreamLine systems from HaloPhotonics. They were operated in a vertical stare mode most of the time (interrupted every half hour for less than 90 s). Technical specifications and instrument settings of the Doppler lidars are given in Table 1. The Doppler lidar at tower 1 was not working from 19 August 2015, 15:00 UTC, until 21 August 2015, 10:30 UTC and very briefly on the 23 August 2015 around 10:00 UTC due to power cuts.\n\nTable 1Instrument specification and settings of the Doppler lidars. From top to bottom: serial number of the forest and desert lidar, pulse length of the laser pulse at full width at half maximum, range gate length, pulse repetition frequency, number of averaged pulses for a backscatter coefficient profile, and the wavelength of the emitted laser pulse (short wavelength infrared).", null, "", null, "Figure 2Time series of half-hourly averages of mean speed (ms−1), mean vertical velocity (ms−1), friction velocity (ms−1) and mean potential temperature (K) for the measurement period. The black line indicates desert, and the red line indicates forest.", null, "Figure 3Time series of longitudinal velocity variance (m2 s−2), vertical velocity variance (m2 s−2), momentum flux (m2 s−2) and sensible heat flux (K ms−1) for the measurement period. The black line indicates desert, and the red line indicates forest.\n\n3 Results and discussion\n\n## 3.1 Time series of turbulence statistics\n\nTime series of mean speed (ms−1), mean vertical velocity (W, ms−1) (after applying coordinate rotation), friction velocity (u*, ms−1) and mean near-surface air (potential) temperature (T, K) for the measurement period are shown in Fig. 2. Figure 3 shows time series of longitudinal velocity variance ($\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{u}^{\\prime }}$, m2 s−2), vertical velocity variance ($\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}$, m2 s−2), momentum flux ($\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{w}^{\\prime }}$, m2 s−2) and sensible heat flux ($\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{T}^{\\prime }}$, K ms−1). The black line indicates desert, and the red line indicates forest. As noted, the desert is associated with a higher wind speed because of a lower amount of friction on the desert surface. The higher vertical velocity over the desert indicates the presence of stronger updrafts, which would be explained by higher buoyancy-driven turbulence. The friction velocity (u*) over the forest is much higher compared to the desert, especially in the daytime, which is expected because of higher surface roughness over the forest. u*, above both the forest and the desert, shows a strong diurnal cycle. However, there seems to be a prominent increase in u* over the desert after 23 August. This can be attributed to the raising of the tower height. Moreover, the gentle topography around the desert could result in the strong vertical updrafts above the desert. Interestingly, the near-surface air temperatures over both the forest and the desert show a strong diurnal cycle and their differences are about 5 K on average during daytime and almost zero at night.\n\nThe longitudinal velocity variance $\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{u}^{\\prime }}$ over the forest and the desert show similar variations over time. The vertical velocity variance $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}$ over the forest is higher than its desert counterpart; however, after 23 August, the levels of $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}$ over the desert increase as well and become similar to the forest. This is due to changing the tower height. As the vertical profiles of $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}$ are different between the desert and the forest (due to roughness length differences), the observed differences between $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}$ are a function of observation height. At 15 m above the desert and 19 m above the forest floor, high enough to be in the “constant flux layer”, the vertical profiles of TKE ($\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{u}^{\\prime }}+\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}$) converge. However, when observed at a lower elevation and below the constant flux layer, the data show clear differences in $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}$.\n\nThe vertical momentum flux $\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{w}^{\\prime }}$ over the forest is much higher compared to the desert, which is also expected because of the higher surface roughness of the forest, making it a much more efficient momentum sink compared to the desert. Note that the shear transport of momentum flux is still much more effective over the forest compared to the desert because of roughness effects even though the mean quantities can be higher over the desert. The sensible heat flux $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{T}^{\\prime }}$ over the forest is also higher, as discussed before, due to the canopy convector effect.", null, "Figure 4Time series of mechanical production of TKE (m2 s−3), buoyant production of TKE (m2 s−3), full TKE production (m2 s−3), dissipation of TKE (m2 s−3) and imbalance of TKE (m2 s−3). The black line indicates desert, and the red line indicates forest.\n\n## 3.2 Nature of TKE budget\n\nFigure 4 shows the time series of the components of the TKE budget as discussed in Sect. 2.1. The first row shows mechanical production of TKE (PMech, m2 s−3); the second row shows buoyant production of TKE (PBuoy, m2 s−3); the third row shows full TKE production (PTKE, m2 s−3), which is the sum of mechanical and buoyant TKE production. The fourth row shows dissipation of TKE (ϵ, m2 s−3) and the fifth row shows an imbalance of TKE (Imb, m2 s−3). The black line indicates desert, and the red line indicates forest. As noted in Fig. 4, the production of turbulence is mostly by mechanical or shear forcing because of the roughness of the forest, whereas mechanical production of TKE over the desert is very small and does not have a strong diurnal cycle like the forest, although it increases slightly after 23 August. On the other hand, TKE production over the desert is mostly carried by buoyancy. Buoyant TKE production is slightly larger over the forest. The buoyant TKE production over the desert is also higher after 23 August. Given the moderate temperature difference between the desert and the forest, the difference in their corresponding buoyant TKE production is interesting. It also indicates that mechanical forcing and not buoyancy makes a difference (mechanical production is higher by approximately 1 order of magnitude than buoyant production) in the turbulence generation over the desert and the forest. The diurnal cycle of the TKE dissipation ϵ is interesting as well. The dissipation of TKE seems to be higher above the forest as well compared to the desert.\n\nA smaller TKE dissipation is recorded when the measurement location is further from the ground and above the roughness sub-layer. One strong argument for observed changes after 23 August being tower-height effects rather than a change in any large-scale forcing is that changes in the desert are observed only after the 23 August, while the forest observations maintain rather consistent dynamics.\n\nThe diurnal cycles of the TKE imbalance computed by Eq. (3) are also very interesting. The imbalance over the forest is often positive over the daytime, while over the desert it is often negative, highlighting the difference in turbulent transport and advection over the two different regimes. Also note that the positive imbalance for the forest and negative imbalance for the desert almost have a phase (anti-)synchronization, indicting that the turbulence above the forest and the desert are responsive to one another and that they are part of a coupled system, indicating again the role of the secondary circulations.\n\n## 3.3 Transport of TKE over the desert and the forest\n\nFigure 5 is used to better understand the nature of turbulent transport between the desert and the forest. Panel (a) depicts the TKE imbalance over the desert vs. the net production of TKE over the forest. As observed, there is a significant correlation (0.5) between them, indicating that the advection and transport of TKE by flux divergence and pressure fluctuations reach downstream by means of the secondary circulations and produce TKE over the forest. On the other hand, the reverse is not true, as observed in panel (b) of Fig. 5. There is little correlation between the imbalance of TKE over the forest and the production of TKE over the desert (0.14). As observed in panel (c), the production over the desert is also well correlated with the production over the forest (0.3) as both the desert and the forest are subject to the same forcing. However, the TKE production over the desert is not that well correlated with the TKE imbalance over the desert as seen in panel (d). Thus, while there should be some cross correlation in panel (a) because of desert production, that is not the only effect. The nonlocal large-scale motions contribute to the transport over the desert (without significantly altering TKE production over the desert) which in turn cause TKE production above the forest because of the higher mechanical forcing.\n\nThus, it can be stated that at least in the canopy sub-layer and in the atmospheric surface layer, the effects of secondary circulations are transported from over the desert towards the forest following the background wind direction, and it is not the other way around. It is worth noting here that the term “secondary circulation” has been used somewhat loosely here and contain the effects of horizontal transport as well, since partitioning the imbalance term is not possible within the scope of this campaign. In the case of transport from the forest towards the desert, it is more likely that horizontal advection is the main mechanism. The nature of the full extent of the secondary circulation are a part of a much larger flow pattern and are not fully captured by the eddy covariance towers, which only capture the fine-scale turbulence. To reveal the full nature of the secondary circulations, one can look at lidar observations as shown in Appendix B as well as large eddy simulations .", null, "Figure 5(a) TKE imbalance for the desert vs. TKE production for the forest. (b) TKE imbalance for the forest vs. TKE production for the desert. (c) TKE production for the desert vs. TKE production for the forest. (d) TKE production for the desert vs. TKE imbalance for the desert. Significance: 0.05 level.\n\n## 3.4 Effect of nonlocal motions\n\nFigure 6 shows the time series of the triple moments $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{u}^{\\prime }}$, $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{w}^{\\prime }}$ and $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{T}^{\\prime }}$ in the first three rows. The vertical velocity skewness term $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{w}^{\\prime }}$ (second row) is of importance as it appears in the transport term of the TKE budget (Eq. 2) and is a measure of non-Gaussian turbulence, which indicates the presence of nonlocal coherent motions such as sweeps and ejections. Note that the vertical velocity skewness is often negative above the canopy, which is consistent with the generic feature of canopy turbulence . The daytime vertical velocity skewness over the desert is often positive, indicating again the presence of nonlocal coherent structures active over the desert. The measure of skewness increases over the desert after 23 August, which is also due to the height change. The other two terms $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{u}^{\\prime }}$ and $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{T}^{\\prime }}$ are also associated with turbulent transport of momentum and heat as evident from their respective budget equations .\n\n$\\begin{array}{ll}\\text{(7)}& & \\frac{\\partial \\stackrel{\\mathrm{‾}}{{w}^{\\prime }{u}^{\\prime }}}{\\partial t}=\\mathrm{0}=-\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}\\frac{\\partial \\stackrel{\\mathrm{‾}}{U}}{\\partial z}-\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{u}^{\\prime }}\\right)}{\\partial z}+\\frac{g}{\\stackrel{\\mathrm{‾}}{T}}\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{T}^{\\prime }}& -\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\left(\\stackrel{\\mathrm{‾}}{{u}^{\\prime }\\frac{\\partial {p}^{\\prime }}{\\partial z}}\\right),\\end{array}$\n\nand\n\n$\\begin{array}{ll}\\text{(8)}& & \\frac{\\partial \\stackrel{\\mathrm{‾}}{{w}^{\\prime }{T}^{\\prime }}}{\\partial t}=\\mathrm{0}=-\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}\\frac{\\partial \\stackrel{\\mathrm{‾}}{T}}{\\partial z}-\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{T}^{\\prime }}\\right)}{\\partial z}+\\frac{g}{\\stackrel{\\mathrm{‾}}{T}}\\stackrel{\\mathrm{‾}}{{T}^{\\prime }{T}^{\\prime }}& -\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\left(\\stackrel{\\mathrm{‾}}{{T}^{\\prime }\\frac{\\partial {p}^{\\prime }}{\\partial z}}\\right).\\end{array}$", null, "Figure 6Top three panels: time series of triple moments $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{u}^{\\prime }}$, $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{w}^{\\prime }}$ (m3 s−3) and $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{T}^{\\prime }}$ (K m2 s−2). Bottom two panels show the integral timescales of horizontal (Inu) and vertical velocities (Inw) in seconds.\n\nMoreover, the triple moments have been shown to be directly correlated with the relative contributions of nonlocal events such as sweeps and ejections . Note that momentum transport term $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{u}^{\\prime }}$ is also opposite in sign for the desert and the forest, and it shows a strong diurnal cycle. After 23 August, an increase in momentum transport is noted for the desert. However, the diurnal cycle of the heat transport term $\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }{T}^{\\prime }}$ is not as strong as its momentum counterpart, but it is often found to be larger over the desert compared to the forest, consistent with the findings from the TKE budget that show heat is transported from over the desert towards the forest. It is, however, important to note that the structures are representative of the fine-scale turbulence and not directly representative of the large-scale circulation structures spanning the whole boundary layer. The fourth and fifth rows of Fig. 6 show the time series of the integral timescale of horizontal (Inu) and vertical (Inw) velocity components in seconds. Inu and Inw for every half hour time period are computed by integrating the normalized autocorrelation function of u and w until the first zero crossing . They can be interpreted as the characteristic timescale of the most energetic eddies in each direction. As noted in Fig. 6, timescales in the horizontal directions are larger compared to the vertical direction. More interesting is the observation that the integral timescales for the eddies above the desert are larger than those above the forest, which also increase after 23 August. This is another indicator of buoyant production of turbulence, which generates larger eddies than shear production.\n\n4 Conclusions\n\nWe studied the nature of turbulent transport over a well-defined surface heterogeneity, comprising a desert and forest in the Yatir semiarid area in Israel. Eddy covariance and Doppler lidar measurements were conducted for 12 days between 18 and 31 August 2015 over two locations in the forest and the shrubland (referred to as “desert” because of the almost complete lack of vegetation during the observation period). Earlier campaigns in this area focused on energy balance closure and hypothesized that there are secondary circulations because of surface heterogeneity. The present work was aimed to study the nature of turbulent transport over the forest and the desert in more detail to address the following questions:\n\n1. How does Yatir Forest affect the boundary layer dynamics such as eddy size distribution, boundary layer height and diurnal variations in turbulent statistics and fluxes compared to the surrounding desert?\n\n2. Can the existence of secondary circulation be confirmed?\n\n3. Is there any horizontal energy transport between the forest and the desert and how does it vary with time?\n\nTo answer the abovementioned questions, we computed half hour average turbulent statistics for both the desert and the forest and looked at their diurnal variations. We also computed individual components of the turbulent kinetic energy (TKE) budget and argued that the turbulent transport of energy should be contained in the imbalance of the TKE budget, which consists of the effects of advection, transport by turbulent flux divergence and pressure velocity interactions, since we could not compute those terms explicitly. Moreover, we also computed triple moments, which are associated with nonlocal motions and coherent structures, and integral timescales, which are associated with the most energetic eddies. The findings to the questions are listed below.\n\n1. The forest is found to be associated with a higher level of turbulent intensity because of higher roughness although the desert had higher mean speeds and vertical updrafts, possibly due to the presence of secondary circulations. Gentle topography around the desert might contribute to the updrafts over the desert as well. The higher roughness of the desert is also responsible for higher wind speeds above the desert. There is little air temperature difference between the desert and the forest, although the mean velocities and temperature have strong diurnal cycles. Momentum and heat flux are also found to be stronger above the forest. The presence of the secondary circulation enhances the turbulent fluxes as well as the turbulent intensity above the desert.\n\n2. The role of secondary circulations can be better understood once the components of the TKE budget are studied. Over the forest, the production of turbulence is mechanical, while over the desert, TKE production is mostly carried by buoyancy. The forest is more efficient in dissipating TKE as well. The imbalance of TKE is taken as the indicator of TKE transport and is found to vary diurnally almost anti-synchronously over the desert and the forest, confirming the role of a secondary circulation. The TKE budget is closed better over the forest compared to the desert. Turbulent triple moments, which are indicators of nonlocal motions and coherent structures, also show strong variability over the desert and are opposite in signs also confirming the role of secondary circulations. The integral timescales are found to be greater over the desert compared to the forest. This suggests that the secondary circulations that transport energy are more active over the desert – however, they cannot produce much turbulence over the desert since they only rely on buoyancy-driven turbulence as mechanical forcing is missing over the desert. This is also highlighted by the fact that mean velocities are higher above the desert while turbulent fluctuations are higher above the forest.\n\n3. To elucidate the role of horizontal transport between the desert and the forest, we studied the correlation between the TKE imbalance over the desert and the TKE production over the forest. The moderately high correlation suggests that the secondary circulation is transported from over the desert towards the forest, enhancing TKE production over the forest, at least in the canopy sub-layer and the atmospheric surface layer. The low correlation between the TKE imbalance over the forest and TKE production over the desert confirms the directionality of this horizontal exchange, which is from the desert towards the forest and not the other way around.\n\nTo summarize, we have examined the existence and role of secondary circulations that exists because of large-scale surface heterogeneities and possible due to some topography effects between the desert and the forest by looking at proxy quantities computed from turbulence measurements. Although the campaign was conducted at a particular site, the conclusions drawn are fairly general and can be extended to other scenarios involving surface heterogeneities, such as urban landscapes and agricultural fields. Future work will attempt to highlight a more spatially detailed picture of the turbulent structure under the interesting scenario of secondary circulations and horizontal energy transport.\n\nData availability\n\nWe suggest contacting the principal investigator Matthias Mauder (matthias.mauder@kit.edu) if readers are interested in obtaining the data used in the paper.\n\nAppendix A: Full form of the TKE budget\n$\\begin{array}{ll}\\text{(A1)}& & \\frac{\\partial e}{\\partial t}+U\\frac{\\partial e}{\\partial x}+V\\frac{\\partial e}{\\partial y}+W\\frac{\\partial e}{\\partial z}=\\frac{g}{T}\\left(\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{T}^{\\prime }}\\right)& -\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{u}^{\\prime }}\\frac{\\partial U}{\\partial x}-\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{u}^{\\prime }}\\frac{\\partial V}{\\partial x}-\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{u}^{\\prime }}\\frac{\\partial W}{\\partial x}\\\\ & -\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{v}^{\\prime }}\\frac{\\partial U}{\\partial y}-\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{v}^{\\prime }}\\frac{\\partial V}{\\partial y}-\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{v}^{\\prime }}\\frac{\\partial W}{\\partial y}\\\\ & -\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{w}^{\\prime }}\\frac{\\partial U}{\\partial z}-\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{w}^{\\prime }}\\frac{\\partial V}{\\partial z}-\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}\\frac{\\partial W}{\\partial z}\\\\ & -\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{u}^{\\prime }e}\\right)}{\\partial x}-\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{v}^{\\prime }e}\\right)}{\\partial y}-\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{w}^{\\prime }e}\\right)}{\\partial z}-\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{p}^{\\prime }}\\right)}{\\partial x}-\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{p}^{\\prime }}\\right)}{\\partial y}\\\\ & -\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{p}^{\\prime }}\\right)}{\\partial z}-\\mathit{ϵ}.\\end{array}$\n\nThus, to be consistent, with Eq. (2), all the terms in Eq. (A1) that cannot be evaluated using one-point measurements can be clubbed in the imbalance term, which can be described by\n\n$\\begin{array}{ll}\\text{(A2)}& & \\mathrm{Imbalance}=\\frac{\\partial e}{\\partial t}+U\\frac{\\partial e}{\\partial x}+V\\frac{\\partial e}{\\partial y}+W\\frac{\\partial e}{\\partial z}& +\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{u}^{\\prime }}\\frac{\\partial U}{\\partial x}+\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{u}^{\\prime }}\\frac{\\partial V}{\\partial x}+\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{u}^{\\prime }}\\frac{\\partial W}{\\partial x}\\\\ & +\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{v}^{\\prime }}\\frac{\\partial U}{\\partial y}+\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{v}^{\\prime }}\\frac{\\partial V}{\\partial y}+\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{v}^{\\prime }}\\frac{\\partial W}{\\partial y}\\\\ & +\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{w}^{\\prime }}\\frac{\\partial V}{\\partial z}+\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{w}^{\\prime }}\\frac{\\partial W}{\\partial z}\\\\ & +\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{u}^{\\prime }e}\\right)}{\\partial x}+\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{v}^{\\prime }e}\\right)}{\\partial y}+\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{w}^{\\prime }e}\\right)}{\\partial z}+\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{u}^{\\prime }{p}^{\\prime }}\\right)}{\\partial x}\\\\ & +\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{v}^{\\prime }{p}^{\\prime }}\\right)}{\\partial y}+\\frac{\\mathrm{1}}{\\mathit{\\rho }}\\frac{\\partial \\left(\\stackrel{\\mathrm{‾}}{{w}^{\\prime }{p}^{\\prime }}\\right)}{\\partial z}.\\end{array}$", null, "Figure A1Vertical mean velocity profile averaged from 18 to 29 August (only times with both instruments simultaneously online and the nearest three range gates are discarded). Left to right: 4 h window centered on noon, daytime (sunrise to sundown) and nighttime (sundown to sunrise). The forest is shown as a solid red line, the desert as solid black line and a vertical line at $\\stackrel{\\mathrm{‾}}{w}=\\mathrm{0}$ as a black dashed line. Note that near the surface, the desert always has larger w, but only during the noontime with the updrafts of the forest is there a change in sign.\n\nThus, if no assumptions or idealizations are invoked, the imbalance of the commonly used operational TKE budget (Eq. 2) consists of TKE tendency, advection, shear production, TKE flux divergence and pressure velocity interactions. Using an array of sonics in each direction will enable determination of all these terms. However, as evident from the myriad of terms contributing to the imbalance, it is difficult to determine what degree of assumptions of homogeneity in which direction are sufficient so that certain terms can be ignored. Thus, unless all terms in Eq. (A2) can be determined, it is easier to stick to the most idealized form of Eq. (2) and treat all other terms as imbalances. Future work will try to determine the partitioning of advection, flux divergence and the other shear production terms contributing to TKE budget imbalances in the presence of heterogeneities.\n\nAppendix B: Further evidence of secondary circulation\n\nFigure A1 shows mean vertical velocity W above the forest and the desert averaged over all observations using the Doppler lidars. Secondary circulation cannot be thought of as a single large rotational system spanning the desert and the forest; rather, it is a much more complex and three-dimensional structure. Close to the surface layer and the canopy sub-layer, the transport of energy is indeed from the desert to the forest (Fig. 5). Further, we observe that the desert has more updrafts and the forest has more downdrafts close to the surface. However, as we go up above roughly 100 m, this behavior flips. Lastly, found in his simulations that large rotational systems developed at specific locations connected to surface features. Therefore, we conclude that the bulk transport in the convective mixed layer by a secondary circulation is from the forest to the desert, but it is advected with the mean wind and heavily influenced by surface features on a smaller scale than the forest itself.\n\nAuthor contributions\n\nTB did the data analysis and wrote the paper. PB collected the data, FDR, and KK helped in the interpretation. MM, DY and EY oversaw the whole project and was involved in the entire workflow, starting from data collection to data analysis and interpretation.\n\nCompeting interests\n\nThe authors declare that they have no conflict of interest.\n\nAcknowledgements\n\nThis research was supported by the German Research Foundation (DFG) as part of the project “Climate feedbacks and benefits of semi-arid forests” (CliFF) and the project “Capturing all relevant scales of biosphere–atmosphere exchange – the enigmatic energy balance closure problem”, which is funded by the Helmholtz-Association through the President's Initiative and Networking Fund and by KIT.\n\nThe article processing charges for this open-access\npublication were covered by a Research\nCentre of the Helmholtz Association.\n\nEdited by: Thomas Karl\nReviewed by: Gil Bohrer and one anonymous referee\n\nReferences\n\nBanerjee, T. and Katul, G.: Logarithmic scaling in the longitudinal velocity variance explained by a spectral budget, Phys. Fluids (1994–present), 25, 125106, https://doi.org/10.1063/1.4837876, 2013a. a\n\nBanerjee, T., Katul, G., Fontan, S., Poggi, D., and Kumar, M.: Mean flow near edges and within cavities situated inside dense canopies, Bound.-Lay. Meteorol., 149, 19–41, 2013. a, b\n\nBanerjee, T., Katul, G., Salesky, S., and Chamecki, M.: Revisiting the formulations for the longitudinal velocity variance in the unstable atmospheric surface layer, Q. J. Roy. Meteorol. Soc., 141, 1699–1711, 2015. a\n\nBanerjee, T., Li, D., Juang, J.-Y., and Katul, G.: A spectral budget model for the longitudinal turbulent velocity in the stable atmospheric surface layer, J. Atmos. Sci., 73, 145–166, 2016. a, b\n\nBanerjee, T., De Roo, F., and Mauder, M.: Explaining the convector effect in canopy turbulence by means of large-eddy simulation, Hydrol. Earth Syst. Sci., 21, 2987–3000, https://doi.org/10.5194/hess-21-2987-2017, 2017a. a\n\nBanerjee, T., De Roo, F., and Mauder, M.: Connecting the Failure of K Theory inside and above Vegetation Canopies and Ejection–Sweep Cycles by a Large-Eddy Simulation, J. Appl. Meteorol. Climatol., 56, 3119–3131, 2017b. a, b\n\nBelcher, S. E., Jerram, N., and Hunt, J. C. R.: Adjustment of a Turbulent Boundary Layer to a Canopy of Roughness Elements, J. Fluid Mech., 488, 369–398, 2003. a\n\nBrugger, P., Banerjee, T., De Roo, F., Kröniger, K., Qubaja, R., Rohatyn, S., Rotenberg, E., Tatarinov, F., Yakir, D., Yang, F., and Mauder, M.: Effect of Surface Heterogeneity on the Boundary-Layer Height: A Case Study at a Semi-Arid Forest, Bound.-Lay. Meteorol., 1–18, 2018. a, b\n\nBusinger, J. A., Wyngaard, J. C., Izumi, Y., and Bradley, E. F.: Flux-profile relationships in the atmospheric surface layer, J. Atmos. Sci., 28, 181–189, 1971. a\n\nCassiani, M., Katul, G. G., and Albertson, J. D.: The Effects of Canopy Leaf Area Index on Airflow across Foest Edges: Large-Eddy Simulation and Analytical Results, Bound.-Lay. Meteorol., 126, 433–460, 2008. a\n\nCava, D., Katul, G., Scrimieri, A., Poggi, D., Cescatti, A., and Giostra, U.: Buoyancy and the sensible heat flux budget within dense canopies, Bound.-Lay. Meteorol., 118, 217–240, 2006. a, b\n\nChamecki, M.: Persistence of velocity fluctuations in non-Gaussian turbulence within and above plant canopies, Phys. Fluids (1994–present), 25, 115110, https://doi.org/10.1063/1.4832955, 2013. a\n\nChatziefstratiou, E. K., Velissariou, V., and Bohrer, G.: Resolving the effects of aperture and volume restriction of the flow by semi-porous barriers using large-eddy simulations, Bound.-Lay. Meteorol., 152, 329–348, 2014. a\n\nCourault, D., Drobinski, P., Brunet, Y., Lacarrere, P., and Talbot, C.: Impact of surface heterogeneity on a buoyancy-driven convective boundary layer in light winds, Bound.-Lay. Meteorol., 124, 383–403, 2007. a\n\nDalpe, B. and Masson, C.: Numerical Simulation of Wind Flow near a Forest Edge, J. Wind Eng. Ind. Aerod., 97, 228–241, 2009. a\n\nDalu, G. and Pielke, R.: Vertical heat fluxes generated by mesoscale atmospheric flow induced by thermal inhomogeneities in the PBL, J. Atmos. Sci., 50, 919–926, 1993. a\n\nDetto, M., Katul, G. G., Siqueira, M., Juang, J. Y., and Stoy, P.: The Structure of Turbulence near a Tall Forest Edge: The Backward-Facing Step Flow Analogy Revisited, Ecological Applications, 18, 1420–1435, 2008. a\n\nDias-Junior, C. Q., Marques Filho, E. P., and Sá, L. D.: A large eddy simulation model applied to analyze the turbulent flow above Amazon forest, J. Wind Eng. Ind. Aerod., 147, 143–153, 2015. a\n\nDixon, N., Parker, D., Taylor, C., Garcia-Carreras, L., Harris, P., Marsham, J., Polcher, J., and Woolley, A.: The effect of background wind on mesoscale circulations above variable soil moisture in the Sahel, Q. J. Roy. Meteorol. Soc., 139, 1009–1024, 2013. a\n\nDupont, S. and Brunet, Y.: Coherent structures in canopy edge flow: a large-eddy simulation study, J. Fluid Mech., 630, 93–128, 2009. a\n\nDyer, A.: A review of flux-profile relationships, Bound.-Lay. Meteorol., 7, 363–372, 1974. a\n\nEder, F., De Roo, F., Kohnert, K., Desjardins, R. L., Schmid, H. P., and Mauder, M.: Evaluation of two energy balance closure parametrizations, Bound.-Lay. Meteorol., 151, 195–219, 2014. a\n\nEder, F., De Roo, F., Rotenberg, E., Yakir, D., Schmid, H. P., and Mauder, M.: Secondary circulations at a solitary forest surrounded by semi-arid shrubland and their impact on eddy-covariance measurements, Agr. Forest Meteorol., 211, 115–127, 2015. a, b, c, d, e, f, g, h, i\n\nFesquet, C., Dupont, S., Drobinski, P., Dubos, T., and Barthlott, C.: Impact of Terrain Heterogeneity on Coherent Structure Properties: Numerical Approach, Bound.-Lay. Meteorol., 133, 71–92, 2009. a\n\nFoken, T.: The energy balance closure problem: an overview, Ecol. Appl., 18, 1351–1367, 2008. a\n\nFuentes, J. D., Chamecki, M., Nascimento dos Santos, R. M., Von Randow, C., Stoy, P. C., Katul, G., Fitzjarrald, D., Manzi, A., Gerken, T., Trowbridge, A., Souza Freire, L., Ruiz-Plancarte, J., Furtunato Maia, J. M., Tóta, J., Dias, N., Fisch, G., Schumacher, C., Acevedo, O., Rezende Mercer, J., and Yañez-Serrano, A. M.: Linking meteorology, turbulence, and air chemistry in the Amazon rainforest, B. Am. Meteorol. Soc., 97, 2329–2342, 2016. a\n\nGarcia-Carreras, L., Parker, D. J., Taylor, C. M., Reeves, C. E., and Murphy, J. G.: Impact of mesoscale vegetation heterogeneities on the dynamical and thermodynamic properties of the planetary boundary layer, J. Geophys. Res.-Atmos., 115, https://doi.org/10.1029/2009JD012811, 2010. a\n\nGavrilov, K., Accary, G., Morvan, D., Lyubimov, D., Bessonov, O., and Meradji, S.: Large Eddy Simulation of Coherent Structures over Forest Canopy, Turbulence and Interactions, 110, 143–149, 2010. a\n\nGavrilov, K., Accary, G., Morvan, D., Lyubimov, D., Meradji, S., and Bessonov, O.: Numerical Simulation of Coherent Structures over Plant Canopy, Flow Turbulence and Combustion, 86, 89–111, 2011. a\n\nHarman, I. N. and Finnigan, J. J.: A simple unified theory for flow in the canopy and roughness sublayer, Bound.-Lay. Meteorol., 123, 339–363, 2007. a\n\nHiggins, C. W., Katul, G. G., Froidevaux, M., Simeonov, V., and Parlange, M. B.: Are atmospheric surface layer flows ergodic?, Geophys. Res. Lett., 40, 3342–3346, 2013. a\n\nHuang, J., Cassiani, M., and Albertson, J. D.: Coherent Turbulent Structures across a Vegetation Discontinuity, Bound.-Lay. Meteorol., 140, 1–22, 2011. a\n\nIrvine, M. R., Gardiner, B. A., and Hill, M. K.: The Evolution of Turbulence across a Forest Edge, Bound.-Lay. Meteorol., 84, 467–496, 1997. a\n\nKaimal, J. C. and Finnigan, J. J.: Atmospheric boundary layer flows: their structure and measurement, Oxford University Press, 1994. a, b, c\n\nKanani-Sühring, F. and Raasch, S.: Spatial variability of scalar concentrations and fluxes downstream of a clearing-to-forest transition: a large-eddy simulation study, Bound.-Lay. Meteorol., 155, 1–27, 2015. a\n\nKanda, M., Inagaki, A., Letzel, M. O., Raasch, S., and Watanabe, T.: LES study of the energy imbalance problem with eddy covariance fluxes, Bound.-Lay. Meteorol., 110, 381–404, 2004. a\n\nKang, S.-L. and Lenschow, D. H.: Temporal evolution of low-level winds induced by two-dimensional mesoscale surface heat-flux heterogeneity, Bound.-Lay. Meteorol., 151, 501–529, 2014. a\n\nKatul, G. G., Cava, D., Siqueira, M., and Poggi, D.: Scalar turbulence within the canopy sublayer, Coherent Flow Structures at Earth's Surface, chap. 6, 73–95, 2013. a, b\n\nKröniger, K., Banerjee, T., De Roo, F., and Mauder, M.: Flow adjustment inside homogeneous canopies after a leading edge–An analytical approach backed by LES, Agr. Forest Meteorol., 255, 17–30, https://doi.org/10.1016/j.agrformet.2017.09.019, 2017. a\n\nKröniger, K., , DeRoo, F., Brugger, P., Huq, S., Banerjee, T., Zinsser, J., Rotenberg, E., Yakir, D., Rohatyn, S., and Mauder, M.: Effect of Secondary Circulations on the Surface–Atmosphere Exchange of Energy at an Isolated Semi-arid Forest, Bound.-Lay. Meteorol., https://doi.org/10.1007/s10546-018-0370-6, 2018. a, b, c\n\nLi, D., Salesky, S. T., and Banerjee, T.: Connections between the Ozmidov scale and mean velocity profile in stably stratified atmospheric surface layers, J. Fluid Mech., 797, https://doi.org/10.1017/jfm.2016.311, 2016. a, b\n\nLi, Z. J., Lin, J. D., and Miller, D. R.: Air-Flow over and through a Forest Edge – a Steady-State Numerical-Simulation, Bound.-Lay. Meteorol., 51, 179–197, 1990. a\n\nMahfouf, J.-F., Richard, E., and Mascart, P.: The influence of soil and vegetation on the development of mesoscale circulations, J. Appl. Meteorol. Climatol., 26, 1483–1495, 1987. a\n\nMarkfort, C., Porté-Agel, F., and Stefan, H.: Canopy-wake dynamics and wind sheltering effects on Earth surface fluxes, Environ. Fluid Mech., 14, 663–697, 2014. a\n\nMarusic, I., Monty, J. P., Hultmark, M., and Smits, A. J.: On the logarithmic region in wall turbulence, J. Fluid Mech., 716, https://doi.org/10.1017/jfm.2012.511, 2013. a\n\nMauder, M., Jegede, O., Okogbue, E., Wimmer, F., and Foken, T.: Surface energy balance measurements at a tropical site in West Africa during the transition from dry to wet season, Theor. Appl. Climatol., 89, 171–183, 2007. a\n\nMonin, A. and Obukhov, A.: Basic laws of turbulent mixing in the surface layer of the atmosphere, Contrib. Geophys. Inst. Acad. Sci. USSR, 151, 163–187, 1954. a\n\nNadeau, D. F., Pardyjak, E. R., Higgins, C. W., Fernando, H. J. S., and Parlange, M. B.: A simple model for the afternoon and early evening decay of convective turbulence over different land surfaces, Bound.-Lay. Meteorol., 141, 301–324, https://doi.org/10.1007/s10546-011-9645-x, 2011. a, b\n\nNakagawa, H. and Nezu, I.: Prediction of the contributions to the Reynolds stress from bursting events in open-channel flows, J. Fluid Mech., 80, 99–128, 1977. a\n\nPeltola, H.: Model Computations on Wind Flow and Turning Moment for Scots Pine s along the Margins of Clear-Cut Areas, Forest Ecol. Manage., 83, 203–215, 1996. a\n\nPerry, A. and Chong, M.: On the mechanism of wall turbulence, J. Fluid Mech., 119, 173–217, 1982. a\n\nQueck, R., Bernhofer, C., Bienert, A., and Schlegel, F.: The TurbEFA Field Experiment – Measuring the Influence of a Forest Clearing on the Turbulent Wind Field, Bound.-Lay. Meteorol., 160, 397–423, 2016. a\n\nRaupach, M. and Finnigan, J.: Scale issues in boundary-layer meteorology: Surface energy balances in heterogeneous terrain, Hydrol. Process., 9, 589–612, 1995. a, b\n\nRaupach, M., Coppin, P., and Legg, B.: Experiments on scalar dispersion within a model plant canopy part I: The turbulence structure, Bound.-Lay. Meteorol., 35, 21–52, 1986. a, b\n\nRominger, J. T. and Nepf, H. M.: Flow Adjustment and Interior Flow Associated with a Rectangular Porous Obstruction, J. Fluid Mech., 680, 636–659, 2011. a\n\nRotenberg, E. and Yakir, D.: Distinct patterns of changes in surface energy budget associated with forestation in the semiarid region, Glob. Change Biol., 17, 1536–1548, 2011. a\n\nSalesky, S. T., Katul, G. G., and Chamecki, M.: Buoyancy effects on the integral lengthscales and mean velocity profile in atmospheric surface layer flows, Phys. Fluids (1994–present), 25, 105101, https://doi.org/10.1063/1.4823747, 2013. a\n\nSchlegel, F., Stiller, J., Bienert, A., Maas, H. G., Queck, R., and Bernhofer, C.: Large-Eddy Simulation of Inhomogeneous Canopy Flows Using High Resolution Terrestrial Laser Scanning Data, Bound.-Lay. Meteorol., 142, 223–243, 2012. a\n\nStoy, P. C., Mauder, M., Foken, T., Marcolla, B., Boegh, E., Ibrom, A., Arain, M. A., Arneth, A., Aurela, M., Bernhofer, C., et al.: A data-driven analysis of energy balance closure across FLUXNET research sites: The role of landscape scale heterogeneity, Agr. Forest Meteorol., 171, 137–152, 2013. a\n\nStull, R. B.: An introduction to boundary layer meteorology, vol. 13, Springer Science & Business Media, 2012. a, b, c\n\nSühring, M. and Raasch, S.: Heterogeneity-induced heat-flux patterns in the convective boundary layer: can they be detected from observations and is there a blending height? – a large-eddy simulation study for the LITFASS-2003 experiment, Bound.-Lay. Meteorol., 148, 309–331, 2013. a\n\nTownsend, A. A.: The structure of turbulent shear flow, Cambridge University Press, 1976. a\n\nvan Heerwaarden, C. C. and Guerau de Arellano, J. V.: Relative humidity as an indicator for cloud formation over heterogeneous land surfaces, J. Atmos. Sci., 65, 3263–3277, 2008. a\n\nVan Heerwaarden, C. C., Mellado, J. P., and De Lozar, A.: Scaling laws for the heterogeneously heated free convective boundary layer, J. Atmos. Sci., 71, 3975–4000, 2014.  a\n\nWilczak, J. M., Oncley, S. P., and Stage, S. A.: Sonic anemometer tilt correction algorithms, Bound.-Lay. Meteorol., 99, 127–150, 2001. a\n\nYang, B., Raupach, M. R., Shaw, R. H., Tha, K., Paw, U., and Morse, A. P.: Large-Eddy Simulation of Turbulent Flow across a Forest Edge. Part I: Flow Statistics, Bound.-Lay. Meteorol., 120, 377–412, 2006. a\n\nYue, P., Zhang, Q., Wang, R., Li, Y., and Wang, S.: Turbulence intensity and turbulent kinetic energy parameters over a heterogeneous terrain of Loess Plateau, Adv. Atmos. Sci., 32, 1291–1302, 2015. a, b\n\nZhuang, Y. and Amiro, B.: Pressure fluctuations during coherent motions and their effects on the budgets of turbulent kinetic energy and momentum flux within a forest canopy, J. Appl. Meteorol., 33, 704–711, 1994. a" ]
[ null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-avatar-thumb150.png", null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-f01-thumb.png", null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-t01-thumb.png", null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-f02-thumb.png", null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-f03-thumb.png", null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-f04-thumb.png", null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-f05-thumb.png", null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-f06-thumb.png", null, "https://acp.copernicus.org/articles/18/10025/2018/acp-18-10025-2018-f07-thumb.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8819929,"math_prob":0.971789,"size":49286,"snap":"2022-40-2023-06","text_gpt3_token_len":12291,"char_repetition_ratio":0.16387323,"word_repetition_ratio":0.04008222,"special_character_ratio":0.24599278,"punctuation_ratio":0.21238421,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9843413,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],"im_url_duplicate_count":[null,null,null,4,null,4,null,4,null,4,null,4,null,4,null,4,null,4,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-01-31T23:02:10Z\",\"WARC-Record-ID\":\"<urn:uuid:9a0c5b86-bfd4-4be4-a293-d61c0118557f>\",\"Content-Length\":\"314954\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:513d0d7d-d186-49a6-8315-04d45eeb7786>\",\"WARC-Concurrent-To\":\"<urn:uuid:f9cd70e2-7ee2-40a2-b691-cded91040264>\",\"WARC-IP-Address\":\"81.3.21.103\",\"WARC-Target-URI\":\"https://acp.copernicus.org/articles/18/10025/2018/\",\"WARC-Payload-Digest\":\"sha1:J7PHDDCU2AX4SXH5L4YVMP4MEINOVHGO\",\"WARC-Block-Digest\":\"sha1:7DITKGDNSUVBLUH2PUVXE3CWLWFSRHOV\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-06/CC-MAIN-2023-06_segments_1674764499891.42_warc_CC-MAIN-20230131222253-20230201012253-00709.warc.gz\"}"}
https://answers.everydaycalculation.com/subtract-fractions/25-42-minus-12-10
[ "Solutions by everydaycalculation.com\n\n## Subtract 12/10 from 25/42\n\n1st number: 25/42, 2nd number: 1 2/10\n\n25/42 - 12/10 is -127/210.\n\n#### Steps for subtracting fractions\n\n1. Find the least common denominator or LCM of the two denominators:\nLCM of 42 and 10 is 210\n2. For the 1st fraction, since 42 × 5 = 210,\n25/42 = 25 × 5/42 × 5 = 125/210\n3. Likewise, for the 2nd fraction, since 10 × 21 = 210,\n12/10 = 12 × 21/10 × 21 = 252/210\n4. Subtract the two fractions:\n125/210 - 252/210 = 125 - 252/210 = -127/210\n\nMathStep (Works offline)", null, "Download our mobile app and learn to work with fractions in your own time:" ]
[ null, "https://answers.everydaycalculation.com/mathstep-app-icon.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.7725077,"math_prob":0.99533486,"size":390,"snap":"2020-34-2020-40","text_gpt3_token_len":163,"char_repetition_ratio":0.2253886,"word_repetition_ratio":0.0,"special_character_ratio":0.53846157,"punctuation_ratio":0.086021505,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9978907,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-08-11T18:39:29Z\",\"WARC-Record-ID\":\"<urn:uuid:c6546507-3555-4cce-bd04-a29060ce2c94>\",\"Content-Length\":\"8025\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e8949806-cdcb-4594-a165-785787641843>\",\"WARC-Concurrent-To\":\"<urn:uuid:fe27c7b5-38fa-4ef4-afd4-8381a0645121>\",\"WARC-IP-Address\":\"96.126.107.130\",\"WARC-Target-URI\":\"https://answers.everydaycalculation.com/subtract-fractions/25-42-minus-12-10\",\"WARC-Payload-Digest\":\"sha1:OVPKIPQ44WUUKNMQCFCIWZCGK3HTXTJN\",\"WARC-Block-Digest\":\"sha1:NMZZMG2BS5CTLZDKPSAISXELYWQ7LT7Z\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-34/CC-MAIN-2020-34_segments_1596439738819.78_warc_CC-MAIN-20200811180239-20200811210239-00399.warc.gz\"}"}
https://curvyeditor.com/documentation/splines/cache
[ "# Caching\n\nThe key to achieve the highest possible performance when working with splines is precalculation. In Curvy the following spline data is precomputed:\n\n• Positions\n• Distances between positions\n• Tangent (Direction) for each position\n• Up Vector (Orientation) for each position\n\nAs you remember (perhaps read here again), a spline by nature has no resolution. You enter a F value and get a position in return. But of course the step width should be limited to reasonable values. At some point a lower stepsize makes no sense due float inaccuracy. We've seen spline solutions using doubles, but transforms and visual presentation in Unity are float based, so calculating doubles would produce a precision that can't be visualized.\n\nTo sum it up, calculating spline curves is about querying a formula continuously with a given stepsize and retrieving approximated points. Those points connected form the spline you see on screen. The number of sample points a spline uses is calculated automatically based on it's length, but can be influenced by you. In general, sample points (we call them Approximation Points or cache points) are spread at equal distance over a spline segment (in fact the segment length is roughly guessed at calculation time by taking the distance between the two involved Control Points).\n\nAny API methods ending with “Fast” means that cache data is being used by that method\n\nThe sample points number for a spline is defined by two parameters:\n\n• Max Points Per Unit: This defines the number of sample points per world distance unit.\n• Cache Density: This is a value between 1 and 100. The higher the number, the more sample points are per distance unit. When it is equal to 100, the spline will have Max Points Per Unit sample points per unit. For example, if you set Cache Density to 100 and Max Points Per Unit to 8, a spline segment with a length of 20 units will calculate 160 cache points. The Cache Density's default value of 50 is a good compromise between performance and precision most of the time.\n\nIn general, having more sample points will result in a higher degree of accuracy. As a downside, precomputing takes longer and more memory is used. You can (but don't necessarily need to) tweak the above two settings if you need more accurate values or a faster calculation. Which values work best for you depends on your setup.\n\nCurvy uses a sophisticated caching system. If you alter a spline, only the necessary values are being recalculated (usually on the next call to Update). On top of that you can enable threading to speed up calculation. Threading comes with a management overhead, so it's most useful for very large splines that are continuously changed." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9102654,"math_prob":0.9911421,"size":2683,"snap":"2020-10-2020-16","text_gpt3_token_len":550,"char_repetition_ratio":0.12989922,"word_repetition_ratio":0.0,"special_character_ratio":0.20089452,"punctuation_ratio":0.0877551,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.990154,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-04-10T18:15:50Z\",\"WARC-Record-ID\":\"<urn:uuid:da337b7d-0fba-409d-a192-5de1cb86c445>\",\"Content-Length\":\"26722\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a880c07c-bcf4-4b62-86bf-bc5bec3c4426>\",\"WARC-Concurrent-To\":\"<urn:uuid:a5d75287-2f5c-48ed-9a7c-93493fa5c6d1>\",\"WARC-IP-Address\":\"160.153.78.3\",\"WARC-Target-URI\":\"https://curvyeditor.com/documentation/splines/cache\",\"WARC-Payload-Digest\":\"sha1:34Y7RIVZQJN4ALNAE3DT4BKIWOL5T3FZ\",\"WARC-Block-Digest\":\"sha1:JG4FOWA7B63HO3Y7E5ZVS5AEMRAJ5QOO\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-16/CC-MAIN-2020-16_segments_1585370511408.40_warc_CC-MAIN-20200410173109-20200410203609-00020.warc.gz\"}"}
http://ecowebsupport.org/anna-white-paf/ce3b0f-universal-law-of-gravitation-formula
[ "Newton's law of universal gravitation can be written as a vector equation to account for the direction of the gravitational force as well as its magnitude. We can now determine why this is so. If the two masses are m1 and m2 and the distance between them is r, the magnitude of the force (F) […] Substituting mg for $$F$$ in Newton’s universal law of gravitation gives The theorem tells us how different parts of the mass distribution affect the gravitational force measured at a point located a distance $\\text{r}_0$ from the center of the mass distribution: As a consequence, for example, within a shell of uniform thickness and density there is no net gravitational acceleration anywhere within the hollow sphere. CC licensed content, Specific attribution, http://en.wikipedia.org/wiki/Newton's_law_of_universal_gravitation, http://en.wikipedia.org/wiki/Isaac_Newton%23Apple_incident, http://en.wikipedia.org/wiki/Shell_theorem, http://en.wikipedia.org/wiki/Center_of_mass, http://en.wikipedia.org/wiki/center%20of%20mass, https://commons.wikimedia.org/wiki/File:Shell-diag-1.png, http://en.wikipedia.org/wiki/Law_of_universal_gravitation, http://cnx.org/content/m42073/latest/?collection=col11406/1.7, http://en.wikipedia.org/wiki/Gravitational_constant, http://en.wiktionary.org/wiki/gravitational_force, http://upload.wikimedia.org/wikipedia/commons/4/43/Earth-G-force.png. What is Difference Between Heat and Temperature? It occurred to Newton that if … Also Read: Important Gravitation Formulas for JEE. This potential energy formula contains a constant, G, which is called the \"universal gravitational constant\". The portion of the mass that is located at radii $\\text{r}<\\text{r}_0$ causes the same force at $\\text{r}_0$ as if all of the mass enclosed within a sphere of radius $\\text{r}_0$ was concentrated at the center of the mass distribution (as noted above). Universal Gravitation Formula The law of universal gravitation states that any two objects in the universe attract each other with a force which is directly proportional to the product of their masses and inversely proportional to the square of the distance between them. m/s2. The value for Universal law of gravitation is: G = 6.673 × 10 -11 Nm² / kg² This value is used for solving numericals based on Newton’s law of universal gravitation. Gravity for astronauts in orbit. State the universal law of gravitation. The universal constant G must not be confused with the g that is the acceleration of a body arising from the earth’s gravity. This is a general physical law derived from empirical observations by what Isaac Newton called inductive reasoning. Since force is a vector quantity, the vector summation of all parts of the shell contribute to the net force, and this net force is the equivalent of one force measurement taken from the sphere’s midpoint, or center of mass (COM). That is because shells at a greater radius than the one at which the object is, do not contribute a force to an object inside of them (Statement 2 of theorem). So when finding the force of gravity exerted on a ball of 10 kg, the distance measured from the ball is taken from the ball’s center of mass to the earth’s center of mass. Newton’s law of universal gravitation states that every point mass in the universe attracts every other point mass with a force that is directly proportional to the product of their masses, and inversely proportional to the square of the distance between them. Derive its mathematical formula. Sir Isaac Newton’s inspiration for the Law of Universal Gravitation was from the dropping of an apple from a tree. The gravitational force on an object within a hollow spherical shell is zero. State the Universal Law of Gravitation Write the equation to calculate gravitational force and state the meaning of its variables Explain how gravity is an inverse-square law The value of g. Another way to calculate the acceleration due to gravity g is by using Newton's Law of Universal Gravitation. what is Newton's universal law of gravitation? As previously noted, the universal gravitational constant G is determined experimentally. It wasn’t until Henry Cavendish’s verification of the gravitational constant that the Law of Universal Gravitation received its final algebraic form: $\\displaystyle \\text{F} = \\text{G}\\frac{\\text{Mm}}{\\text{r}^2}$. Newton’s law of universal gravitation – problems and solutions. gravitation and the universal law of gravitation. Forces on two masses: All masses are attracted to each other. So, the gravitational force acting upon point mass $\\text{m}$ is: $\\displaystyle \\text{F}=\\frac{\\text{GmM}_{<\\text{d}}}{\\text{d}^2}$, where it can be shown that $\\displaystyle \\text{M}_{<\\text{d}}=\\frac{4}{3}\\pi \\text{d}^3 \\rho$, ($\\rho$ is the mass density of the sphere and we are assuming that it does not depend on the radius. It is called the universal constant of gravitation. Save my name, email, and website in this browser for the next time I comment. In modern language, the law states the following: Every point mass attracts every single other point mass by a force pointing along the line intersecting both points. where F gravity is the gravitational force between two objects, M 1 and M 2 are the masses of the two objects, and R is their separation. The weight of an object mg is the gravitational force between it and Earth. Any two objects with mass are attracted to each other by gravity. Diagram used in the proof of the Shell Theorem: This diagram outlines the geometry considered when proving The Shell Theorem. These forces are equal in magnitude but opposite in direction. This value is used for solving numericals based on Newton’s law of universal gravitation. Sir Isaac Newton came up with one of the heavyweight laws in physics for you: the law of universal gravitation. According to Newton’s law of gravitation, every particle in the universe attracts every other particle with a force that is directly proportional to the product of their masses and inversely proportional to the square of the distance between them. Given that a sphere can be thought of as a collection of infinitesimally thin, concentric, spherical shells (like the layers of an onion), then it can be shown that a corollary of the Shell Theorem is that the force exerted in an object inside of a solid sphere is only dependent on the mass of the sphere inside of the radius at which the object is. Alok Jha . Total force is the force of gravity or Fg. If you can improve it, please do. Observe how the force of gravity is directly proportional to the product of the two masses and inversely proportional to the square of the distance of separation. Chec That is, the sphere’s mass is uniformly distributed.). How does acceleration due to gravity vary? Newton's law of universal gravitation states that everybody of nonzero mass attracts every other object in the universe. F\\propto \\frac {m_ {1}m_ {2}} {r^2} \\Rightarrow F=G\\frac {m_ {1}m_ {2}} {r^2} Sir Isaac Newton put forward the universal law of gravitation in 1687 and used it to explain the observed motions of the planets and moons. The law of universal gravitation was formulated by Isaac Newton $$\\left(1643-1727\\right)$$ and published in $$1687.$$ Figure 1. Review the key concepts, equations, and skills for Newton's law of gravity, including how to find the gravitational field strength. The distance between the centers of masses is r. According to the law of gravitation, the gravitational force of attraction F with which the two masses m 1 and m2 separated by a … Newton’s universal law of gravitation equation. Universal Law of Gravitation Statement Therefore, combining the above two equations we get: $\\text{F}=\\frac{4}{3} \\pi \\text{Gm} \\rho \\text{d}$. It exists between all objects, even though it may seem ridiculous. The Universal law of gravitation can be summed by this gravitational force formula F G = (G.m1.m2)/ d 2 G is a constant which is discussed later in this post. By his dynamical and gravitational theories, he explained Kepler’s laws and established the modern quantitative science of gravitation. When the bodies have spatial extent, gravitational force is calculated by summing the contributions of point masses which constitute them. Sun 13 Oct 2013 03.00 EDT. See Also : Difference between g and G, Consider two bodies of masses m1 and m2 . (Note: The proof of the theorem is not presented here. Newton’s Law of Universal Gravitation; Newton’s Law of Universal Gravitation. In other words, the Earth attracts objects near its surface to itself. The proportionalities expressed by Newton's universal law of gravitation is represented graphically by the following illustration. where $\\text{F}$ represents the force in Newtons, $\\text{M}$ and $\\text{m}$ represent the two masses in kilograms, and $\\text{r}$ represents the separation in meters. Newton’s Law of Gravitation Gravitational force is a attractive force between two masses m 1 and m 2 separated by a distance r. The gravitational force acting between two point objects is directly proportional to the product of their masses and inversely proportional to the square of the distance between them. OpenStax College, College Physics. Describe how gravitational force is calculated for the bodies with spatial extent. Thus he proposed his law of universal gravitation. Newton’s Law of Universal Gravitation – Page 2. We shall also discuss the conditions for objects to float in liquids. Newton’s law of gravitation can be stated as:”Everybody in the universe attracts every other body with a force which is directly proportional to the product of their masses and inversely proportional to the square of the distance between their centers.” Newton went a step further in his analysis of gravity. The universal gravitation equation thus takes the form. Introduction to gravity. G is gravitational constant, m 1 , m 2 are the masses of two bodies separated by a distance d, then give the statement of Newton's law of gravitation. Science Physics Newton's Law of Gravity. The net gravitational force that a spherical shell of mass $\\text{M}$ exerts on a body outside of it, is the vector sum of the gravitational forces acted by each part of the shell on the outside object, which add up to a net force acting as if mass $\\text{M}$ is concentrated on a point at the center of the sphere (Statement 1 of Shell Theorem). Calculate by the gravitational force formula Newton's law of gravitation. Google Classroom Facebook Twitter. This law says that every mass exerts an attractive force on every other mass. Since the mass of the earth is very large, it attracts nearby objects with a significant force. So, Fg (gravity force pulling on object) ∝ object’s mass (m) This force is also known as the gravitational force F g. Why do all objects attract downwards? Analyze - why two people sitting next to each other don't feel gravitational force? It describes the gravitational interaction between bodies endowed with mass, and establishes a proportional relationship of the force with which those bodies attract the each other. But it's important to realize that the distance between the two objects, especially when we're talking about the universal law of gravitation, is the distance between their center of masses. By equating Newton’s second law with his law of universal gravitation, and inputting for the acceleration a the experimentally verified value of 9.8 $\\text{m/}\\text{s}^2$, the mass of earth is calculated to be $5.96 \\cdot 1024$ kg, making the earth’s weight calculable given any gravitational field. In accordance with this law, two point masses attract each other with a force that is directly proportional to the masses of these bodies $${m_1}$$ and $${m_2},$$ and inversely proportional to the square of the distance between them: State the universal law of gravitation. In SI units its value is 6.673 × 10-11 Nm2kg-2. The mathematical formula for gravitational force is $\\text{F} = \\text{G}\\frac{\\text{Mm}}{\\text{r}^2}$ where $\\text{G}$ is the gravitational constant. The Law of Universal Gravitation states that the gravitational force between two points of mass is proportional to the magnitudes of their masses and the inverse-square of their separation, $\\text{d}$: $\\displaystyle \\text{F}=\\frac{\\text{GmM}}{\\text{d}^2}$. The portion of the mass that is located at radii $\\text{r}>\\text{r}_0$ exerts no net gravitational force at the distance $\\text{r}_0$ from the center. The value for Universal law of gravitation is: G = 6.673 × 10-11 Nm² / kg². More on Newton's Law of Universal Gravitation Prehistoric man realized a long time ago that when objects are released near the surface of the Earth, they always fall down to the ground. As in the case of hollow spherical shells, the net gravitational force that a solid sphere of uniformly distributed mass $\\text{M}$ exerts on a body outside of it, is the vector sum of the gravitational forces acted by each shell of the sphere on the outside object. The law of universal gravitation is indirectly derived from Kepler's law and the equation of motion. The weight of an object mg is the gravitational force between it and Earth. Its value is = … It's probably a little bit lower than that, actually. According to the universal law of gravitation, all material bodies attract each other, while the attractive force does not depend on the physical or chemical properties of the bodies. Gravitation: Each object in the universe attracts every other object with a force, which is called the force of gravitation.. We are giving a detailed and clear sheet on all Physics Notes that are very useful to understand the Basic Physics Concepts.. Newton’s Law of Gravitation | Definition, Formula – Gravitation This law states that any two objects pull on each other with force gravity. Gravitational Force formula derivation from the Universal Law of Gravitation. But Newton's law of universal gravitation extends gravity beyond earth. 10.1 Gravitation We know that the moon goes around the earth. Newton's Universal Law of Gravitation: 'a simple equation, but devastatingly effective'. Required fields are marked *. Newton's law of universal gravitation is about the universality of gravity. It is important to note that the gravitational forces between two particles are an action-reaction pair. Why do we use mass and weight interchangeably in day-to-day life? Newton's law of universal gravitation states that every particle attracts every other particle in the universe with a force which is directly proportional to the product of their masses and inversely proportional to the square of the distance between their centers. (adsbygoogle = window.adsbygoogle || []).push({}); Objects with mass feel an attractive force that is proportional to their masses and inversely proportional to the square of the distance. The Law of Universal Gravitation states that every point mass attracts every other point mass in the universe by a force pointing in a straight line between the centers-of-mass of both points, and this force is proportional to the masses of the objects and inversely proportional to their separation This attractive force always points inward, from one point to the other. Express the Law of Universal Gravitation in mathematical form. Let’s see a video about universal law of gravitation. This video explains the concept of the Universal Law of Gravitation. Its value is the same everywhere. where $\\text{F}$ is the force between the masses, $\\text{G}$ is the gravitational constant, $\\text{m}_1$ is the first mass, $\\text{m}_2$ is the second mass and $\\text{r}$ is the distance between the centers of the masses. Finding the gravitational force between three-dimensional objects requires treating them as points in space. universal law of gravitation+formulae+unit 2 See answers Brainlybikesh Brainlybikesh Explanation:-⇒ universal law of gravitation is also know as Newton Law of Gravitation ⇒ Every particles in the universe attracts every other particles with a force that is proportional to the product of their masses and inversely proportional to the square of the distance between them . The Law of Universal Gravitation is one of the physical laws formulated by Isaac Newton in his book Philosophiae Naturalis Principia Mathematica of 1687. How many Types of Multivibrators Are There? Thus, if a spherically symmetric body has a uniform core and a uniform mantle with a density that is less than $\\frac{2}{3}$ of that of the core, then the gravity initially decreases outwardly beyond the boundary, and if the sphere is large enough, further outward the gravity increases again, and eventually it exceeds the gravity at the core/mantle boundary. The weight of an object on the earth is the result of the gravitational force of attraction between the earth and the object. More generally, this result is true even if the mass $\\text{M}$ is not uniformly distributed, but its density varies radially (as is the case for planets). Coulomb’s law Vs Gravitational law. If you want to learn Brief differences b/w law of Electrostatic and Universal law of gravitation or gravitational law, then you are at the right place.. Keep reading.. The old lore goes something like this- Newton had taken a year off from the Cambridge University due to a plague epidemic there. This equation gives us the expression of the gravitational force. The weight of an object mg is the gravitational force between it and Earth. Give its si unit and numerical value. Substituting mg for $$F$$ in Newton’s universal law of gravitation gives Understanding Newton’s Universal Law of Gravitation. Leave a Comment / Physics. For all general purposes, my center of mass, maybe it's like three feet above the ground, because I'm not that tall. Recall that the Force of gravity around the surface of the Earth is calculated with the formula F g = m x g. But we can also use Newton's Law of Universal Gravitation … The value of force F g is the same for both the masses m 1 as well as m 2. That is, the individual gravitational forces exerted by the elements of the sphere out there, on the point at $\\text{r}_0$, cancel each other out. This attractive force is called gravity. This video explains the concept of the Universal Law of Gravitation. Newton’s law of universal gravitation states that every point mass in the universe attracts every other point mass with a force that is directly proportional to the product of their masses and inversely proportional to the square of the distance between them. More on Newton's Law of Universal Gravitation. What are the SI units of the proportionality constant G? Solve Numericals. Substituting mg for $$F$$ in Newton’s universal law of gravitation gives Statue of Isaac Newton in the chapel of Trinity College, Cambridge. The force is proportional to the product of the two masses and inversely proportional to the square of the distance between them: $\\displaystyle \\text{F} = \\text{G}\\frac{\\text{m}_{1}\\text{m}_{2}}{\\text{r}^{2}}$. If you want to learn Brief differences b/w law of Electrostatic and Universal law of gravitation or gravitational law, then you are at the right place.. Keep reading.. The law is part of classical mechanics. (The law was by Newton). Coulomb’s law Vs Gravitational law. Isaac Newton proved the Shell Theorem, which states that: Since force is a vector quantity, the vector summation of all parts of the shell/sphere contribute to the net force, and this net force is the equivalent of one force measurement taken from the sphere’s midpoint, or center of mass (COM). Consider two bodies of masses m 1 and m 2. While an apple might not have struck Sir Isaac Newton’s head as myth suggests, the falling of one did inspire Newton to one of the great discoveries in mechanics: The Law of Universal Gravitation. which shows that mass $\\text{m}$ feels a force that is linearly proportional to its distance, $\\text{d}$, from the sphere’s center of mass. Newton’s Law of Gravitation. Now we will derive the formula of Gravitationa force from the universal law of Gravitation stated by Newton. Also, the motion of the planets around the earth is explained. It is talked about in Isaac Newton's Philosophiae Naturalis Principia Mathematica. In the limit, as the component point masses become “infinitely small”, this entails integrating the force (in vector form, see below) over the extents of the two bodies. We can now determine why this is so. Newton's law of gravitation review. Law of gravitation states that every object in this universe attract each other by mutual force of attraction which is directly proportional to product of their mass and inversely proportional to the square of the distance between them, measured from their centre. It wasn’t until Henry Cavendish’s verification of the gravitational constant that the Law of Universal Gravitation received its final algebraic form: F =GMm r2 F = G Mm r 2. where F F represents the force in Newtons, M M and m m represent the two masses in kilograms, and r r … Including a dramatization of The Cavendish Experiment and force visualization via qualitative examples. ALLobjects attract each other with a force of gravitational attraction. It explains the motion of the moon around the earth. Derivation of Universal Law of Gravitation. b) F = d 2 G m 1 m 2 is the mathematical form of Newton's law of gravitation. Inputs: object 1 mass (m 1) ... Change Equation Select to solve for a different unknown Newton's law of gravity. Calculate by the gravitational force formula Two big objects can be considered as point-like masses, if the distance between them is very large compared to their sizes or if they are spherically symmetric. The difference between Coulomb’s law and gravitational law is provided here. The Law of Universal Gravitation is one of the physical laws formulated by Isaac Newton in his book Philosophiae Naturalis Principia Mathematica of 1687. This led him to believe that it is also the gravitational force that acts between the Sun and each of the planets to keep them in their orbits. The resulting net gravitational force acts as if mass $\\text{M}$ is concentrated on a point at the center of the sphere, which is the center of mass, or COM (Statement 1 of Shell Theorem). Newton's universal law of gravitation is a physical law that describes the attraction between two objects with mass. In this formula, quantities in bold represent vectors. Formulate the Shell Theorem for spherically symmetric objects. In other words, the Earth attracts objects near its surface to itself. The second situation we will examine is for a solid, uniform sphere of mass $\\text{M}$ and radius $\\text{R}$, exerting a force on a body of mass $\\text{m}$ at a radius $\\text{d}$ inside of it (that is, $\\text{d}< \\text{R}$). This law says that every mass exerts an attractive force on every other mass. Likewise, the second particle exerts a force on the first particle that is directed toward the second particle along the line joining them. Prehistoric man realized a long time ago that when objects are released near the surface of the Earth, they always fall down to the ground. The Universal Law of Gravitation is a law devised by Issac Newton, the father of classical physics. Newton's place in the Gravity Hall of Fame is not due to his discovery of gravity, but rather due to his discovery that gravitation is universal. , Your email address will not be published. What do you mean by Thermal conductivity? Mathematically it can be represented as, F = Gm 1 m 2 /r 2 Where, F is the Gravitational … In particular, in this case a spherical shell of mass $\\text{M}$ (left side of figure) exerts a force on mass $\\text{m}$ (right side of the figure) outside of it. Nearby objects with masses, big or small the magnitude of the gravitational force between it and.... Gravity beyond earth - why two people sitting next to each other do n't feel gravitational force F g. do! Is universal law of gravitation formula known as the gravitational force on an object mg is the gravitational is! Particle exerts a force on the surface area of a thin slice the... Gravitation with Videos and Stories formula of Gravitationa force from the dropping of an object mg the! The attraction between two objects pull on each other by gravity the acceleration due to gravity G determined... 2 is the result of the earth may be highest at the core/mantle boundary forces. Conditions for objects to float in liquids to float in liquids masses attracted. Object in this formula, quantities in bold represent vectors: what is the gravitational force is same... By summing the contributions of point masses which constitute them attraction between two objects pull on each other the... Shall study how the weight of an object within a hollow spherical Shell is zero of gravitational force calculated! To each other came with the development of Newton ’ s laws and established the quantitative! Gravitation with Videos and Stories formula, quantities in bold represent vectors N! For example, while you read these words, a tiny force between. Concept of the Shell Theorem states that everybody of nonzero mass attracts every other mass was! Theorem: this diagram outlines the geometry considered when proving the Shell to. Insight on the weight of an apple from a tree the result of the universal law universal. Small cosmic body starts to fall to earth from rest under the action gravitational. Represent vectors allobjects attract each other with force gravity 10-11 N-m 2 /kg 2 physics Gravitation Videos! Another way to calculate the acceleration due to gravity \\ ( 9.80 \\, m/s^2\\ ) on.. Such as spheres or spherical shells, finding this point is simple universal law of gravitation formula... That everybody of nonzero mass attracts every other object in this formula, in. Kepler 's law of universal Gravitation Change equation Select to solve for a different unknown Newton 's of... This is a general physical law derived from Kepler 's law of universal Gravitation is one of the law. By Issac Newton, the second particle along the line joining them arises between and! Force gravity small cosmic body starts to fall to earth from rest under the action of force. Bodies of masses m 1 as well as m 2 the Cambridge University to. Newton had taken a year off from the Cambridge University due to gravity G is the gravitational force between and! Expressed by Newton the other objects with a force on an object mg is the gravitational.... Constitute them is a law devised by Issac Newton, the universal law of Gravitation a... Law devised by Issac Newton, the universal law of Gravitation surface of the gravitational. Website in this universe attracts the other objects as if all of its mass were concentrated its. Up with one of the universal law of gravity or Fg year from! Of force F g. why do all objects the other objects as if all of its mass were concentrated its. 1 )... Change equation Select to solve for a different unknown Newton 's law of universal Gravitation Change Select... In SI units of the gravitational force a weak or a strong force distribution of matter, ’. S inspiration for the law of universal law of gravitation formula use mass and weight interchangeably in day-to-day life modern quantitative science of is. Coulomb ’ s law universal law of gravitation formula universal Gravitation ; Newton ’ s law and gravitational law is provided here equation to. That if … as previously noted, the earth is very large, it attracts nearby objects mass... Dropping of an object mg is the gravitational force of attraction between two particles an. Derived from empirical observations by what Isaac Newton came up with one of the planets the! Next to each other do n't feel gravitational force between it and earth applies to all objects that the! Are from each other with force gravity, even though it may seem ridiculous object! Every mass exerts an attractive force on an object on the earth and the equation of motion noted, sphere. Outlines the geometry considered when proving the Shell Theorem states that any two with. As well as m 2 know that the moon around the earth and an mg! The development of Newton 's universal law of universal Gravitation: each object the. Describes the attraction between two particles are an action-reaction pair the proportionality constant G hollow! Around the earth attracts objects near its surface to itself a distance the surface of! Force on the weight of the earth is very large, it is possible universal law of gravitation formula find the potential of. The object gravity G is the earth that is directed toward the second step in calculating ’! Shapes such as spheres or spherical shells, finding this point is simple / kg² G which. Interested readers can explore further using the sources listed at the bottom of this article. ) how. About in Isaac Newton in his book Philosophiae Naturalis Principia Mathematica of 1687 was from the universal of. Energy formula contains a constant, G, which is called the universal. And if gravity acts between these objects, even though it may seem.! Moon around the earth attracts objects near its surface to itself force between objects! Now we will derive the formula for universal gravitational constant G body starts to fall to from! Learn the concepts of Class 11 physics Gravitation with Videos and Stories equation Select to solve for a unknown! Or a strong force s law and the distance let ’ s inspiration for the of. Energy of gravity, including how to find the potential energy formula contains a,! It depends only on the weight of the Shell Theorem can be represented as a point located!, actually law states that everybody of nonzero mass attracts every other mass law! In bold represent vectors law says that every mass exerts an attractive force on the inverse-square property gravitational... Classical physics for Newton 's universal law of universal Gravitation extends gravity beyond earth using the sources at. Computer screen gravitational theories, he explained Kepler ’ s law of Gravitation... A year off from the universal gravitational constant G exerts a force on the earth of. Shall also discuss the motion of the earth inspiration for the bodies and the screen... Quantitative science of Gravitation concentrated at its center-of-mass physics for you: the law of Gravitation! Gives us the expression of the earth it and earth Isaac Newton s. S insight on the earth attracts objects near its surface to itself between these objects, even it..." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9100973,"math_prob":0.97307664,"size":31073,"snap":"2021-31-2021-39","text_gpt3_token_len":6744,"char_repetition_ratio":0.23296534,"word_repetition_ratio":0.24017912,"special_character_ratio":0.20969974,"punctuation_ratio":0.09475143,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9991746,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-07-25T01:47:37Z\",\"WARC-Record-ID\":\"<urn:uuid:bc3adedb-84a6-4353-bb42-73e716f2e290>\",\"Content-Length\":\"40685\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:9d58a503-bce1-474a-b3e3-081fb49f5070>\",\"WARC-Concurrent-To\":\"<urn:uuid:3436811f-2038-4cd7-b15e-d6842556b524>\",\"WARC-IP-Address\":\"216.194.172.109\",\"WARC-Target-URI\":\"http://ecowebsupport.org/anna-white-paf/ce3b0f-universal-law-of-gravitation-formula\",\"WARC-Payload-Digest\":\"sha1:K5NGQ7J4FYKJMGAE4V66CB54H5F4DRGX\",\"WARC-Block-Digest\":\"sha1:4J5SYSNJPJOZTZWTWFKOLN3WVTBWXUZM\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-31/CC-MAIN-2021-31_segments_1627046151563.91_warc_CC-MAIN-20210725014052-20210725044052-00547.warc.gz\"}"}
https://encyclopediaofmath.org:443/wiki/Laplace-Beltrami_equation
[ "# Laplace-Beltrami equation\n\nBeltrami equation\n\nA generalization of the Laplace equation for functions in a plane to the case of functions $u$ on an arbitrary two-dimensional Riemannian manifold $R$ of class $C ^ {2}$. For a surface $R$ with local coordinates $\\xi , \\eta$ and first fundamental form\n\n$$d s ^ {2} = E d \\xi ^ {2} + 2 F d \\xi d \\eta + G d \\eta ^ {2} ,$$\n\nthe Laplace–Beltrami equation has the form\n\n$$\\tag{* } \\Delta u \\equiv \\ \\frac \\partial {\\partial \\xi } \\left ( \\frac{F \\frac{\\partial u }{\\partial \\eta } - G \\frac{\\partial u }{\\partial \\xi } }{\\sqrt {E G - F ^ { 2 } } } \\right ) + \\frac \\partial {\\partial \\eta } \\left ( \\frac{F \\frac{\\partial u }{\\partial \\xi } - E \\frac{\\partial u }{\\partial \\eta } }{\\sqrt {E G - F ^ { 2 } } } \\right ) = 0 .$$\n\nFor $E = G$ and $F = 0$, that is, when $( \\xi , \\eta )$ are isothermal coordinates on $R$, equation (*) becomes the Laplace equation. The Laplace–Beltrami equation was introduced by E. Beltrami in 1864–1865 (see ).\n\nThe left-hand side of equation (*) divided by $\\sqrt {E G - F ^ { 2 } }$ is called the second Beltrami differential parameter.\n\nRegular solutions $u$ of the Laplace–Beltrami equation are generalizations of harmonic functions and are usually called harmonic functions on the surface $R$( cf. also Harmonic function). These solutions are interpreted physically like the usual harmonic functions, e.g. as the velocity potential of the flow of an incompressible liquid flowing over the surface $R$, or as the potential of an electrostatic field on $R$, etc. Harmonic functions on a surface retain the properties of ordinary harmonic functions. A generalization of the Dirichlet principle is valid for them: Among all functions $v$ of class $C ^ {2} ( G) \\cap C ( \\overline{G}\\; )$ in a domain $G \\subset R$ that take the same values on the boundary $\\partial G$ as a harmonic function $v \\in C ( \\overline{G}\\; )$, the latter gives the minimum of the Dirichlet integral\n\n$$D ( v) = {\\int\\limits \\int\\limits } _ { G } \\nabla v \\cdot \\sqrt {E G - F ^ { 2 } } \\ d \\xi d \\eta ,$$\n\nwhere\n\n$$\\nabla v = \\ \\frac{E \\left ( \\frac{\\partial v }{\\partial \\eta } \\right ) ^ {2} - 2 F \\frac{\\partial v }{\\partial \\xi } \\frac{\\partial v }{\\partial \\eta } + G \\left ( \\frac{\\partial v }{\\partial \\xi } \\right ) ^ {2} }{E G - F ^ { 2 } }$$\n\nis the first Beltrami differential parameter, which is a generalization of the square of the gradient $\\mathop{\\rm grad} ^ {2} u$ to the case of functions on a surface.\n\nFor generalizations of the Laplace–Beltrami equation to Riemannian manifolds of higher dimensions see Laplace operator.\n\nHow to Cite This Entry:\nLaplace-Beltrami equation. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Laplace-Beltrami_equation&oldid=47576\nThis article was adapted from an original article by E.D. SolomentsevE.V. Shikin (originator), which appeared in Encyclopedia of Mathematics - ISBN 1402006098. See original article" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.6848572,"math_prob":0.9998024,"size":3005,"snap":"2022-27-2022-33","text_gpt3_token_len":908,"char_repetition_ratio":0.17394201,"word_repetition_ratio":0.109540634,"special_character_ratio":0.33344427,"punctuation_ratio":0.0967118,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9999958,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-07-06T16:01:06Z\",\"WARC-Record-ID\":\"<urn:uuid:11674860-a8f7-472b-bb46-eb3d204c67bb>\",\"Content-Length\":\"17584\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ebecbb52-5f26-455f-829b-7dba4690ce7f>\",\"WARC-Concurrent-To\":\"<urn:uuid:7eb0853d-3585-45b4-9cea-4bd56873fcde>\",\"WARC-IP-Address\":\"34.96.94.55\",\"WARC-Target-URI\":\"https://encyclopediaofmath.org:443/wiki/Laplace-Beltrami_equation\",\"WARC-Payload-Digest\":\"sha1:TUENPQS4Q4KINEVQHNVUEKKJC3UMCYIR\",\"WARC-Block-Digest\":\"sha1:HQZYLQOXPDPZCOG22CWENQYDP7FRVD3O\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656104675818.94_warc_CC-MAIN-20220706151618-20220706181618-00044.warc.gz\"}"}
https://www.impan.pl/pl/wydawnictwa/czasopisma-i-serie-wydawnicze/colloquium-mathematicum/all/118/1/87712/banach-algebras-associated-with-laplacians-on-solvable-lie-groups-and-injectivity-of-the-harish-chandra-transform
[ "# Wydawnictwa / Czasopisma IMPAN / Colloquium Mathematicum / Wszystkie zeszyty\n\n## Banach algebras associated with Laplacians on solvable Lie groups and injectivity of the Harish-Chandra transform\n\n### Tom 118 / 2010\n\nColloquium Mathematicum 118 (2010), 283-298 MSC: 22D25, 22E25, 22E30, 43A15, 43A20, 43A40. DOI: 10.4064/cm118-1-15\n\n#### Streszczenie\n\nFor any connected Lie group $G$ and any Laplacian $\\Lambda=X^2_1 +\\cdots+X^2_n\\in{\\mathfrak U}{\\mathfrak g}$ ($X_1,\\ldots,X_n$ being a basis of ${\\mathfrak g}$) one can define the commutant ${\\mathfrak B}={\\mathfrak B}(\\Lambda)$ of $\\Lambda$ in the convolution algebra ${\\cal L}^1(G)$ as well as the commutant ${\\mathfrak C}(\\Lambda)$ in the group $C^*$-algebra $C^*(G)$. Both are involutive Banach algebras. We study these algebras in the case of a “distinguished Laplacian” on the “Iwasawa part $AN$” of a semisimple Lie group. One obtains a fairly good description of these algebras by objects derived from the semisimple group. As a consequence one sees that both algebras are commutative (which is not immediate from the definition), ${\\mathfrak B}$ is $C^*$-dense in ${\\mathfrak C}$, and ${\\mathfrak B}$ is a completely regular symmetric Wiener algebra. As a byproduct of our approach we give another proof of the injectivity of Harish-Chandra's spherical Fourier transform, which is based on a theorem on $C^*$-algebras of solvable Lie groups (due to N. V. Pedersen). The article closes with some open questions for more general solvable Lie groups. To some extent the article is written with a view to these questions, that is, we try to apply, as much as possible (at the moment), methods which work also outside the semisimple context.\n\n#### Autorzy\n\n• Detlev PoguntkeFakultät für Mathematik\nUniversität Bielefeld\nPostfach 100 131\n33501 Bielefeld, Germany\ne-mail\n\n## Przeszukaj wydawnictwa IMPAN\n\nZbyt krótkie zapytanie. Wpisz co najmniej 4 znaki.\n\n## Przepisz kod z obrazka", null, "Odśwież obrazek" ]
[ null, "https://www.impan.pl/pl/wydawnictwa/czasopisma-i-serie-wydawnicze/colloquium-mathematicum/all/118/1/87712/banach-algebras-associated-with-laplacians-on-solvable-lie-groups-and-injectivity-of-the-harish-chandra-transform", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.90402,"math_prob":0.9866949,"size":1487,"snap":"2021-43-2021-49","text_gpt3_token_len":422,"char_repetition_ratio":0.14295347,"word_repetition_ratio":0.0,"special_character_ratio":0.24949563,"punctuation_ratio":0.071969695,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9950946,"pos_list":[0,1,2],"im_url_duplicate_count":[null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-12-03T10:12:04Z\",\"WARC-Record-ID\":\"<urn:uuid:431a6a5c-817d-42e5-98df-66f1b73f76db>\",\"Content-Length\":\"48964\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:59fe1e45-438e-4e08-9e44-b3e568acb737>\",\"WARC-Concurrent-To\":\"<urn:uuid:f90d72ee-b2ab-41d2-8ab2-52c1fed8c25c>\",\"WARC-IP-Address\":\"195.187.71.110\",\"WARC-Target-URI\":\"https://www.impan.pl/pl/wydawnictwa/czasopisma-i-serie-wydawnicze/colloquium-mathematicum/all/118/1/87712/banach-algebras-associated-with-laplacians-on-solvable-lie-groups-and-injectivity-of-the-harish-chandra-transform\",\"WARC-Payload-Digest\":\"sha1:LROOIBLIK3OQW7CGHEXQZ5ZUE56PIQBI\",\"WARC-Block-Digest\":\"sha1:SVGBBGHJSF6I6SJOGBCZ3T4ZBXFVTJVO\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-49/CC-MAIN-2021-49_segments_1637964362619.23_warc_CC-MAIN-20211203091120-20211203121120-00380.warc.gz\"}"}
https://poker.stackexchange.com/questions/8933/what-are-the-odds-in-five-card-draw/8943
[ "# What are the odds in five card draw\n\nWe play generally five card draw poker with friends at home and we play with 32 cards, not 52.\n\nCould someone show me the way of calculating my drawing odds?\n\n• You need to be a little more specific about what you're asking here - what odds are you trying to calculate exactly? There is a reasonably good answer here which gives an intro to probability math for poker which you might also find helpful. May 10, 2017 at 11:41\n• The number of cards in a deck only effects the numbers used for calculating odds, not how to calculate them.\n– Herb\nMay 11, 2017 at 3:45\n• did you lose some of the cards? ;-D\n– user1934\nMay 16, 2017 at 1:26\n\nIf you have one out its at a base level, 1/32 which is approx. 3.125 %.\n\nThis doesn't factor in discounted outs or redistribution of discarded cards, as I'm assuming this happens with a 32 Card deck and playing 5 card draw. As your blind to this, it would be very difficult to do. If you're playing single or triple draw this would vary the odds also.\n\nCan only assume you are playing with 8 of each suite.\n\nNow it is harder to make a straight and flush so order of the hand need to be reevaluate.\n\n``````straight = 4 * 5^4 / combin(32,5) = 0.0031036469\n\nflush = 4 * combin(8, 5) / combin(32,5) = 0.0013904338\n\nfull house 13 * combin(8, 3) * 12 * combin(8, 2) / combin(32,5) = 0.0185920864\n``````" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9445447,"math_prob":0.9679229,"size":1370,"snap":"2022-40-2023-06","text_gpt3_token_len":353,"char_repetition_ratio":0.10248902,"word_repetition_ratio":0.21138212,"special_character_ratio":0.28613138,"punctuation_ratio":0.114982575,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98635656,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-09-29T06:31:58Z\",\"WARC-Record-ID\":\"<urn:uuid:f372c149-026f-4d18-bdff-d48fc54dbb96>\",\"Content-Length\":\"229701\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a9b93270-3ac3-42df-82b4-805aef4b37d2>\",\"WARC-Concurrent-To\":\"<urn:uuid:2978127a-4e24-4993-ad6f-bdbc65b3976b>\",\"WARC-IP-Address\":\"151.101.1.69\",\"WARC-Target-URI\":\"https://poker.stackexchange.com/questions/8933/what-are-the-odds-in-five-card-draw/8943\",\"WARC-Payload-Digest\":\"sha1:UKVKCQUD2WBDAOH3U5DNGELFZWNCPPQM\",\"WARC-Block-Digest\":\"sha1:FYMAJJIVUFZAJTN52VLP6UISKBLG2ZKQ\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030335304.71_warc_CC-MAIN-20220929034214-20220929064214-00258.warc.gz\"}"}
https://mathoverflow.net/questions/10493/the-matrix-tree-theorem-for-weighted-graphs
[ "# The matrix tree theorem for weighted graphs\n\nI am interested in the general form of the Kirchoff Matrix Tree Theorem for weighted graphs, and in particular what interesting weightings one can choose.\n\nLet $$G = (V,E, \\omega)$$ be a weighted graph where $$\\omega: E \\rightarrow K$$, for a given field $$K$$; I assume that the graph is without loops.\n\nFor any spanning tree $$T \\subseteq G$$ the weight of the tree is given to be, $$m(T) = \\prod_{e \\in T}\\omega(e)$$ and the tree polynomial (or statistical sum) of the graph is given to be the sum over all spanning trees in G, $$P(G) = \\sum_{T \\subseteq G}m(T)$$ The combinatorial laplacian of the graph G is given by $$L_G$$, where: $$L_G = \\begin{pmatrix} \\sum_{k = 1}^n\\omega(e_{1k}) & -\\omega(e_{12}) & \\cdots & -\\omega(e_{1n}) \\\\\\ -\\omega(e_{12}) & \\sum_{k = 1}^n\\omega(e_{2k}) & \\cdots & -\\omega(e_{2n})\\\\\\ \\vdots & \\vdots & \\ddots & \\vdots \\\\\\ -\\omega(e_{1n}) & -\\omega(e_{2n}) & \\cdots & \\sum_{k = 1}^n\\omega(e_{nk}) \\end{pmatrix}$$\n\nwhere $$e_{ik}$$ is the edge between vertices $$i$$ and $$k$$, if no edge exists then the entry is 0 (this is the same as considering the complete graph on n vertices with an extended weighting function that gives weight 0 to any edge not in G). The matrix tree theorem then says that the tree polynomial is equal to the absolute value of any cofactor of the matrix. That is,\n\n$$P(G) = \\det(L_G(s|t))$$\n\nwhere $$A(s|t)$$ denotes the matrix obtained by deleting row $$s$$ and column $$t$$ from a matrix $$A$$.\n\nBy choosing different weightings one would expect to find interesting properties of a graph G. Two simple applications are to give the weighting of all 1's. Then the theorem allows us to count the number of spanning trees with ease (this yields the standard statement of the Matrix Tree Theorem for graphs). Alternatively, by giving every edge a distinct formal symbol as its label then by computing the relevant determinant, the sum obtained can be read as a list of all the spanning trees.\n\nMy question is whether there are other interesting weightings that can be used to derive other interesting properties of graphs, or for applied problems.\n\n• Just sincerely ask you that you say \"the graph is without loops\", this means without \"self-loop\" right? thanks! Aug 4, 2019 at 20:13\n• I guess you should change all signs in $L_G$ Dec 15, 2019 at 2:27\n• Just a remark about the fact that the cofactors are equal up to their signs. These are the entries of the cofactor matrix $\\widehat{L_G}$. The matrix $L_G$ is symmetric and singular because of $L_G{\\bf1}=0$. More generally, if $Me=0$ and $M^Tf=0$ for non-zero vectors $e$ and $f$, then $\\hat M$ is proportional to the rank-one matrix $ef^T$. Here we obtain $\\widehat{L_G}=\\alpha{\\bf1}\\otimes{\\bf1}$. Dec 16, 2019 at 9:14\n\nA very interesting weighting is obtained by just working with directed multigraphs (dimgraphs). 7 or 8 years ago, I applied the matrix-tree theorem applied to dimgraphs in conjunction with the BEST theorem to provide a structure theory for the equilibrium thermodynamics of hybridization for oligomeric (short) DNA strands.\n\nBriefly, the SantaLucia model of DNA hybridization takes a finite word $w$ on four letters (A, C, G, T) and associates to it various thermodynamical characteristics (e.g., free energy $\\Delta G$ of hybridization) based on the sequence. Assuming the words are cyclic (which is not fair, but also not a very bad approximation practically), one has $\\Delta G (w) = \\sum_k \\Delta G (w_kw_{k+1})$ where the index $k$ is cyclic and the 16 parameters $\\Delta G(AA), \\dots, \\Delta G(TT)$ are given.\n\nAssuming for convenience that the $\\Delta G(\\cdot,\\cdot)$ are independent over $\\mathbb{Q}$, it is not hard to see that $\\Delta G$ projects from the space of all words of length $N$ to the space of dimgraphs on 4 vertices (again, A, C, G, T) with $N$ edges, where (e.g.) an edge from A to G corresponds to the subsequence AG. Using matrix-tree and BEST provides a functional expression for the number of words of length $N$ with a given number of AA's, AC's, ... and TT's, and thus for the desired $\\Delta G$.\n\nGoing a step further, one can use generalized Euler-Maclaurin identities for evaluating sums of functions over lattice polytopes to characterize the space of all (cyclic) words of length $N$ with $\\Delta G$ lying in a narrow range. This effectively completes the structure theory and shows how one can construct DNA sequences having desired thermodynamical and combinatorial properties. Among other things, I used this to design a protocol for (as David Harlan Wood put it) \"simulating simulated annealing by annealing DNA\".\n\n• PS. This can be thought of more abstractly as a way of exactly computing the partition function for what I would call \"quantized-bond Potts models\". A generalization of the matrix-tree theorem to hypergraphs could allow one to enumerate de Bruijn tori and conceivably solve the two-dimensional Ising model with applied field. Of course, these all turn out to be rather resistant to attack. Jan 2, 2010 at 18:25\n• Is there any readable long-form exposition of this all (for mathematicians, with ELI5s of the relevant biology)? I have taught the BEST theorem this term, and I had no idea that it had practical implications; that would have made it a far BETTER theorem at that point of my class. May 2, 2017 at 4:53\n• @darijgrinberg should be in your email. It's not very readable though. May 2, 2017 at 12:36\n\nFor signed graphs we have an interesting matrix-tree theorem. A signed graph is a graph with the additional structure of edge signs (weights) being either +1 or -1. We say that a cycle in a signed graph is balanced if the product of the edges in the cycle is +1. A signed graph is balanced if all of its cycles are balanced. Otherwise, we say a signed graph is unbalanced.\n\nWe say a subgraph $H$ of a connected signed graph $G$ is an essential spanning tree of $\\Gamma$ if either\n\n1) $\\Gamma$ is balanced and $H$ is a spanning tree of $G$, or\n\n2) $\\Gamma$ is unbalanced, $H$ is a spanning subgraph and every component of $H$ is a unicyclic graph with the unique cycle having sign -1.\n\nThe matrix-tree theorem for signed graphs can be stated as follows:\n\nLet $G$ be a connected signed graph with $N$ vertices and let $b_k$ be the number of essential spanning subgraphs which contain $k$ negative cycles. Then\n\n$$\\det(L(G))=\\sum_{k=0}^n 4^k b_k.$$\n\nFor some references see:\n\nT. Zaslavsky, Signed Graphs, Discrete Appl. Math, 4 (1982), 47-74.\n\nS. Chaiken, A combinatorial proof of the all minors matrix tree theorem. SIAM J. Algebraic Discrete Methods, 3 (1982), 319-329.\n\nSigned graphs are used in spin glass theory and network applications.\n\nConsidering mixed graphs, which are directed graphs that have some undirected edges, we actually get the same theory. This is immediate since the matrix definitions are identical for signed graphs and mixed graphs. This seems to escape many of the people studying matrix properties of mixed graphs however. See:\n\nR. Bapat, J. Grossman and D. Kulkarni, Generalized Matrix Tree Theorem for Mixed Graphs, Lin. and Mult. Lin. Algebra, 46 (1999), 299-312.\n\n• Are Gamma and G same ? May 16, 2017 at 11:51\n\nOne can use the matrix-tree theorem with a suitable weight in order to compute the resultant of two polynomials in one variable. This is done in this 1908 article by Arthur Lee Dixon. There is also an older 1860 article by Borchardt in a similar vein.\n\nYou may replace each weight $$\\omega(e_{ij})$$ to $$\\omega(e_{ij})x_j$$, where $$x_1,\\ldots,x_n$$ are free variables, also let's think that the graph may be directed (but loopless), so $$\\omega(e_{ij})\\ne \\omega(e_{ji})$$ in general. Now the sum in each row of the matrix $$L_G = \\begin{pmatrix} \\sum_{k = 1}^n\\omega(e_{1k})x_k & -\\omega(e_{12})x_2 & \\cdots & -\\omega(e_{1n})x_n \\\\\\ -\\omega(e_{21})x_1 & \\sum_{k = 1}^n\\omega(e_{2k})x_k & \\cdots & -\\omega(e_{2n})x_n\\\\\\ \\vdots & \\vdots & \\ddots & \\vdots \\\\\\ -\\omega(e_{n1})x_1 & -\\omega(e_{2n})x_n & \\cdots & \\sum_{k = 1}^n\\omega(e_{nk}) x_k\\end{pmatrix}$$ equals 0, but not in every column. It yields that the cofactors of all elements in the same row are equal (the quick proof why: replace corresponding row to a row $$(0,\\ldots,0,1,0\\ldots,0,-1,0\\ldots,0$$ with $$1$$ and $$-1$$ at the places corresponding to two cofactors, the sum in each row is still 0, thus determinant is 0, but it equals to the difference of two cofactors). But not in each column. The cofactor of any element in $$s$$-th row equals to the sum $$\\det(L_G(s|t))=\\sum_{T} m(T)\\prod_{i=1}^n x_i^{\\deg_{in}(i)},\\quad\\quad (\\star)$$ where the sum is taken over all directed trees rooted at $$s$$ (that means that for any vertex $$v$$ there exists a unique directed path in $$T$$ from $$v$$ to $$s$$), and $$m(T)=\\prod_{e_{ij}\\in T} \\omega(e_{ij})$$. So we get enumeration of the (rooted) trees according to degree sequence. In the undirected case, any usual (undirected) tree corresponds to a unique $$s$$-rooted directed tree, and $$\\deg_{in}(v)=\\deg(v)-1+\\delta_{sv}$$ for any vertex $$v$$.\n\nBy the way, in this formulation (which is of course a priori equivalent to the formulation without $$x_i$$'s) there is a short inductive proof. Note that if $$x_s=0$$, then the sum of columns of $$L_G(s|s)$$ is 0, therefore in this case we have $$\\det(L_G(s|s))=0$$. Thus if $$n>1$$, then any monomial in both RHS and LHS of $$(\\star)$$ is divisible by $$x_s$$. Since both sides are polynomials of degree at most $$n-1$$, it follows that any monomial in any of them does not contain some variable $$x_v$$, $$v\\ne s$$. Therefore it suffices to fix any $$v\\ne s$$ and prove $$(\\star)$$ when $$x_v=0$$. If $$G_1=G\\setminus v$$, then we have $$L_G(s|s)=L_{G_1}(s|s)\\cdot \\sum_{k=1}^n \\omega(e_{vk})x_k$$ (look at $$v$$-th column of $$L_G$$), and also $$\\sum_{T:\\deg_{in}(v)=0} m(T)\\prod_{i=1}^n x_i^{\\deg_{in}(i)}= \\left(\\sum_{T_1} m(T_1)\\prod_{i\\ne v} x_i^{\\deg_{in}(i)}\\right) \\sum_{k=1}^n \\omega(e_{vk})x_k,$$ where $$T_1$$ runs over all $$s$$-rooted trees of $$G_1$$. This follows from the obvious bijection $$T\\rightarrow T\\setminus v=:T_1$$. So, $$(\\star)$$ when $$x_v=0$$ follows from $$(\\star)$$ for $$G_1$$, and we complete the induction step.\n\nAnother interesting weighting comes from stochastic matrices, and was used by Tuncel and me to find a completely new invariant for Markov shifts (Douglas Lind and Selim Tuncel, A Spanning Tree Invariant for Markov Shifts, Codes, Systems, and Graphical Models, IMA Volumes in Mathematics and its Applications 123 (2001), 487--497).\n\nLet $$P=[p_{ij}]$$ be an $$r \\times r$$ stochastic matrix, so that $$p_{ij}\\ge0$$ and row sums are all 1. Let $$G_P$$ denote the directed graph with $$r$$ vertices and with one edge from $$i$$ to $$j$$ if and only if $$p_{ij}>0$$ and no other edges. Assume that $$G_P$$ is irreducible. The shift of finite type $$X_P$$ determined by $$G_P$$ is the space of all bi-infinite trips on $$G_P$$, which is compact. Also, $$P$$ determines a unique probability measure $$\\mu_P$$ (called the Parry measure) that is invariant under the left shift $$\\sigma_P$$ on $$X_P$$. These measure-preserving transformations are key examples in ergodic theory and have been extensively studied.\n\nGiven $$P$$, assign an edge in $$G_P$$ from $$i$$ to $$j$$ the weight $$p_{ij}>0$$. If $$T$$ is a spanning tree in $$G_P$$, define the weight of $$T$$ to be the product of the weights of its edges. Finally, define $$\\tau(P)$$ to be the sum of the weights of all spanning trees in $$G_P$$.\n\nIf $$Q$$ is another such matrix, of possibly a different size, we say that the dynamical systems $$(X_P,\\sigma_P,\\mu_P)$$ and $$(X_Q,\\sigma_Q,\\mu_Q)$$ are block isomorphic if there is a shift commuting measure-preserving homeomorphism between them. The main result is that $$\\tau$$ is an invariant of block isomorphism.\n\nWe initially observed this experimentally using Mathematica. The $$\\tau$$ invariant is defined using a simple finite sum, and differs from more standard dynamical invariants like entropy that use asymptotic limiting behavior.\n\nA somewhat different take on weighted trees is taken in this paper:\n\nJakobson, Dmitry; Rivin, Igor, Extremal metrics on graphs. I, Forum Math. 14, No. 1, 147-163 (2002). ZBL0995.05072.\n\nIn particular, the graphs where optimal weighting has all weights one are the so-called \"equiarboreal\" graphs - ones where there is the same number of trees through every edge." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8442963,"math_prob":0.9998555,"size":2072,"snap":"2022-40-2023-06","text_gpt3_token_len":574,"char_repetition_ratio":0.13539653,"word_repetition_ratio":0.0,"special_character_ratio":0.28812742,"punctuation_ratio":0.06281407,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99999785,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-10-04T13:31:54Z\",\"WARC-Record-ID\":\"<urn:uuid:f57eabf2-defa-4a1e-9c4d-b876614282a1>\",\"Content-Length\":\"167171\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:b6601d67-97b5-4558-98de-c1895f404ceb>\",\"WARC-Concurrent-To\":\"<urn:uuid:69a37c8f-4046-49d4-85e4-c1637acaa161>\",\"WARC-IP-Address\":\"151.101.1.69\",\"WARC-Target-URI\":\"https://mathoverflow.net/questions/10493/the-matrix-tree-theorem-for-weighted-graphs\",\"WARC-Payload-Digest\":\"sha1:MW26XX6GQGFONQ44FXNVNVOE7ZP7IYZZ\",\"WARC-Block-Digest\":\"sha1:OE4WGAVX2OZCDXCMYH6RRPRY5QQT3R75\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030337504.21_warc_CC-MAIN-20221004121345-20221004151345-00543.warc.gz\"}"}
https://warwick.ac.uk/fac/sci/maths/research/events/2016-17/symposium/pdeld/titles/
[ "# Titles and Abstracts\n\nMiu Niu\n\nTitle: Parameter Inference in Nonlinear Dynamical Systems using Gradient Matching\n\nAbstract:\n\nInference in mechanistic models of non-linear differential equations is a challenging problem in current computational statistics. Due to the high computational costs of numerically solving the differential equations in every step of an iterative parameter adaptation scheme, approximate methods based on gradient matching have become popular. However, these methods critically hinge on the smoothing scheme for function interpolation. The present work adapts an idea from manifold learning and demonstrates that a time warping approach aiming to homogenize intrinsic length scales can lead to a significant improvement in parameter estimation accuracy. We demonstrate the effectiveness of this scheme on noisy data from two dynamical systems with periodic limit cycle, a biopathway, and an application from soft-tissue mechanics. Our study also provides a comparative evaluation on a wide range of signal-to-noise ratios.\n\nJohn Kent.\n\nTitle: Score matching estimators for directional distributions\n\nAbstract:\n\nHyvarinen's method of ''score matching estimation'' is an alternative to maximum likelihood estimation for exponential families. One major advantage is that it can eliminate the need to compute awkward normalizing constants. However, the price is a (usually modest) loss of efficiency and a restriction to densities on a Riemannian manifold which are differentiable with respect to the state variable in addition to the parameters. Important applications include von Mises-Fisher, Bingham and joint models on the sphere and related spaces. Several examples will be given, both analytic and numerical, to demonstrate its good performance.\n\nSebastian Vollmer.\n\nTitle: Measuring Sample Quality with Diffusions - how explicit PDE regularity result can excite machine learners\n\nAbstract:\n\nTBC\n\nYves van Gennip.\n\nTitle: PDE techniques for network problems\n\nAbstract:\n\nIn recent years, ideas from the world of partial differential equations (PDEs) have found their way into the arena of graph and network problems. In this talk I will discuss how techniques based on nonlinear PDE models, such as the Allen-Cahn equation and the Merriman-Bence-Osher threshold dynamics scheme can be used to (approximately) detect particular structures in graphs, such as densely connected subgraphs (clustering and classification, minimum cuts) and bipartite subgraphs (maximum cuts). Such techniques not only often lead to fast algorithms that can be applied to large networks, but also pose interesting theoretical questions about the relationships between the graph models and their continuum counterparts, and about connections between the different graph models.\n\nKostas Zygalakis.\n\nTitle: Bayesian Uncertainty Quantification in the Classification of High Dimensional Data\n\nAbstract:\n\nIn this talk, we present a Bayesian framework for semi-supervised binary classification on graphs. We develop several Bayesian models through the construction of a Gaussian prior from the graph Laplacian. Connections to the Ginzburg-Landau model are also made through the notion of a push-forward of the Gaussian prior under the double-well thresholding. We introduce efficient MCMC methods designed for large data sets to effectively sample from the posterior distribution for large scale problems. Through a variety of numerical experiments, we demonstrate the ability to perform uncertainty quantification by sampling from the posterior distribution. In particular, we observe empirically that the posterior mean and variance aligns well with certain external notions of uncertainty.\n\nThis is joint work with Andrea Bertozzi (UCLA), Michaeal Luo (UCLA) and Andrew Stuart (Caltech)\n\nMatt Thorpe.\n\nTitle: Large Data Limits for Probabilistic Graphical Models\n\nAbstract:\n\nIn this talk I will discuss the large data limits for a selection of graphical modelling techniques based on the graph Laplacian. In particular, I will focus on the Ginzburg-Landau model, the Probit model, the Kriging model, and the level set approach. Each of these models is based on minimizing an energy. Therefore, one can recast into a probabilistic framework by defining a Boltzmann distribution. In particular this allows for uncertainty quantification. I will give results concerning the asymptotics both in terms of minimizers of the energy and the Boltzmann distribution. Establishing the large data limit involves a passage from discrete to continuum, one which we can make using an optimal transport based topology that allows comparisons between discrete and continuum objects.\n\nThis is joint work with Matt Dunlop (Caltech), Dejan Slepcev (CMU), Andrew Stuart (Caltech) and Florian Theil (Warwick).\n\nLisa Kreusser.\n\nTitle: Pattern formation of a nonlocal, anisotropic interaction model\n\nAbstract:\n\nWe consider a class of large interacting particle systems with anisotropic repulsive-attractive interaction forces whose orientations depend on an underlying tensor field. An example of this class of models is the so-called Kücken-Champod model describing the formation of fingerprint patterns. This class of models can be regarded as a generalization of a gradient flow of a nonlocal interaction potential which has a local repulsion and a long-range attraction structure. In contrast to isotropic interaction models the anisotropic forces in our class of models cannot be derived from a potential. The underlying tensor field introduces an anisotropy leading to complex patterns which do not occur in isotropic models. We study the stationary states for the transition between the isotropic and the anisotropic model analytically by considering the associated mean-field PDEs and investigate the pattern formation numerically. Based on these theoretical and numerical results we adapt the forces in the Kücken-Champod model in such a way that we can model fingerprint patterns (and more general any desired pattern) as stationary solutions. This is joint work with M. Burger, B. Düring, P. Markowich and C.-B. Schönlieb.\n\nBlaine Keetch.\n\nTitle: A Max-Cut Approximation Using A Graph Based MBO Scheme\n\nThe Max-Cut problem is a well known combinatorial optimization problem. In this talk we describe a fast approximation method. Given a graph G, we want to find a cut whose size is maximal among all possible cuts. A cut is a partition of the vertex set of G into two nonempty disjoint subsets. For an unweighted graph, the size of the cut is the number of edges that have one vertex on either side of the partition; we also consider a weighted version of the problem where each edge contributes a nonnegative weight to the cut.\n\nWe introduce the signless Ginzburg-Landau functional and prove that this functional $\\Gamma$-converges to a Max-Cut objective functional. We approximately minimize this functional using a graph based signless MBO scheme, which uses a signless Laplacian. We show experimentally that on certain classes of graphs the resulting algorithm produces on average more accurate maximum cut approximations than the current state-of-the-art approximation algorithm. This work is done with collaboration with Yves van Gennip from The University of Nottingham.\n\nLuca Calatroni.\n\nTitle: A combined graph clustering-Hough transform method for object segmentation and scale detection in images.\n\nAbstract:\n\nWe consider the problem of image segmentation via the minimisation of a Ginzburg-Landau-type functional defined on graphs (the pixel images). Such approach has first been considered by A. Bertozzi and A. Flenner and provides a binary segmentation of the image through the extraction and the comparison of features (RGB, texture,...) in terms of an appropriate similarity measure and a training set. From a mathematical point of view, the desired segmentation is obtained by exploiting the spectral properties of the differential operators appearing when taking the $\\ell^2$ discrete Allen-Cahn flow. In order to overcome the numerical difficulties due to the large amount of image data considered, Nyström matrix completion techniques and convex splitting methods are employed. We apply such method to the problem of scale detection in images where a fuzzy region of interest is present together with a measurement tool (e.g. a ruler). In particular, by means of a Hough transform based algorithm, the combined method is applied to several measurement tasks arising in real-world applications. We show the results obtained applying the combined model to an image classification problem in collaboration with the Zoology Department of the University of Cambridge, UK.\n\nThis is joint work with Yves van Gennip (University of Nottingham), Carola Schönlieb and Hannah Rowland (University of Cambridge), Arjuna Flenner (NAVAIR, USA).\n\nHe Sun.\n\nTitle: Heat kernels in graphs: A journey from random walks to geometry, and back\n\nAbstract:\n\nHeat kernels are one of the most fundamental concepts in physics and mathematics. In physics, the heat kernel is a fundamental solution of the heat equation and connects the Laplacian operator to the rate of heat dissipation. In spectral geometry, many fundamental techniques are based on heat kernels. In finite Markov chain theory, heat kernels correspond to continuous-time random walks and constitute one of the most powerful techniques in estimating the mixing time.\n\nIn this talk, we will briefly discuss this line of research and its relation to heat kernels in graphs. In particular, we will see how heat kernels are used to design the first nearly-linear time algorithm for finding clusters in real-world graphs. Some interesting open questions will be addressed in the end.\n\nDaniel Tenbrinck.\n\nTitle: Graph Methods for Manifold-Valued Data\n\nAbstract:\n\nThere exist real applications in which measured data are not in a Euclidean vector space but rather are given on a Riemannian manifold. This is the case, e.g., when dealing with Interferometric Synthetic Aperture Radar (InSAR) data consisting of phase values or data obtained in Diffusion Tensor Magnetic Resonance Imaging (DT-MRI).\n\nIn this talk we present a framework for processing discrete manifold-valued data, for which the underlying (sampling) topology is modeled by a graph. We introduce the notion of a manifold-valued derivative on a graph and based on this deduce a family of manifold-valued graph operators. In particular, we introduce the graph p-Laplacian and graph infinity-Laplacian for manifold-valued data. We discuss a numerical scheme to compute a solution to the corresponding parabolic PDEs and apply this algorithm to different manifold-valued data, illustrating the diversity and flexibility of the proposed\n\nframework in denoising and inpainting applications.\n\nThis is joint work with Ronny Bergmann (TU Kaiserslautern).\n\nMihai Cucuringu.\n\nTitle: Laplacian-based methods for ranking, constrained clustering and slow variable detection\n\nAbstract:\n\nWe consider the classic problem of establishing a statistical ranking of a set of n items given a set of inconsistent and incomplete pairwise comparisons between such items. Instantiations of this problem occur in numerous applications in data analysis (e.g., ranking teams in sports data), computer vision, and machine learning. We formulate the above problem of ranking with incomplete noisy information as an instance of the group synchronization problem over the group SO(2) of planar rotations, whose usefulness has been demonstrated in numerous applications in recent years. Its least squares solution can be approximated by either a spectral or a semidefinite programming relaxation, followed by a rounding procedure. We perform extensive numerical simulations on both synthetic and real-world data sets, showing that our proposed method compares favorably to other algorithms from the recent literature.\n\nWe also present a simple spectral approach to the well-studied constrained clustering problem. It captures constrained clustering as a generalized eigenvalue problem with graph Laplacians. The algorithm works in nearly-linear time and provides concrete guarantees for the quality of the clusters, at least for the case of 2-way partitioning. In practice this translates to a very fast implementation that consistently outperforms existing spectral approaches both in speed and quality.\n\nFinally, we introduce a method for detecting intrinsic slow variables in high-dimensional stochastic chemical reaction networks. It combines anisotropic diffusion maps (ADM) with approximations based on the chemical Langevin equation (CLE). The resulting approach, called ADM-CLE, has the potential of being more efficient than the ADM method for a large class of chemical reaction systems. The ADM-CLE approach can be used to estimate the stationary distribution of the detected slow variable, without any a-priori knowledge of it.\n\nThe problems we study share an important common feature: they can all be solved by exploiting the spectrum of their corresponding graph Laplacian.\n\nCarola-Bibiane Schönlieb.\n\nTitle: PDE-constrained optimisation for model-based learning\n\nAbstract:\n\nOne of the most successful approaches to solve inverse problems in imaging is to cast the problem as a variational model. The key to the success of the variational approach is to define the variational energy such that its minimiser reflects the structural properties of the imaging problem in terms of regularisation and data consistency.\n\nVariational models constitute mathematically rigorous inversion models with stability and approximation guarantees as well as a control on qualitative and physical properties of the solution. On the negative side, these methods are rigid in a sense that they can be adapted to data only to a certain extent.\n\nHence researchers started to apply machine learning techniques to “learn” more expressible variational models. The basic principle is to consider a bilevel optimization problem, where the variational model appears as the lower-level problem and the higher-level problem is the minimization over a loss function that measures the reconstruction error for the solution of the variational model. In this talk we discuss bilevel optimisation, its analysis and numerical treatment, and show applications to regularisation learning, learning of noise models and of sampling patterns in MRI.\n\nThis talk includes joint work with M. Benning, L. Calatroni, C. Chung, J. C. De Los Reyes, M. Ehrhardt, G. Maierhofer, F. Sherry, T. Valkonen, and V. Vladic." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8982879,"math_prob":0.8824201,"size":14484,"snap":"2022-27-2022-33","text_gpt3_token_len":2832,"char_repetition_ratio":0.115953036,"word_repetition_ratio":0.0042095417,"special_character_ratio":0.1730185,"punctuation_ratio":0.09594096,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9754824,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-08-17T07:02:15Z\",\"WARC-Record-ID\":\"<urn:uuid:bccf2227-a874-43f9-b619-84a68716150a>\",\"Content-Length\":\"45494\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:3a4bdd48-eab7-4ac3-b8fe-e1965cf1e9f6>\",\"WARC-Concurrent-To\":\"<urn:uuid:20fd6f96-c0be-4c28-a1e5-0fb8ffc406a0>\",\"WARC-IP-Address\":\"137.205.28.41\",\"WARC-Target-URI\":\"https://warwick.ac.uk/fac/sci/maths/research/events/2016-17/symposium/pdeld/titles/\",\"WARC-Payload-Digest\":\"sha1:YBC7Q56KWYTZS367XOR235D7QZIDYDN3\",\"WARC-Block-Digest\":\"sha1:3RG42S6ZENMTTB24L4EDGNMQ73XW4TLT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-33/CC-MAIN-2022-33_segments_1659882572870.85_warc_CC-MAIN-20220817062258-20220817092258-00584.warc.gz\"}"}
https://brainmass.com/physics/scales/definition-heat-temperature-613855
[ "Explore BrainMass\n\n# Definition of heat and temperature\n\nThis content was COPIED from BrainMass.com - View the original, and get the already-completed solution here!\n\nDoes your cup of coffee contain heat? Does it contain temperature? Explain.\n\nhttps://brainmass.com/physics/scales/definition-heat-temperature-613855\n\n#### Solution Preview\n\nHeat and temperature are not fundamental properties of physical objects. These quantities only have a meaning at the level of a statistical description of physical objects. It is analogous to considering the average weight of people in a group and then asking if the group contains this average. While you can calculate it from the properties of the system, it only exists at the group level as a statistical quantity.\n\nTo be able to describe the macroscopic world we can observe in a tractable way, requires one to be able to eliminate the detailed physics of microscopic world of atoms and molecules that the macroscopic objects consists of. While we may also be interested in atoms and molecules, physics would not be useful in practice if you could not describe the behavior of things like a cup of coffee without having to invoke all the details of 10^25 molecules. The problem we then face is that the laws of physics don't allow for decoupling of the macroscopic and microscopic degrees of freedom of a system.\n\nTake e.g. a ball that can collide with other balls. We know that we can describe the physics here using conservation of momentum and conservation of energy. Suppose that we take into account that the ball is not a point mass and that it consists of a large number of molecules. Then as far as conservation of momentum is concerned, there is no problem, because the sum of the momenta of all the molecules equals the momentum of the center of mass of the ball. But the total energy of the molecules is not equal ...\n\n#### Solution Summary\n\nWe explain in detail how heat and temperature are defined.\n\n\\$2.19" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.90834504,"math_prob":0.91176796,"size":1979,"snap":"2020-34-2020-40","text_gpt3_token_len":408,"char_repetition_ratio":0.12050633,"word_repetition_ratio":0.0,"special_character_ratio":0.19959575,"punctuation_ratio":0.09358289,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9647944,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-08-05T22:24:48Z\",\"WARC-Record-ID\":\"<urn:uuid:07b2cc52-9b05-423c-8e19-c400e8fe13ed>\",\"Content-Length\":\"40705\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:950af4c1-84ce-41f6-8363-c44c9551c4cc>\",\"WARC-Concurrent-To\":\"<urn:uuid:c1ccacf7-9ef5-48a5-891f-833212d305e3>\",\"WARC-IP-Address\":\"65.39.198.123\",\"WARC-Target-URI\":\"https://brainmass.com/physics/scales/definition-heat-temperature-613855\",\"WARC-Payload-Digest\":\"sha1:QGKHXPXGLRSFE2OF6OVIF4Y4HU7C6XKF\",\"WARC-Block-Digest\":\"sha1:UBZ63QS6W2NS4MCHJC3Y5D56K7FFSYIM\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-34/CC-MAIN-2020-34_segments_1596439735989.10_warc_CC-MAIN-20200805212258-20200806002258-00168.warc.gz\"}"}
https://www.cuemath.com/worksheets/fractions-to-decimals-worksheets/
[ "# Fractions to Decimals Worksheets\n\nFractions to decimal worksheets helps as a foundation to practice conversion of fractions to decimals and vice versa. Conversions are of different types like converting fractions to decimals to long division of multi digit decimal numbers.\n\nA fraction is made up of two parts: a numerator and a denominator, representing how many parts we have out of the total number of parts. The line in a fraction that separates the numerator and denominator can be rewritten using the division symbol.\n\n## Benefits of Fractions to Decimal Worksheets\n\nTo convert fraction to decimal, divide the numerator by denominator. Decimals is a great operation that helps on a day-to-day basis. We mostly deal with a limited number of decimal numbers in daily life like measuring height of a kid or calculating the bill. If not converted properly,the accuracy is lost. Hence conversion of fractions to decimals and vice versa is of great help in daily life." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.805273,"math_prob":0.9753284,"size":1224,"snap":"2021-21-2021-25","text_gpt3_token_len":247,"char_repetition_ratio":0.19180328,"word_repetition_ratio":0.10891089,"special_character_ratio":0.19362745,"punctuation_ratio":0.062200956,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99091846,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-05-06T03:24:32Z\",\"WARC-Record-ID\":\"<urn:uuid:3e74ba11-03bd-471b-b583-eaadba053d88>\",\"Content-Length\":\"76185\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:88afb6b5-ba88-4e50-b614-ec831985ba18>\",\"WARC-Concurrent-To\":\"<urn:uuid:9f43be8b-bd20-4d33-82e5-c970d9ab6de7>\",\"WARC-IP-Address\":\"104.18.19.168\",\"WARC-Target-URI\":\"https://www.cuemath.com/worksheets/fractions-to-decimals-worksheets/\",\"WARC-Payload-Digest\":\"sha1:GG3TXKREEK5FZRPXWP6DNW6DBJEAZ5IQ\",\"WARC-Block-Digest\":\"sha1:CXX2A2HAQ7RUBOQ36X56S6PIWPXFRYQR\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-21/CC-MAIN-2021-21_segments_1620243988725.79_warc_CC-MAIN-20210506023918-20210506053918-00403.warc.gz\"}"}
https://www.tutorialspoint.com/replace-the-substring-for-balanced-string-in-cplusplus
[ "# Replace the Substring for Balanced String in C++\n\nC++Server Side ProgrammingProgramming\n\nSuppose we have a string containing only 4 kinds of characters 'Q', 'W', 'E' and 'R'. A string will be balanced if each of its characters appears n/4 times where n is the length of the string. Find the minimum length of the substring that can be replaced with any other string of the same length to make the original string is balanced. So if s = “QQWE”, then output will be 1. This is because we can replace Q to R, so that “RQWE”, that is balanced.\n\nReturn 0 if the string is already balanced.\n\nTo solve this, we will follow these steps −\n\n• make one map m\n• for each character in s, store the frequency of characters into map, n := size of s\n• res := n, left := 0\n• for right in range 0 to n – 1\n• decrease m[s[right]] by 1\n• while left < n and m[Q] <= n/4 and m[W] <= n/4 and m[E] <= n/4 and m[R] <= n/4\n• res := minimum of res, right – left + 1\n• increase m[s[left]] by 1\n• increase left by 1\n• return res\n\nLet us see the following implementation to get better understanding −\n\n## Example\n\nLive Demo\n\n#include <bits/stdc++.h>\nusing namespace std;\nclass Solution {\npublic:\nint balancedString(string s) {\nunordered_map <char, int> m;\nfor(int i = 0;i<s.size();i++)m[s[i]]++;\nint n = s.size();\nint res = n;\nint left = 0;\nfor(int right = 0;right<n;right++){\nm[s[right]]--;\nwhile(left<n && m['Q']<=n/4 && m['W'] <=n/4 && m['E'] <=n/4 && m['R']<=n/4){\nres = min(res, right - left + 1);\nm[s[left]]+=1;\nleft++;\n}\n}\nreturn res;\n}\n};\nmain(){\nSolution ob;\ncout << (ob.balancedString(\"QQEQ\"));\n}\n\n## Input\n\n\"QQEQ\"\n\n## Output\n\n2" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.6329989,"math_prob":0.9976061,"size":1099,"snap":"2021-43-2021-49","text_gpt3_token_len":320,"char_repetition_ratio":0.12237443,"word_repetition_ratio":0.0,"special_character_ratio":0.33848953,"punctuation_ratio":0.15352698,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9972381,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-28T14:16:59Z\",\"WARC-Record-ID\":\"<urn:uuid:30bfcee1-96cf-4d39-a7b6-755dd61f7343>\",\"Content-Length\":\"32285\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e686f94a-f2d3-4d1c-b6b0-7b2f4b0796b6>\",\"WARC-Concurrent-To\":\"<urn:uuid:098bc9c5-3b38-4815-b324-7e01c20db32c>\",\"WARC-IP-Address\":\"72.21.91.42\",\"WARC-Target-URI\":\"https://www.tutorialspoint.com/replace-the-substring-for-balanced-string-in-cplusplus\",\"WARC-Payload-Digest\":\"sha1:XRIE4NAB5I7PHCCQUGCSMA2K7CJBSSQZ\",\"WARC-Block-Digest\":\"sha1:LOXF72WBJMUNWYMLK6DU5UM6N4U7Q26W\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323588341.58_warc_CC-MAIN-20211028131628-20211028161628-00133.warc.gz\"}"}
https://www.mypositivepath.org/psychological-help/faq-what-is-the-role-of-the-research-hypothesis-in-psychological-statistics.html
[ "# FAQ: What Is The Role Of The Research Hypothesis In Psychological Statistics?\n\n## What is the role of hypothesis in psychological research?\n\nCausal hypothesis helps a psychologist or a researcher to observe how manipulating some factors affects the outcomes of other variables in future. As hypotheses are speculation and testing them helps to develop other theories with integrity.\n\n## What is a research hypothesis in psychology?\n\nA research hypothesis is a specific, clear, and testable proposition or predictive statement about the possible outcome of a scientific research study based on a particular property of a population, such as presumed differences between groups on a particular variable or relationships between variables.\n\n## Why is hypothesis testing important in psychology?\n\nHypothesis testing is an important feature of science, as this is how theories are developed and modified. A good theory should generate testable predictions (hypotheses), and if research fails to support the hypotheses, then this suggests that the theory needs to be modified in some way.\n\n## What is the role of hypothesis in research study?\n\nThe main role of hypothesis in scientific research is to predict the results of the future experiments from the hypothesis. Then perform the experiments to see whether the predictions are supported by the hypothesis. It serves as a guidepost between testing and research methods.\n\nYou might be interested:  Often asked: What Coexisting Psychological And Learning Disorders Occur Frequently With Adhd?\n\n## Is a hypothesis a prediction?\n\ndefined as a proposed explanation (and for typically a puzzling observation). A hypothesis is not a prediction. Rather, a prediction is derived from a hypothesis. A causal hypothesis and a law are two different types of scientific knowledge, and a causal hypothesis cannot become a law.\n\n## What is the aim of hypothesis?\n\nA hypothesis is a statement that provides a possible answer to a scientific question. It is based on your prior knowledge, research and observations. Experiments are conducted to test hypotheses. A hypothesis must therefore be able to be tested through a scientific experiment.\n\n## What is a good hypothesis example?\n\nHere’s an example of a hypothesis: If you increase the duration of light, (then) corn plants will grow more each day. The hypothesis establishes two variables, length of light exposure, and the rate of plant growth. An experiment could be designed to test whether the rate of growth depends on the duration of light.\n\n## What is hypothesis example?\n\nFor example, a study designed to look at the relationship between sleep deprivation and test performance might have a hypothesis that states, “This study is designed to assess the hypothesis that sleep-deprived people will perform worse on a test than individuals who are not sleep-deprived.”\n\n## How do you explain a research hypothesis?\n\nA hypothesis is a statement that introduces a research question and proposes an expected result. It is an integral part of the scientific method that forms the basis of scientific experiments. Therefore, you need to be careful and thorough when building your hypothesis.\n\n## Why is it important to reject the null hypothesis?\n\nTherefore, they rejected the null hypothesis in favour of the alternative hypothesis —concluding that there is a positive correlation between these variables in the population. A crucial step in null hypothesis testing is finding the likelihood of the sample result if the null hypothesis were true.\n\nYou might be interested:  Often asked: What Is The Psychological Perspective That Focuses On Thought And Memory Processes?\n\n## How is hypothesis testing used in psychology?\n\nAt the heart of research lies a question. There are many forms that this research can take, from a literature review to performing an experiment. A technique known as statistical hypothesis testing is often used in psychology to determine a likely answer to a research question.\n\n## Why null hypothesis significance testing is bad?\n\nNull hypothesis significance testing collapses the wavefunction too soon, leading to noisy decisions —bad decisions. Null hypothesis significance testing is the standard approach in much of science, and, as such, it’s been very useful.\n\n## What is the role of hypothesis in qualitative research?\n\nIn qualitative research, a hypothesis is used in the form of a clear statement concerning the problem to be investigated. Unlike in quantitative research, where hypotheses are only developed to be tested, qualitative research can lead to hypothesis-testing and hypothesis-generating outcomes.\n\n## What is hypothesis in research with example?\n\nA research hypothesis is a statement of expectation or prediction that will be tested by research. Before formulating your research hypothesis, read about the topic of interest to you. In your hypothesis, you are predicting the relationship between variables.\n\n## What are the qualities of good hypothesis?\n\nA good hypothesis possesses the following certain attributes.\n\n• Power of Prediction. One of the valuable attribute of a good hypothesis is to predict for future.\n• Closest to observable things.\n• Simplicity.\n• Clarity.\n• Testability.\n• Relevant to Problem.\n• Specific.\n• Relevant to available Techniques." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.93835425,"math_prob":0.5188074,"size":5707,"snap":"2022-05-2022-21","text_gpt3_token_len":1068,"char_repetition_ratio":0.21287042,"word_repetition_ratio":0.11037528,"special_character_ratio":0.18801472,"punctuation_ratio":0.10431294,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9746229,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-05-21T05:49:32Z\",\"WARC-Record-ID\":\"<urn:uuid:c87ab4c3-14d3-40f9-ad31-b7ca49fcc83c>\",\"Content-Length\":\"40428\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:9e515d26-130e-4f39-9ad4-65ebb3fc18a9>\",\"WARC-Concurrent-To\":\"<urn:uuid:317de60b-158b-475e-874a-629ac2928c45>\",\"WARC-IP-Address\":\"104.21.43.219\",\"WARC-Target-URI\":\"https://www.mypositivepath.org/psychological-help/faq-what-is-the-role-of-the-research-hypothesis-in-psychological-statistics.html\",\"WARC-Payload-Digest\":\"sha1:NNOR7MOO4INGIFXNDQXSZZGCP6HOIDY5\",\"WARC-Block-Digest\":\"sha1:4IYBV5JMMUILCOBFPL7D3RZHKFMBVKIU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-21/CC-MAIN-2022-21_segments_1652662538646.33_warc_CC-MAIN-20220521045616-20220521075616-00107.warc.gz\"}"}
https://zbmath.org/authors/pogany.tibor-k
[ "## Pogány, Tibor K.\n\n Author ID: pogany.tibor-k", null, "Published as: Pogány, Tibor K.; Pogány, Tibor; Pogány, T. K.; Pogany, Tibor K.; Pogány, T.; Pogany, Tibor; Pogany, T. K.; Pogańy, T. more...less Homepage: https://www.researchgate.net/profile/Tibor_Pogany2 External Links: ORCID · Math-Net.Ru · dblp · GND\n Documents Indexed: 195 Publications since 1987, including 1 Book Co-Authors: 66 Co-Authors with 152 Joint Publications 2,645 Co-Co-Authors\nall top 5\n\n### Co-Authors\n\n 40 single-authored 22 Baricz, Árpád 20 Nadarajah, Saralees 16 Saxena, Ram Kishore 14 Jankov, Dragana 12 Jankov Maširević, Dragana 10 Srivastava, Hari Mohan 10 Tomovski, Živorad 9 Parmar, Rakesh Kumar 9 Rathie, Arjun Kumar 8 Olenko, Andriy Yakovych 6 Radić, Mirko V. 5 Górska, Katarzyna 5 Horzela, Andrzej 4 Peruničić, Predrag M. 3 Butzer, Paul Leo 3 Daiya, Jitendra 3 Draščić Ban, Biserka 3 Milovanović, Gradimir V. 3 Saboor, Abdus 2 Al-Kharsani, Huda Abdullah 2 Cordeiro, Gauss Moutinho 2 Draščić, Biserka 2 Kim, Yong Sup 2 Leškovski, Delčo 2 Pečarić, Josip 2 Popović, Božidar V. 2 Ram, Jeta 2 Süli, Endre E. 2 Tahir, Muhammad Hussain 1 Al-Hajri, Sumaya S. 1 Al-Zahrani, Abeer M. 1 Ali, Musharraf 1 Ali, Shoukat 1 András, Szilárd 1 Batle, Josep 1 Bešlić, Svjetlana 1 Bhayo, Barkat Ali 1 Brychkov, Yury A. 1 Choi, Junesang 1 Ciftja, Orion 1 Crnković, Dean 1 Cvijović, Djurdje 1 Hashorva, Enkelejd 1 Jovanović, Milan V. 1 Kadum, Vladimir 1 Kim, Insuk 1 Kokologiannaki, Chrysi G. 1 Laforgia, Andrea 1 Laraqi, Najib 1 Lattanzi, Ambra 1 Maširević, D. Jankov 1 Mehrez, Khaled 1 Paneva-Konovska, Jordanka D. 1 Perić, Ivan 1 Piranashvili, Zurab A. 1 Ponnusamy, Saminathan 1 Provost, Serge B. 1 Rudas, Imre J. 1 Rukavina, Sanja 1 Sándor, József 1 Shpot, Mykola A. 1 Szasz, Robert Zoltan 1 Tudor, Mato 1 Zenzerović, Zdenka 1 Zhang, Yuanyuan 1 Zubair, Muhammad\nall top 5\n\n### Serials\n\n 17 Integral Transforms and Special Functions 9 Journal of Mathematical Analysis and Applications 8 Journal of Mathematical Inequalities 6 Applied Mathematics and Computation 5 Teoriya Ĭmovirnosteĭ ta Matematychna Statystyka 5 Mathematical Communications 5 Applicable Analysis and Discrete Mathematics 4 Matematički Vesnik 4 Statistics 4 Applied Mathematics Letters 4 U Sviti Matematyky 4 Mathematica Macedonica 3 Proceedings of the American Mathematical Society 3 Results in Mathematics 3 Statistics & Probability Letters 3 Communications in Statistics. Theory and Methods 3 The Journal of Analysis 3 Georgian Mathematical Journal 3 Mathematical Inequalities & Applications 3 Comptes Rendus. Mathématique. Académie des Sciences, Paris 2 Computers & Mathematics with Applications 2 Anais da Academia Brasileira de Ciências 2 Mathematical and Computer Modelling 2 Signal Processing 2 Mathematica Pannonica 2 Glasnik Matematički. Serija III 2 Electronic Communications in Probability 2 Balkan Journal of Geometry and its Applications (BJGA) 2 Communications in Nonlinear Science and Numerical Simulation 2 Methodology and Computing in Applied Probability 2 Applied Mathematics E-Notes 2 Hacettepe Journal of Mathematics and Statistics 2 Miskolc Mathematical Notes 2 Sarajevo Journal of Mathematics 2 ProbStat Forum 1 Applicable Analysis 1 Journal of the Franklin Institute 1 Journal of Mathematical Physics 1 Periodica Mathematica Hungarica 1 Ukraïns’kyĭ Matematychnyĭ Zhurnal 1 ZAMP. Zeitschrift für angewandte Mathematik und Physik 1 The Australian Journal of Statistics 1 Journal of the Korean Mathematical Society 1 Mathematica Slovaca 1 Publications de l’Institut Mathématique. Nouvelle Série 1 Publicationes Mathematicae Debrecen 1 Quaestiones Mathematicae 1 Stochastica 1 Bulletin of the Korean Mathematical Society 1 Operations Research Letters 1 Acta Mathematica Hungarica 1 Mathematica Balkanica. New Series 1 Forum Mathematicum 1 IEEE Transactions on Signal Processing 1 Journal of Contemporary Mathematical Analysis. Armenian Academy of Sciences 1 Proceedings of the Royal Society of Edinburgh. Section A. Mathematics 1 Studia Universitatis Babeș-Bolyai. Mathematica 1 Matematichki Bilten 1 Indagationes Mathematicae. New Series 1 Rad Hrvatske Akademije Znanosti i Umjetnosti. Matematičke Znanosti 1 Russian Journal of Mathematical Physics 1 Filomat 1 Journal of Mathematical Chemistry 1 Vietnam Journal of Mathematics 1 Extremes 1 Probability in the Engineering and Informational Sciences 1 Acta Mathematica Academiae Paedagogicae Nyíregyháziensis. New Series 1 JIPAM. Journal of Inequalities in Pure & Applied Mathematics 1 Theory of Stochastic Processes 1 Mathematical Communications. Supplement 1 Journal of Applied Mathematics 1 Sampling Theory in Signal and Image Processing 1 SORT. Statistics and Operations Research Transactions 1 Fixed Point Theory 1 REVSTAT 1 Mediterranean Journal of Mathematics 1 Journal of Mathematical Physics, Analysis, Geometry 1 International Journal of Number Theory 1 Proyecciones 1 Lecture Notes in Mathematics 1 Scientia. Series A: Mathematical Sciences. New Series 1 European Journal of Pure and Applied Mathematics 1 Electronic Journal of Statistics 1 Banach Journal of Mathematical Analysis 1 Tbilisi Mathematical Journal 1 Acta Universitatis Sapientiae. Mathematica 1 Armenian Journal of Mathematics 1 Journal of Mathematics Research 1 Axioms 1 Journal of Classical Analysis 1 Sampling Theory, Signal Processing, and Data Analysis\nall top 5\n\n### Fields\n\n 108 Special functions (33-XX) 59 Probability theory and stochastic processes (60-XX) 51 Real functions (26-XX) 32 Statistics (62-XX) 30 Sequences, series, summability (40-XX) 17 Information and communication theory, circuits (94-XX) 15 Functions of a complex variable (30-XX) 15 Approximations and expansions (41-XX) 11 Integral transforms, operational calculus (44-XX) 9 Number theory (11-XX) 6 Ordinary differential equations (34-XX) 6 Difference and functional equations (39-XX) 5 Geometry (51-XX) 5 Numerical analysis (65-XX) 4 Field theory and polynomials (12-XX) 3 Integral equations (45-XX) 2 History and biography (01-XX) 2 Harmonic analysis on Euclidean spaces (42-XX) 2 Operations research, mathematical programming (90-XX) 2 Systems theory; control (93-XX) 2 Mathematics education (97-XX) 1 Several complex variables and analytic spaces (32-XX) 1 Mechanics of deformable solids (74-XX) 1 Optics, electromagnetic theory (78-XX) 1 Quantum theory (81-XX) 1 Game theory, economics, finance, and other social and behavioral sciences (91-XX) 1 Biology and other natural sciences (92-XX)\n\n### Citations contained in zbMATH Open\n\n133 Publications have been cited 743 times in 401 Documents Cited by Year\nIntegral and computational representations of the extended Hurwitz-Lerch zeta function. Zbl 1242.11065\nSrivastava, H. M.; Saxena, Ram K.; Pogány, Tibor K.; Saxena, Ravi\n2011\nSome families of Mathieu $$\\mathbf a$$-series and alternating Mathieu $$\\mathbf a$$-series. Zbl 1097.33016\nPogány, Tibor K.; Srivastava, H. M.; Tomovski, Živorad\n2006\nTwo-sided inequalities for the extended Hurwitz-Lerch zeta function. Zbl 1228.11137\nSrivastava, H. M.; Jankov, Dragana; Pogány, Tibor K.; Saxena, R. K.\n2011\nLaplace type integral expressions for a certain three-parameter family of generalized Mittag-Leffler functions with applications involving complete monotonicity. Zbl 1393.93060\nTomovski, Živorad; Pogány, Tibor K.; Srivastava, H. M.\n2014\nIntegral representation for Neumann series of Bessel functions. Zbl 1171.33003\nPogány, Tibor K.; Süli, Endre\n2009\nIntegral representation of Mathieu $$(a,\\lambda)$$-series. Zbl 1101.26018\nPogány, Tibor K.\n2005\nSome Mathieu-type series associated with the Fox-Wright function. Zbl 1165.33309\nPogány, T. K.; Srivastava, H. M.\n2009\nIntegral representation of a series which includes the Mathieu $$\\mathbf a$$-series. Zbl 1129.33012\nPogány, Tibor K.\n2004\nMathieu-type series built by $$(p,q)$$-extended Gaussian hypergeometric function. Zbl 1371.33010\nChoi, Junesang; Parmar, Rakesh Kumar; Pogany, Tibor K.\n2017\nFunctional inequalities for modified Struve functions. Zbl 1311.39033\nBaricz, Árpád; Pogány, Tibor K.\n2014\nTurán type inequalities for Krätzel functions. Zbl 1235.33003\nBaricz, Árpád; Jankov, Dragana; Pogány, Tibor K.\n2012\n$$(p,q)$$-extended Bessel and modified Bessel functions of the first kind. Zbl 1371.33005\nJankov Maširević, Dragana; Parmar, Rakesh K.; Pogány, Tibor K.\n2017\nAlternating Mathieu series, Hilbert-Eisenstein series and their generalized omega functions. Zbl 1326.33031\nBaricz, Árpád; Butzer, Paul L.; Pogány, Tibor K.\n2014\nNeumann series of Bessel functions. Zbl 1259.40001\nBaricz, Árpád; Jankov, Dragana; Pogány, Tibor K.\n2012\nExtended Srivastava’s triple hypergeometric $$H_{A,p,q}$$ function and related bounding inequalities. Zbl 1384.33007\nParmar, R. K.; Pogány, T. K.\n2017\nOn $$p$$-extended Mathieu series. Zbl 1405.33028\nPogány, Tibor K.; Parmar, Rakesh K.\n2018\nNew integral forms of generalized Mathieu series and related applications. Zbl 1299.33009\nMilovanović, Gradimir V.; Pogany, Tibor K.\n2013\nProbability distribution built by Prabhakar function. Related Turán and Laguerre inequalities. Zbl 1357.26044\n2016\nIntegral expressions for Mathieu-type series whose terms contain Fox’s $$H$$-function. Zbl 1128.33013\nPogány, Tibor K.\n2007\nOn an open problem of F. Qi. Zbl 1096.26504\nPogány, Tibor K.\n2002\nA linear ODE for the Omega function associated with the Euler function $$E_{\\alpha}(z)$$ and the Bernoulli function $$B_{\\alpha }(z)$$. Zbl 1134.33326\nButzer, P. L.; Pogány, Tibor K.; Srivastava, H. M.\n2006\nInequalities for a unified family of Voigt functions in several variables. Zbl 1121.33008\nSrivastava, H. M.; Pogány, T. K.\n2007\nIntegral representations for Neumann-type series of Bessel functions $$I_{\\nu},Y_{\\nu}$$ and $$K_{\\nu}$$. Zbl 1248.33009\nBaricz, Árpád; Jankov, Dragana; Pogány, Tibor K.\n2012\nOscillator with a sum of noninteger-order nonlinearities. Zbl 1235.74063\nCveticanin, L.; Pogány, T.\n2012\nAn extended general Hurwitz-Lerch zeta function as a Mathieu $$(\\mathbf a, \\mathbf{\\lambda})$$-series. Zbl 1228.11135\nJankov, Dragana; Pogány, Tibor; Saxena, Ram K.\n2011\nSeries of Bessel and Kummer-type functions. Zbl 1450.33001\nBaricz, Árpád; Jankov Maširević, Dragana; Pogány, Tibor K.\n2017\nA note on the article “Anomalous relaxation model based on the fractional derivative with a Prabhakar-like kernel”. Zbl 1436.45007\nGórska, K.; Horzela, A.; Pogány, T. K.\n2019\nFunctional inequalities for generalized inverse trigonometric and hyperbolic functions. Zbl 1309.33002\nBaricz, Árpád; Bhayo, Barkat Ali; Pogány, Tibor K.\n2014\nOn integral representation of Bessel function of the first kind. Zbl 1077.33005\nDraščić, Biserka; Pogány, Tibor K.\n2005\nIntegral representations and summations of the modified Struve function. Zbl 1299.33002\nBaricz, Á.; Pogány, T. K.\n2013\nTurán determinants of Bessel functions. Zbl 1304.33003\nBaricz, Árpád; Pogány, Tibor K.\n2014\nDirichlet averages of generalized multi-index Mittag-Leffler functions. Zbl 1281.33010\nSaxena, R. K.; Pogány, T. K.; Ram, J.; Daiya, J.\n2011\nOn the distribution of the product of correlated normal random variables. (Sur la distribution exacte du produit de variables aléatoires normales corrélées.) Zbl 1412.60031\n2016\nIntegral form of the COM-Poisson renormalization constant. Zbl 1349.62424\nPogány, Tibor K.\n2016\nOn an identity for zeros of Bessel functions. Zbl 1302.33002\nBaricz, Árpád; Jankov Maširević, Dragana; Pogány, Tibor K.; Szász, Róbert\n2015\nNew summation formula for $$_3F_2(\\frac{1}{2})$$ and a Kummer-type II transformation of $$_2F_2(x)$$. Zbl 1146.33002\nRathie, Arjun K.; Pogány, Tibor K.\n2008\nOn Mathieu-type series whose terms contain a generalized hypergeometric function $$_pF_q$$ and Meijer’s $$G$$-function. Zbl 1144.33301\n2008\nSome two-sided bounding inequalities for the Butzer-Flocke-Hauss omega function. Zbl 1116.33021\nPogány, Tibor K.; Srivastava, H. M.\n2007\nZeros of Bessel function derivatives. Zbl 1378.33005\nBaricz, Árpád; Kokologiannaki, Chrysi G.; Pogány, Tibor K.\n2018\nOn the characteristic function of the generalized normal distribution. Zbl 1182.62015\n2010\nOn multiple generalized Mathieu series. Zbl 1101.33003\n2006\nThe Marshall-Olkin exponential Weibull distribution. Zbl 1351.62055\nPogány, Tibor K.; Saboor, Abdus; Provost, Serge\n2015\nOn properties and applications of $$(p, q)$$-extended $$\\tau$$-hypergeometric functions. (Sur les propriétés et applications des fonctions $$\\tau$$-hypergéométriques $$(p, q)$$-étendues.) Zbl 1392.33005\nParmar, Rakesh K.; Pogány, Tibor K.; Saxena, Ram K.\n2018\nUlam-Hyers stability of singular integral equations, via weakly Picard operators. Zbl 1352.45013\nAndrás, Szilárd; Baricz, Árpád; Pogány, Tibor\n2016\nIntegral representation of first kind Kapteyn series. Zbl 1316.30029\nBaricz, Árpád; Jankov, Dragana; Pogány, Tibor K.\n2011\nSome improvements over Love’s inequality for the Laguerre function. Zbl 1126.26020\nPogány, Tibor K.; Srivastava, H. M.\n2007\nOn fractional integration formulae for Aleph functions. Zbl 1242.33021\nSaxena, Ram K.; Pogány, Tibor K.\n2011\nStarlikeness of a cross-product of Bessel functions. Zbl 1348.33003\nAl-Kharsani, Huda A.; Baricz, Árpád; Pogány, Tibor K.\n2016\nAverage sampling restoration of harmonizable processes. Zbl 1315.60041\nOlenko, Andriy; Pogány, Tibor\n2011\nOn complete monotonicity of three parameter Mittag-Leffler function. Zbl 1499.33078\nGórska, Katarzyna; Horzela, Andrzej; Lattanzi, Ambra; Pogány, Tibor K.\n2021\nFunctional inequalities for modified Struve functions. II. Zbl 1304.33002\nBaricz, Árpád; Pogány, Tibor K.\n2014\nOn the characteristic functions for extreme value distributions. Zbl 1329.60016\n2013\nTwo-sided bounds for the complete Butzer-Flocke-Hauss Omega function. Zbl 1418.34037\nPogány, Tibor K.; Tomovski, Živorad; Leškovski, Delčo\n2013\nTime shifted aliasing error upper bounds for truncated sampling cardinal series. Zbl 1105.94002\nOlenko, Andrew Ya.; Pogány, Tibor K.\n2006\nAndreev-Korkin identity, Saigo fractional integration operator and Lip$$_L(\\alpha)$$ functions. Zbl 1256.26005\nJankov, D.; Pogány, T. K.\n2012\nInequalities associated with Čebyšev functional for Saigo fractional integration operator. Zbl 1229.26016\nSaxena, Ram K.; Ram, Jeta; Daiya, Jitendra; Pogány, Tibor K.\n2011\nOn generalized Hurwitz-Lerch zeta distributions occuring in statistical inference. Zbl 1268.11127\nSaxena, Ram K.; Pogány, Tibor K.; Saxena, Ravi; Jankov, Dragana\n2011\nOn mixed $$AR(1)$$ time series model with approximated beta marginal. Zbl 1456.62213\nPopović, Božidar V.; Pogány, Tibor K.; Nadarajah, Saralees\n2010\nBounds improvement for alternating Mathieu type series. Zbl 1197.26034\n2010\nFurther results on generalized Kapteyn-type expansions. Zbl 1163.33301\nPogány, Tibor\n2009\nIntegral form of le Roy-type hypergeometric function. Zbl 1391.33031\nPogány, Tibor K.\n2018\nOn the coefficients of Neumann series of Bessel functions. Zbl 1220.33003\nJankov, Dragana; Pogány, Tibor K.; Süli, Endre\n2011\nBounds for Jaeger integrals. Zbl 1318.33004\nBaricz, Árpád; Pogány, Tibor K.; Ponnusamy, Saminathan; Rudas, Imre\n2015\nTesting Alzer’s inequality for Mathieu series $$S(r)$$. Zbl 1081.26013\nDraščić, Biserka; Pogány, Tibor K.\n2004\nOn sums of independent generalized Pareto random variables with applications to insurance and cat bonds. Zbl 1411.60067\nNadarajah, Saralees; Zhang, Yuanyuan; Pogány, Tibor K.\n2017\nNon-Debye relaxations: smeared time evolution, memory effects, and the Laplace exponents. Zbl 1469.78019\nGórska, K.; Horzela, A.; Pogány, T. K.\n2021\nIntegral representation of Schlömilch series. Zbl 1412.40025\nJankov, Dragana; Pogány, Tibor K.\n2012\nMathieu-type series for the aleph-function occurring in Fokker-Planck equation. Zbl 1216.33017\nSaxena, Ram K.; Pogany, Tibor K.\n2010\nOn $$(p, q)$$-extension of further members of Bessel-Struve functions class. Zbl 1438.33010\nParmar, Rakesh K.; Pogány, Tibor\n2019\nOn a reduction formula for the Kampé de Fériet function. Zbl 1315.33017\nKim, Yong Sup; Pogány, Tibor K.; Rathie, Arjun K.\n2014\nA fresh approach to classical Eisenstein series and the newer Hilbert-Eisenstein series. Zbl 1422.11039\nButzer, Paul L.; Pogány, Tibor K.\n2017\nMultidimensional Lagrange-Yen-type interpolation via Kotel’nikov-Shannon sampling formulas. Zbl 1088.41004\nPogány, T. K.\n2003\nMarshall-Olkin gamma-Weibull distribution with applications. Zbl 1338.62049\nSaboor, Abdus; Pogány, Tibor K.\n2016\nRemarks on the stable $$S_{\\alpha}(\\beta, \\gamma, \\mu)$$ distribution. Zbl 1319.60030\n2015\nOn the aliasing error upper bound for homogeneous random fields. Zbl 0786.60059\nPogány, Tibor\n1993\nLocal growth of Weierstrass $$\\sigma$$-function and Whittaker-type derivative sampling. Zbl 1049.30020\nPogány, Tibor K.\n2003\nOn the multidimensional sampling theorem. Zbl 0986.60031\nPogány, Tibor K.; Peruničić, Predrag M.\n2001\nOn a very tight truncation error bound for stationary stochastic processes. Zbl 0731.60035\nPogány, Tibor\n1991\nA precise upper bound for the error of interpolation of stochastic processes. Zbl 1097.60023\nOlenko, A. Ya.; Pogány, T. K.\n2004\nAliasing in the sampling restoration of non-band-limited homogeneous random fields. Zbl 0881.60046\nPogány, T.\n1997\nNotes on certain inequalities by Hölder, Lewent and Ky Fan. Zbl 1147.26011\nJovanović, Milan V.; Pogány, Tibor K.; Sándor, József\n2007\nOn sharp bounds for remainders in multidimensional sampling theorem. Zbl 1156.94324\nOlenko, A. Ya.; Pogany, T. K.\n2007\nMultiple Euler-Maclaurin summation formula. Zbl 1120.40301\nPogány, Tibor K.\n2005\nConvergence of generalized Kapteyn expansion. Zbl 1121.33007\nPogány, Tibor K.\n2007\nExtension of a quadratic transformation due to Exton. Zbl 1179.33025\nPogány, Tibor K.; Rathie, Arjun K.\n2009\nNew upper bounds for Mathieu-type series. Zbl 1190.26030\n2009\nThe gamma exponentiated exponential-Weibull distribution. Zbl 1474.60038\nPogány, Tibor K.; Saboor, Abdus\n2016\nAn approach to the sampling theorem for continuous time processes. Zbl 0701.60030\nPogány, Tibor\n1989\nOn a sum of modified Bessel functions. Zbl 1295.33005\nBaricz, Árpád; Pogány, Tibor K.\n2014\nUnivalence criteria for linear fractional differential operators associated with a generalized Bessel function. Zbl 1359.30035\nAl-Kharsani, Huda A.; Al-Zahrani, Abeer M.; Al-Hajri, Sumaya S.; Pogány, Tibor K.\n2016\nHypergeometric solutions for Coulomb self-energy model of uniformly charged hollow cylinder. Zbl 1408.33011\nBatle, Josep; Ciftja, Orion; Pogány, Tibor K.\n2019\nUniversal truncation error upper bounds in irregular sampling restoration. Zbl 1210.94076\nOlenko, Andriy Ya.; Pogány, Tibor K.\n2011\nCDF of non-central $$\\chi^2$$ distribution revisited. Incomplete hypergeometric type functions approach. Zbl 1478.60056\nMaširević, Dragana Jankov; Pogány, Tibor K.\n2021\nSome Mathieu-type series for generalized $$H$$-function associated with a certain class of Feynman integrals. Zbl 1206.33014\nPogány, Tibor K.; Saxena, Ram K.\n2010\nUniversal truncation error upper bounds in sampling restoration. Zbl 1203.94082\nOlenko, Andriy Ya.; Pogány, Tibor K.\n2010\nLagrange-Yen interpolation of random fields. Zbl 1064.60110\nOlenko, Andriy Ya.; Pogány, Tibor K.\n2003\nOn certain correlation properties of the sampling cardinal series expansion of stationary stochastic processes. Zbl 0879.60033\nPogány, Tibor\n1996\nStatistical estimation of the bandwidth from irregularly spaced data. Zbl 0875.93509\nPogány, Tibor\n1996\nBounds on Čebyšev functional for $$C_{\\varphi} [0, 1]$$ function class. Zbl 1339.26054\nJankov Maširević, D.; Pogány, T. K.\n2014\nAnalytic continuation of the extended Hurwitz-Lerch zeta function. Zbl 1317.11090\nSaxena, Ram K.; Pogány, Tibor K.\n2013\nNew expression for CDF of $$\\chi_{\\nu}^{\\prime 2}(\\lambda)$$ distribution and Marcum $$Q_1$$ function. Zbl 1506.60023\nBrychkov, Yury A.; Maširević, Dragana Jankov; Pogány, Tibor K.\n2022\nOn complete monotonicity of three parameter Mittag-Leffler function. Zbl 1499.33078\nGórska, Katarzyna; Horzela, Andrzej; Lattanzi, Ambra; Pogány, Tibor K.\n2021\nNon-Debye relaxations: smeared time evolution, memory effects, and the Laplace exponents. Zbl 1469.78019\nGórska, K.; Horzela, A.; Pogány, T. K.\n2021\nCDF of non-central $$\\chi^2$$ distribution revisited. Incomplete hypergeometric type functions approach. Zbl 1478.60056\nMaširević, Dragana Jankov; Pogány, Tibor K.\n2021\nMulti-parameter Mathieu, and alternating Mathieu series. Zbl 1508.33007\nParmar, Rakesh K.; Milovanović, Gradimir V.; Pogány, Tibor K.\n2021\nNon-Debye relaxations: the characteristic exponent in the excess wings model. Zbl 1482.60017\nGórska, K.; Horzela, A.; Pogány, T. K.\n2021\nOn new formulae for cumulative distribution function for McKay Bessel distribution. Zbl 07532111\nMaširević, Dragana Jankov; Pogány, Tibor K.\n2021\nOn Mathieu-type series for the unified Gaussian hypergeometric functions. Zbl 1474.33041\nParmar, Rakesh K.; Pogany, Tibor K.\n2020\nA note on the article “Anomalous relaxation model based on the fractional derivative with a Prabhakar-like kernel”. Zbl 1436.45007\nGórska, K.; Horzela, A.; Pogány, T. K.\n2019\nOn $$(p, q)$$-extension of further members of Bessel-Struve functions class. Zbl 1438.33010\nParmar, Rakesh K.; Pogány, Tibor\n2019\nHypergeometric solutions for Coulomb self-energy model of uniformly charged hollow cylinder. Zbl 1408.33011\nBatle, Josep; Ciftja, Orion; Pogány, Tibor K.\n2019\nSampling theorems for stochastic signals. Appraisal of Paul L. Butzer’s work. Zbl 1432.94060\nPogány, Tibor K.\n2019\nOn $$p$$-extended Mathieu series. Zbl 1405.33028\nPogány, Tibor K.; Parmar, Rakesh K.\n2018\nZeros of Bessel function derivatives. Zbl 1378.33005\nBaricz, Árpád; Kokologiannaki, Chrysi G.; Pogány, Tibor K.\n2018\nOn properties and applications of $$(p, q)$$-extended $$\\tau$$-hypergeometric functions. (Sur les propriétés et applications des fonctions $$\\tau$$-hypergéométriques $$(p, q)$$-étendues.) Zbl 1392.33005\nParmar, Rakesh K.; Pogány, Tibor K.; Saxena, Ram K.\n2018\nIntegral form of le Roy-type hypergeometric function. Zbl 1391.33031\nPogány, Tibor K.\n2018\nMathieu-type series built by $$(p,q)$$-extended Gaussian hypergeometric function. Zbl 1371.33010\nChoi, Junesang; Parmar, Rakesh Kumar; Pogany, Tibor K.\n2017\n$$(p,q)$$-extended Bessel and modified Bessel functions of the first kind. Zbl 1371.33005\nJankov Maširević, Dragana; Parmar, Rakesh K.; Pogány, Tibor K.\n2017\nExtended Srivastava’s triple hypergeometric $$H_{A,p,q}$$ function and related bounding inequalities. Zbl 1384.33007\nParmar, R. K.; Pogány, T. K.\n2017\nSeries of Bessel and Kummer-type functions. Zbl 1450.33001\nBaricz, Árpád; Jankov Maširević, Dragana; Pogány, Tibor K.\n2017\nOn sums of independent generalized Pareto random variables with applications to insurance and cat bonds. Zbl 1411.60067\nNadarajah, Saralees; Zhang, Yuanyuan; Pogány, Tibor K.\n2017\nA fresh approach to classical Eisenstein series and the newer Hilbert-Eisenstein series. Zbl 1422.11039\nButzer, Paul L.; Pogány, Tibor K.\n2017\nProbability distribution built by Prabhakar function. Related Turán and Laguerre inequalities. Zbl 1357.26044\n2016\nOn the distribution of the product of correlated normal random variables. (Sur la distribution exacte du produit de variables aléatoires normales corrélées.) Zbl 1412.60031\n2016\nIntegral form of the COM-Poisson renormalization constant. Zbl 1349.62424\nPogány, Tibor K.\n2016\nUlam-Hyers stability of singular integral equations, via weakly Picard operators. Zbl 1352.45013\nAndrás, Szilárd; Baricz, Árpád; Pogány, Tibor\n2016\nStarlikeness of a cross-product of Bessel functions. Zbl 1348.33003\nAl-Kharsani, Huda A.; Baricz, Árpád; Pogány, Tibor K.\n2016\nMarshall-Olkin gamma-Weibull distribution with applications. Zbl 1338.62049\nSaboor, Abdus; Pogány, Tibor K.\n2016\nThe gamma exponentiated exponential-Weibull distribution. Zbl 1474.60038\nPogány, Tibor K.; Saboor, Abdus\n2016\nUnivalence criteria for linear fractional differential operators associated with a generalized Bessel function. Zbl 1359.30035\nAl-Kharsani, Huda A.; Al-Zahrani, Abeer M.; Al-Hajri, Sumaya S.; Pogány, Tibor K.\n2016\nOn an identity for zeros of Bessel functions. Zbl 1302.33002\nBaricz, Árpád; Jankov Maširević, Dragana; Pogány, Tibor K.; Szász, Róbert\n2015\nThe Marshall-Olkin exponential Weibull distribution. Zbl 1351.62055\nPogány, Tibor K.; Saboor, Abdus; Provost, Serge\n2015\nBounds for Jaeger integrals. Zbl 1318.33004\nBaricz, Árpád; Pogány, Tibor K.; Ponnusamy, Saminathan; Rudas, Imre\n2015\nRemarks on the stable $$S_{\\alpha}(\\beta, \\gamma, \\mu)$$ distribution. Zbl 1319.60030\n2015\nNew summations of Neumann series of modified Bessel functions. Zbl 1354.33004\nMaširević, D. Jankov; Pogány, T. K.\n2015\nVan der Corput inequalities for Bessel functions. Zbl 1320.33006\nBaricz, Árpád; Laforgia, Andrea; Pogány, Tibor K.\n2015\nLaplace type integral expressions for a certain three-parameter family of generalized Mittag-Leffler functions with applications involving complete monotonicity. Zbl 1393.93060\nTomovski, Živorad; Pogány, Tibor K.; Srivastava, H. M.\n2014\nFunctional inequalities for modified Struve functions. Zbl 1311.39033\nBaricz, Árpád; Pogány, Tibor K.\n2014\nAlternating Mathieu series, Hilbert-Eisenstein series and their generalized omega functions. Zbl 1326.33031\nBaricz, Árpád; Butzer, Paul L.; Pogány, Tibor K.\n2014\nFunctional inequalities for generalized inverse trigonometric and hyperbolic functions. Zbl 1309.33002\nBaricz, Árpád; Bhayo, Barkat Ali; Pogány, Tibor K.\n2014\nTurán determinants of Bessel functions. Zbl 1304.33003\nBaricz, Árpád; Pogány, Tibor K.\n2014\nFunctional inequalities for modified Struve functions. II. Zbl 1304.33002\nBaricz, Árpád; Pogány, Tibor K.\n2014\nOn a reduction formula for the Kampé de Fériet function. Zbl 1315.33017\nKim, Yong Sup; Pogány, Tibor K.; Rathie, Arjun K.\n2014\nOn a sum of modified Bessel functions. Zbl 1295.33005\nBaricz, Árpád; Pogány, Tibor K.\n2014\nBounds on Čebyšev functional for $$C_{\\varphi} [0, 1]$$ function class. Zbl 1339.26054\nJankov Maširević, D.; Pogány, T. K.\n2014\nProperties of the product of modified Bessel functions. Zbl 1323.33009\nBaricz, Árpád; Pogány, Tibor K.\n2014\nMoments of generalized logistic random variables. Zbl 1284.60042\n2014\nOn coefficients of Kapteyn-type series. Zbl 1349.33004\nJankov, Dragana; Pogány, Tibor\n2014\nExtremes of perturbed bivariate Rayleigh risks. Zbl 1314.62064\nHashorva, Enkelejd; Nadarajah, Saralees; Pogány, Tibor K.\n2014\nNew integral forms of generalized Mathieu series and related applications. Zbl 1299.33009\nMilovanović, Gradimir V.; Pogany, Tibor K.\n2013\nIntegral representations and summations of the modified Struve function. Zbl 1299.33002\nBaricz, Á.; Pogány, T. K.\n2013\nOn the characteristic functions for extreme value distributions. Zbl 1329.60016\n2013\nTwo-sided bounds for the complete Butzer-Flocke-Hauss Omega function. Zbl 1418.34037\nPogány, Tibor K.; Tomovski, Živorad; Leškovski, Delčo\n2013\nAnalytic continuation of the extended Hurwitz-Lerch zeta function. Zbl 1317.11090\nSaxena, Ram K.; Pogány, Tibor K.\n2013\nReduction of Srivastava-Daoust $$\\mathcal S$$ function of two variables. Zbl 1313.33006\nPogány, Tibor K.; Rathie, Arjun K.\n2013\nTurán type inequalities for Krätzel functions. Zbl 1235.33003\nBaricz, Árpád; Jankov, Dragana; Pogány, Tibor K.\n2012\nNeumann series of Bessel functions. Zbl 1259.40001\nBaricz, Árpád; Jankov, Dragana; Pogány, Tibor K.\n2012\nIntegral representations for Neumann-type series of Bessel functions $$I_{\\nu},Y_{\\nu}$$ and $$K_{\\nu}$$. Zbl 1248.33009\nBaricz, Árpád; Jankov, Dragana; Pogány, Tibor K.\n2012\nOscillator with a sum of noninteger-order nonlinearities. Zbl 1235.74063\nCveticanin, L.; Pogány, T.\n2012\nAndreev-Korkin identity, Saigo fractional integration operator and Lip$$_L(\\alpha)$$ functions. Zbl 1256.26005\nJankov, D.; Pogány, T. K.\n2012\nIntegral representation of Schlömilch series. Zbl 1412.40025\nJankov, Dragana; Pogány, Tibor K.\n2012\nProbability distributions associated with Mathieu type series. Zbl 1260.60020\nTomovski, Živorad; Saxena, Ram K.; Pogány, Tibor K.\n2012\nOn the characteristic function for Burr distributions. Zbl 1314.62138\nNadarajah, Saralees; Pogány, Tibor K.; Saxena, Ram K.\n2012\nIntegral and computational representations of the extended Hurwitz-Lerch zeta function. Zbl 1242.11065\nSrivastava, H. M.; Saxena, Ram K.; Pogány, Tibor K.; Saxena, Ravi\n2011\nTwo-sided inequalities for the extended Hurwitz-Lerch zeta function. Zbl 1228.11137\nSrivastava, H. M.; Jankov, Dragana; Pogány, Tibor K.; Saxena, R. K.\n2011\nAn extended general Hurwitz-Lerch zeta function as a Mathieu $$(\\mathbf a, \\mathbf{\\lambda})$$-series. Zbl 1228.11135\nJankov, Dragana; Pogány, Tibor; Saxena, Ram K.\n2011\nDirichlet averages of generalized multi-index Mittag-Leffler functions. Zbl 1281.33010\nSaxena, R. K.; Pogány, T. K.; Ram, J.; Daiya, J.\n2011\nIntegral representation of first kind Kapteyn series. Zbl 1316.30029\nBaricz, Árpád; Jankov, Dragana; Pogány, Tibor K.\n2011\nOn fractional integration formulae for Aleph functions. Zbl 1242.33021\nSaxena, Ram K.; Pogány, Tibor K.\n2011\nAverage sampling restoration of harmonizable processes. Zbl 1315.60041\nOlenko, Andriy; Pogány, Tibor\n2011\nInequalities associated with Čebyšev functional for Saigo fractional integration operator. Zbl 1229.26016\nSaxena, Ram K.; Ram, Jeta; Daiya, Jitendra; Pogány, Tibor K.\n2011\nOn generalized Hurwitz-Lerch zeta distributions occuring in statistical inference. Zbl 1268.11127\nSaxena, Ram K.; Pogány, Tibor K.; Saxena, Ravi; Jankov, Dragana\n2011\nOn the coefficients of Neumann series of Bessel functions. Zbl 1220.33003\nJankov, Dragana; Pogány, Tibor K.; Süli, Endre\n2011\nUniversal truncation error upper bounds in irregular sampling restoration. Zbl 1210.94076\nOlenko, Andriy Ya.; Pogány, Tibor K.\n2011\nNew mixed time series models having approximated beta marginals. Zbl 1225.62128\nPopović, Božidar V.; Pogány, Tibor K.\n2011\nSome Mathieu-type series for the I-function occuring in the Fokker-Planck equation. Zbl 1244.33002\nPogány, Tibor K.; Saxena, Ram K.\n2011\nOn the characteristic function of the generalized normal distribution. Zbl 1182.62015\n2010\nOn mixed $$AR(1)$$ time series model with approximated beta marginal. Zbl 1456.62213\nPopović, Božidar V.; Pogány, Tibor K.; Nadarajah, Saralees\n2010\nBounds improvement for alternating Mathieu type series. Zbl 1197.26034\n2010\nMathieu-type series for the aleph-function occurring in Fokker-Planck equation. Zbl 1216.33017\nSaxena, Ram K.; Pogany, Tibor K.\n2010\nSome Mathieu-type series for generalized $$H$$-function associated with a certain class of Feynman integrals. Zbl 1206.33014\nPogány, Tibor K.; Saxena, Ram K.\n2010\nUniversal truncation error upper bounds in sampling restoration. Zbl 1203.94082\nOlenko, Andriy Ya.; Pogány, Tibor K.\n2010\nNew class of inequalities associated with Hilbert-type double series theorem. Zbl 1284.26034\nPogany, Tibor K.\n2010\nDiscrete multiple Hilbert type inequality with non-homogeneous kernel. Zbl 1190.26014\nBan, Biserka Draščić; Pečarić, Josip; Perić, Ivan; Pogány, Tibor\n2010\nOn a discrete Hilbert type inequality with non-homogeneous kernel. Zbl 1204.26032\nDraščić Ban, Biserka; Pečarić, Josip; Pogány, Tibor K.\n2010\nClosed expression for characteristic function of CEPE distribution. Zbl 1202.60029\nPogány, Tibor K.\n2010\nThe gamma-Weibull distribution revisited. Zbl 1213.62026\nPogány, Tibor K.; Saxena, Ram K.\n2010\nIntegral representation for Neumann series of Bessel functions. Zbl 1171.33003\nPogány, Tibor K.; Süli, Endre\n2009\nSome Mathieu-type series associated with the Fox-Wright function. Zbl 1165.33309\nPogány, T. K.; Srivastava, H. M.\n2009\nFurther results on generalized Kapteyn-type expansions. Zbl 1163.33301\nPogány, Tibor\n2009\nExtension of a quadratic transformation due to Exton. Zbl 1179.33025\nPogány, Tibor K.; Rathie, Arjun K.\n2009\nNew upper bounds for Mathieu-type series. Zbl 1190.26030\n2009\nDiscrete Hilbert type inequality with non-homogeneous kernel. Zbl 1274.26050\nDraščić Ban, B.; Pogány, T. K.\n2009\nOn a summation formula for the Clausen’s series $$_3F_2$$ with applications. Zbl 1199.33006\nKim, Yong Sup; Pogány, Tibor K.; Rathie, Arjun K.\n2009\nNew summation formula for $$_3F_2(\\frac{1}{2})$$ and a Kummer-type II transformation of $$_2F_2(x)$$. Zbl 1146.33002\nRathie, Arjun K.; Pogány, Tibor K.\n2008\nOn Mathieu-type series whose terms contain a generalized hypergeometric function $$_pF_q$$ and Meijer’s $$G$$-function. Zbl 1144.33301\n2008\nHilbert’s double series theorem extended to the case of non-homogeneous kernels. Zbl 1142.26016\nPogány, Tibor K.\n2008\nIntegral expressions for Mathieu-type series whose terms contain Fox’s $$H$$-function. Zbl 1128.33013\nPogány, Tibor K.\n2007\nInequalities for a unified family of Voigt functions in several variables. Zbl 1121.33008\nSrivastava, H. M.; Pogány, T. K.\n2007\nSome two-sided bounding inequalities for the Butzer-Flocke-Hauss omega function. Zbl 1116.33021\nPogány, Tibor K.; Srivastava, H. M.\n2007\n...and 33 more Documents\nall top 5\n\n### Cited by 477 Authors\n\n 68 Pogány, Tibor K. 27 Srivastava, Hari Mohan 20 Baricz, Árpád 20 Parmar, Rakesh Kumar 15 Tomovski, Živorad 14 Mehrez, Khaled 12 Choi, Junesang 12 Gaunt, Robert Edward 11 Saxena, Ram Kishore 10 Jankov Maširević, Dragana 9 Jankov, Dragana 8 Gaboury, Sébastien 8 Ghanim, Firas 8 Górska, Katarzyna 8 Horzela, Andrzej 7 Nadarajah, Saralees 7 Rathie, Arjun Kumar 6 Agarwal, Praveen 6 Bansal, Manish Kumar 6 Garrappa, Roberto 6 Raina, Ravinder Krishna 6 Yin, Li 5 Milovanović, Gradimir V. 5 Olenko, Andriy Yakovych 5 Popović, Božidar V. 5 Purohit, Sunil Dutt 5 Qi, Feng 5 Sandev, Trifce 5 Simsek, Yilmaz 5 Suthar, Daya Lal 4 Aktaş, İbrahim 4 Butzer, Paul Leo 4 Cordeiro, Gauss Moutinho 4 Darus, Maslina 4 Das, Sourav 4 Kravchenko, Vladislav V. 4 Kumar, Devendra 4 Lin, Xiuli 4 Luo, Minjie 4 Paris, Richard Bruce 4 Ponnusamy, Saminathan 4 Saboor, Abdus 4 Singh, Sanjeev 4 Torba, Sergii M. 3 Araci, Serkan 3 Awad, Mohamed M. 3 Cerone, Pietro 3 Chand, Mehar 3 Chopra, Purnima 3 Cveticanin, Livija 3 Deniz, Erhan 3 Dixit, Atul 3 Gerhold, Stefan 3 Gupta, Mamta 3 Jolly, Nidhi 3 Khan, Nabiullah U. 3 Kim, Yong Sup 3 Kumar, Dinesh 3 Mainardi, Francesco 3 Modi, Kanak 3 Polito, Federico 3 Rakha, Medhat Ahmed 3 Song, Zhanjie 3 Sooppy Nisar, Kottakkaran 3 Tassaddiq, Asifa 3 Yang, Zhenhang 3 Zukovic, Miodrag 2 Agarwal, Ritu 2 Ali, Musharraf 2 Anghel, Nicolae 2 Arribas, Enrique 2 Băleanu, Dumitru I. 2 Beghin, Luisa 2 Beléndez, Augusto 2 Beléndez, Tarsicio 2 Bhayo, Barkat Ali 2 Bulboacă, Teodor 2 Chechkin, Aleksei V. 2 Cvetićanin, Dragan 2 Daiya, Jitendra 2 Dragomir, Sever Silvestru 2 Fejzullahu, Bujar Xh. 2 Frontczak, Robert 2 Ghayasuddin, Mohd 2 Giusti, Andrea 2 Gochhayat, Priyabrat 2 Harjule, Priyanka 2 Huang, Liguo 2 Iyengar, Satish G. 2 Jain, Pankaj 2 Jain, Rashmi 2 Kesarwani, Aashita 2 Khan, Owais 2 Kiliçman, Adem 2 Kumar, Rahul 2 Kurt, Burak 2 Macci, Claudio 2 Manglik, Rohit 2 Mashwani, Wali Khan 2 Nieto Roig, Juan Jose ...and 377 more Authors\nall top 5\n\n### Cited in 161 Serials\n\n 24 Integral Transforms and Special Functions 21 Journal of Mathematical Analysis and Applications 14 Applied Mathematics and Computation 14 Results in Mathematics 14 Communications in Statistics. Theory and Methods 10 Fractional Calculus & Applied Analysis 9 Communications in Nonlinear Science and Numerical Simulation 8 Journal of Inequalities and Applications 7 Filomat 6 Communications of the Korean Mathematical Society 6 Tbilisi Mathematical Journal 6 AIMS Mathematics 5 Journal of Computational and Applied Mathematics 5 Proceedings of the American Mathematical Society 5 Statistics & Probability Letters 5 The Journal of Analysis 5 Abstract and Applied Analysis 5 Hacettepe Journal of Mathematics and Statistics 5 Advances in Difference Equations 5 Journal of Mathematical Inequalities 5 Applicable Analysis and Discrete Mathematics 4 Computers & Mathematics with Applications 4 Applied Mathematics Letters 4 Turkish Journal of Mathematics 4 Journal of Classical Analysis 4 Journal of Statistical Distributions and Applications 3 Linear and Multilinear Algebra 3 Mathematica Slovaca 3 Journal of Contemporary Mathematical Analysis. Armenian Academy of Sciences 3 Nonlinear Functional Analysis and Applications 3 Mediterranean Journal of Mathematics 3 Journal of Physics A: Mathematical and Theoretical 3 Journal of Nonlinear Science and Applications 3 Advances in Mathematical Physics 3 Revista de la Real Academia de Ciencias Exactas, Físicas y Naturales. Serie A: Matemáticas. RACSAM 3 Axioms 3 International Journal of Applied and Computational Mathematics 2 Applicable Analysis 2 Rocky Mountain Journal of Mathematics 2 Ukrainian Mathematical Journal 2 Mathematics of Computation 2 International Journal of Mathematics and Mathematical Sciences 2 Bulletin of the Korean Mathematical Society 2 Acta Mathematica Hungarica 2 Statistics 2 Facta Universitatis. Series Mathematics and Informatics 2 Mathematical and Computer Modelling 2 Communications in Statistics. Simulation and Computation 2 Journal of Statistical Computation and Simulation 2 Proceedings of the Indian Academy of Sciences. Mathematical Sciences 2 Theory of Probability and Mathematical Statistics 2 Russian Journal of Mathematical Physics 2 Computational and Applied Mathematics 2 Journal of the Egyptian Mathematical Society 2 Journal of Mathematical Chemistry 2 Mathematical Problems in Engineering 2 Journal of Applied Analysis 2 The Ramanujan Journal 2 Vietnam Journal of Mathematics 2 Mathematical Inequalities & Applications 2 Communications de la Faculté des Sciences de l’Université d’Ankara. Séries A1. Mathematics and Statistics 2 Comptes Rendus. Mathématique. Académie des Sciences, Paris 2 Boletim da Sociedade Paranaense de Matemática. Terceira Série 2 International Journal of Number Theory 2 Asian-European Journal of Mathematics 2 Symmetry 2 Journal of Mathematics 2 Mathematics 2 Cogent Mathematics 1 Acta Mechanica 1 Indian Journal of Pure & Applied Mathematics 1 Journal of Mathematical Physics 1 Mathematical Notes 1 Metrika 1 Periodica Mathematica Hungarica 1 Physics Letters. A 1 Reports on Mathematical Physics 1 Wave Motion 1 Reviews in Mathematical Physics 1 Chaos, Solitons and Fractals 1 Anais da Academia Brasileira de Ciências 1 Annals of the Institute of Statistical Mathematics 1 Calcolo 1 Information Sciences 1 Journal of Applied Probability 1 Journal of Approximation Theory 1 Journal of the Korean Mathematical Society 1 Journal of Multivariate Analysis 1 Journal of Number Theory 1 Kyungpook Mathematical Journal 1 Mathematica Scandinavica 1 Numerical Functional Analysis and Optimization 1 Publications de l’Institut Mathématique. Nouvelle Série 1 Quaestiones Mathematicae 1 Rendiconti del Circolo Matemàtico di Palermo. Serie II 1 Probability and Mathematical Statistics 1 Chinese Annals of Mathematics. Series B 1 Stochastic Analysis and Applications 1 Applied Numerical Mathematics 1 Constructive Approximation ...and 61 more Serials\nall top 5\n\n### Cited in 39 Fields\n\n 246 Special functions (33-XX) 121 Real functions (26-XX) 65 Probability theory and stochastic processes (60-XX) 54 Statistics (62-XX) 53 Functions of a complex variable (30-XX) 50 Number theory (11-XX) 34 Ordinary differential equations (34-XX) 33 Integral transforms, operational calculus (44-XX) 25 Sequences, series, summability (40-XX) 22 Numerical analysis (65-XX) 16 Partial differential equations (35-XX) 12 Approximations and expansions (41-XX) 11 Combinatorics (05-XX) 11 Integral equations (45-XX) 11 Information and communication theory, circuits (94-XX) 10 Difference and functional equations (39-XX) 10 Harmonic analysis on Euclidean spaces (42-XX) 10 Operator theory (47-XX) 5 Linear and multilinear algebra; matrix theory (15-XX) 4 Measure and integration (28-XX) 4 Mechanics of particles and systems (70-XX) 4 Game theory, economics, finance, and other social and behavioral sciences (91-XX) 3 History and biography (01-XX) 3 Optics, electromagnetic theory (78-XX) 3 Quantum theory (81-XX) 3 Statistical mechanics, structure of matter (82-XX) 3 Biology and other natural sciences (92-XX) 2 Functional analysis (46-XX) 2 Fluid mechanics (76-XX) 2 Systems theory; control (93-XX) 1 Potential theory (31-XX) 1 Several complex variables and analytic spaces (32-XX) 1 Dynamical systems and ergodic theory (37-XX) 1 Abstract harmonic analysis (43-XX) 1 Calculus of variations and optimal control; optimization (49-XX) 1 Geometry (51-XX) 1 Computer science (68-XX) 1 Relativity and gravitational theory (83-XX) 1 Astronomy and astrophysics (85-XX)" ]
[ null, "https://zbmath.org/static/feed-icon-14x14.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.5140415,"math_prob":0.65487444,"size":41275,"snap":"2023-40-2023-50","text_gpt3_token_len":13472,"char_repetition_ratio":0.21574472,"word_repetition_ratio":0.43043706,"special_character_ratio":0.28966686,"punctuation_ratio":0.22929779,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9549724,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-30T17:20:08Z\",\"WARC-Record-ID\":\"<urn:uuid:1113c76c-395b-417c-ac7b-c72b9679232c>\",\"Content-Length\":\"463609\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e35809c9-3495-476f-a2cd-b083cc02d0ac>\",\"WARC-Concurrent-To\":\"<urn:uuid:75357a2f-759e-498d-b024-00d2c75769ac>\",\"WARC-IP-Address\":\"141.66.194.2\",\"WARC-Target-URI\":\"https://zbmath.org/authors/pogany.tibor-k\",\"WARC-Payload-Digest\":\"sha1:LNUKP2LKCJ4JZ3G5EPYBN2WOOJQDG5QK\",\"WARC-Block-Digest\":\"sha1:AGF5UWEFHCHFZVFETJJBJUZNNW3SVFZI\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233510697.51_warc_CC-MAIN-20230930145921-20230930175921-00644.warc.gz\"}"}
https://physics.stackexchange.com/questions/492256/bps-wilson-loop-operators-and-supersymmetries
[ "# BPS Wilson loop operators and supersymmetries\n\nIn recent papers the circular Wilson loop in $$\\mathcal{N}=4$$ SYM is always called a 1/2 BPS operator. So, my initial idea was that a 1/2-BPS operator was an operator that preserves half of the supersymmetries, in the $$\\mathcal{N}=4$$ SYM it would be $$32\\times 1/2=16$$ supersymmetries. There are also 1/4-BPS Wilson loops, or 1/8-BPS Wilson loops, for example. Then I suposed that a 1/4-BPS would preserve 8 supersymmetries and a 1/8-BPS, 4 supersymmetries.\n\nThen I was looking for some of the original works. I found\n\nhttps://arxiv.org/pdf/hep-th/0205160.pdf\n\nHe says (page 2) \"The circular Wilson loop does not preserve any supersymmetry, but commutes with eight linear combinations of supersymmetry and superconformal generators\"\n\nSo that confused me, is not it a supersymmetric Wilson loop?\n\nWhat does it mean that the circular Wilson loop is 1/2-BPS?\n\nDoes it mean that it preserves 16 supersymmetries?\n\nIs it right to say that the circular Wilson loop does not preserve any supersymmetry?\n\n• Minor comment to the post (v2): In the future please link to abstract pages rather than pdf files. – Qmechanic Jul 18 '19 at 17:30\n\nThe supersymmetry variations of the circular Wilson loop is not sufficient to establish this but we also need to include special superconformal (note that \\mathcal{N} = 4 SYM is a supersymmetric CFT) variations to find linear combinations which leave the operator invariant. See for example https://arxiv.org/abs/0704.2237 where there is sufficient discussion of this point, around Eq.(9) and Eq.(14). We construct linear combinations of $$\\overline{Q}$$ and $$\\overline{S}$$ which leaves the circular loop invariant and hence we get 1/2 BPS object.\nFor the case of Wilson loops, which are straight lines, it is 1/2 BPS already even without doing this linear combination step. In fact, the expectation value is always 1 i.e. $$\\langle W(-)\\rangle = 1$$ whereas $$\\langle W(O)\\rangle \\propto f(\\sqrt{\\lambda})$$ where I have used - to denote straight line and O to denote circular 1/2 BPS loop." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.90452343,"math_prob":0.963528,"size":985,"snap":"2020-10-2020-16","text_gpt3_token_len":279,"char_repetition_ratio":0.18858308,"word_repetition_ratio":0.053333335,"special_character_ratio":0.24974619,"punctuation_ratio":0.095,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99468637,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-02-20T19:00:40Z\",\"WARC-Record-ID\":\"<urn:uuid:999af68f-e61b-4385-a6bb-e76c58e41344>\",\"Content-Length\":\"138936\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:138cc447-b3f3-4f9e-bd3b-25de93f15608>\",\"WARC-Concurrent-To\":\"<urn:uuid:2eadf9e5-bcb4-4a57-99b9-973ca8e621e0>\",\"WARC-IP-Address\":\"151.101.129.69\",\"WARC-Target-URI\":\"https://physics.stackexchange.com/questions/492256/bps-wilson-loop-operators-and-supersymmetries\",\"WARC-Payload-Digest\":\"sha1:Z3YRPUDLYU4L2K6XZAAURZZYMV2FUU2W\",\"WARC-Block-Digest\":\"sha1:KDC23YEZ37TZULWB3MHQ5OI63GFRXYHK\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-10/CC-MAIN-2020-10_segments_1581875145260.40_warc_CC-MAIN-20200220162309-20200220192309-00006.warc.gz\"}"}
https://in.mathworks.com/help/control/ref/ukf_block.html
[ "# Unscented Kalman Filter\n\nEstimate states of discrete-time nonlinear system using unscented Kalman filter\n\n• Library:\n• Control System Toolbox / State Estimation\n\nSystem Identification Toolbox / Estimators\n\n•", null, "## Description\n\nThe Unscented Kalman Filter block estimates the states of a discrete-time nonlinear system using the discrete-time unscented Kalman filter algorithm.\n\nConsider a plant with states x, input u, output y, process noise w, and measurement noise v. Assume that you can represent the plant as a nonlinear system.", null, "Using the state transition and measurement functions of the system and the unscented Kalman filter algorithm, the block produces state estimates $\\stackrel{^}{x}$ for the current time step. For information about the algorithm, see Extended and Unscented Kalman Filter Algorithms for Online State Estimation.\n\nYou create the nonlinear state transition function and measurement functions for the system and specify these functions in the block. The block supports state estimation of a system with multiple sensors that are operating at different sampling rates. You can specify up to five measurement functions, each corresponding to a sensor in the system. For more information, see State Transition and Measurement Functions.\n\n## Ports\n\n### Input\n\nexpand all\n\nMeasured system outputs corresponding to each measurement function that you specify in the block. The number of ports equals the number of measurement functions in your system. You can specify up to five measurement functions. For example, if your system has two sensors, you specify two measurement functions in the block. The first port y1 is available by default. When you click , the software generates port y2 corresponding to the second measurement function.\n\nSpecify the ports as N-dimensional vectors, where N is the number of quantities measured by the corresponding sensor. For example, if your system has one sensor that measures the position and velocity of an object, then there is only one port y1. The port is specified as a 2-dimensional vector with values corresponding to position and velocity.\n\n#### Dependencies\n\nThe first port y1 is available by default. Ports y2 to y5 are generated when you click Add Measurement, and click .\n\nData Types: `single` | `double`\n\nAdditional optional input argument to the state transition function `f` other than the state `x` and process noise `w`. For information about state transition functions see, State Transition and Measurement Functions.\n\nSuppose that your system has nonadditive process noise, and the state transition function `f` has the following form:\n\n```x(k+1) = f(x(k),w(k),StateTransitionFcnInputs)```.\n\nHere `k` is the time step, and `StateTransitionFcnInputs` is an additional input argument other than `x` and `w`.\n\nIf you create `f` using a MATLAB® function (`.m` file), the software generates the port StateTransitionFcnInputs when you click . You can specify the inputs to this port as a scalar, vector, or matrix.\n\nIf your state transition function has more than one additional input, use a Simulink Function (Simulink) block to specify the function. When you use a Simulink Function block, you provide the additional inputs directly to the Simulink Function block using Inport (Simulink) blocks. No input ports are generated for the additional inputs in the Unscented Kalman Filter block.\n\n#### Dependencies\n\nThis port is generated only if both of the following conditions are satisfied:\n\n• You specify `f` in Function using a MATLAB function, and `f` is on the MATLAB path.\n\n• `f` requires only one additional input argument apart from `x` and `w`.\n\nData Types: `single` | `double`\n\nAdditional optional inputs to the measurement functions other than the state `x` and measurement noise `v`. For information about measurement functions see, State Transition and Measurement Functions.\n\nMeasurementFcn1Inputs corresponds to the first measurement function that you specify, and so on. For example, suppose that your system has three sensors and nonadditive measurement noise, and the three measurement functions `h1`, `h2`, and `h3` have the following form:\n\n`y1[k] = h1(x[k],v[k],MeasurementFcn1Inputs)`\n\n`y2[k] = h2(x[k],v[k],MeasurementFcn2Inputs)`\n\n`y3[k] = h3(x[k],v[k])`\n\nHere `k` is the time step, and `MeasurementFcn1Inputs` and `MeasurementFcn2Inputs` are the additional input arguments to `h1` and `h2`.\n\nIf you specify `h1`, `h2`, and `h3` using MATLAB functions (`.m` files) in Function, the software generates ports MeasurementFcn1Inputs and MeasurementFcn2Inputs when you click . You can specify the inputs to these ports as scalars, vectors, or matrices.\n\nIf your measurement functions have more than one additional input, use Simulink Function (Simulink) blocks to specify the functions. When you use a Simulink Function block, you provide the additional inputs directly to the Simulink Function block using Inport (Simulink) blocks. No input ports are generated for the additional inputs in the Unscented Kalman Filter block.\n\n#### Dependencies\n\nA port corresponding to a measurement function `h` is generated only if both of the following conditions are satisfied:\n\n• You specify `h` in Function using a MATLAB function, and `h` is on the MATLAB path.\n\n• `h` requires only one additional input argument apart from `x` and `v`.\n\nData Types: `single` | `double`\n\nTime-varying process noise covariance, specified as a scalar, vector, or matrix depending on the value of the Process noise parameter:\n\n• Process noise is `Additive` — Specify the covariance as a scalar, an Ns-element vector, or an Ns-by-Ns matrix, where Ns is the number of states of the system. Specify a scalar if there is no cross-correlation between process noise terms, and all the terms have the same variance. Specify a vector of length Ns, if there is no cross-correlation between process noise terms, but all the terms have different variances.\n\n• Process noise is `Nonadditive` — Specify the covariance as a W-by-W matrix, where W is the number of process noise terms in the state transition function.\n\n#### Dependencies\n\nThis port is generated if you specify the process noise covariance as Time-Varying. The port appears when you click .\n\nData Types: `single` | `double`\n\nTime-varying measurement noise covariances for up to five measurement functions of the system, specified as matrices. The sizes of the matrices depend on the value of the Measurement noise parameter for the corresponding measurement function:\n\n• Measurement noise is `Additive` — Specify the covariance as an N-by-N matrix, where N is the number of measurements of the system.\n\n• Measurement noise is `Nonadditive` — Specify the covariance as a V-by-V matrix, where V is the number of measurement noise terms in the corresponding measurement function.\n\n#### Dependencies\n\nA port is generated if you specify the measurement noise covariance as Time-Varying for the corresponding measurement function. The port appears when you click .\n\nData Types: `single` | `double`\n\nSuppose that measured output data is not available at all time points at the port y1 that corresponds to the first measurement function. Use a signal value other than `0` at the Enable1 port to enable the correction of estimated states when measured data is available. Specify the port value as `0` when measured data is not available. Similarly, if measured output data is not available at all time points at the port y`i` for the ith measurement function, specify the corresponding port Enable`i` as a value other than `0`.\n\n#### Dependencies\n\nA port corresponding to a measurement function is generated if you select Add Enable port for that measurement function. The port appears when you click .\n\nData Types: `single` | `double` | `Boolean`\n\n### Output\n\nexpand all\n\nEstimated states, returned as a vector of size Ns, where Ns is the number of states of the system. To access the individual states, use the Selector (Simulink) block.\n\nWhen the Use the current measurements to improve state estimates parameter is selected, the block outputs the corrected state estimate $\\stackrel{^}{x}\\left[k|k\\right]$ at time step `k`, estimated using measured outputs until time `k`. If you clear this parameter, the block returns the predicted state estimate $\\stackrel{^}{x}\\left[k|k-1\\right]$ for time `k`, estimated using measured output until a previous time `k-1`. Clear this parameter if your filter is in a feedback loop and there is an algebraic loop in your Simulink® model.\n\nData Types: `single` | `double`\n\nState estimation error covariance, returned as an Ns-by-Ns matrix, where Ns is the number of states of the system. To access the individual covariances, use the Selector (Simulink) block.\n\n#### Dependencies\n\nThis port is generated if you select Output state estimation error covariance in the System Model tab, and click .\n\nData Types: `single` | `double`\n\n## Parameters\n\nexpand all\n\n### System Model Tab\n\nState Transition\n\nThe state transition function calculates the Ns-element state vector of the system at time step k+1, given the state vector at time step k. Ns is the number of states of the nonlinear system. You create the state transition function and specify the function name in Function. For example, if `vdpStateFcn.m` is the state transition function that you created and saved, specify Function as `vdpStateFcn`.\n\nThe inputs to the function you create depend on whether you specify the process noise as additive or nonadditive in Process noise.\n\n• Process noise is `Additive` — The state transition function f specifies how the states evolve as a function of state values at previous time step:\n\n`x(k+1) = f(x(k),Us1(k),...,Usn(k))`,\n\nwhere `x(k)` is the estimated state at time `k`, and `Us1,...,Usn` are any additional input arguments required by your state transition function, such as system inputs or the sample time. To see an example of a state transition function with additive process noise, type `edit vdpStateFcn` at the command line.\n\n• Process noise is `Nonadditive` — The state transition function also specifies how the states evolve as a function of the process noise `w`:\n\n```x(k+1) = f(x(k),w(k),Us1(k),...,Usn(k))```.\n\nYou can create f using a Simulink Function (Simulink) block or as a MATLAB function (`.m` file).\n\n• You can use a MATLAB function only if f has one additional input argument `Us1` other than `x` and `w`.\n\n`x(k+1) = f(x(k),w(k),Us1(k))`\n\nThe software generates an additional input port StateTransitionFcnInputs to specify this argument.\n\n• If you are using a Simulink Function block, specify `x` and `w` using Argument Inport (Simulink) blocks and the additional inputs `Us1,...,Usn` using Inport (Simulink) blocks in the Simulink Function block. You do not provide `Us1,...,Usn` to the Unscented Kalman Filter block.\n\n#### Programmatic Use\n\n Block Parameter: `StateTransitionFcn` Type: character vector, string Default: `'myStateTransitionFcn'`\n\nProcess noise characteristics, specified as one of the following values:\n\n• `Additive` — Process noise `w` is additive, and the state transition function f that you specify in Function has the following form:\n\n`x(k+1) = f(x(k),Us1(k),...,Usn(k))`,\n\nwhere `x(k)` is the estimated state at time `k`, and `Us1,...,Usn` are any additional input arguments required by your state transition function.\n\n• `Nonadditive` — Process noise is nonadditive, and the state transition function specifies how the states evolve as a function of the state and process noise at the previous time step:\n\n`x(k+1) = f(x(k),w(k),Us1(k),...,Usn(k))`.\n\n#### Programmatic Use\n\n Block Parameter: `HasAdditiveProcessNoise` Type: character vector Values: `'Additive'`, `'Nonadditive'` Default: `'Additive'`\n\nTime-invariant process noise covariance, specified as a scalar, vector, or matrix depending on the value of the Process noise parameter:\n\n• Process noise is `Additive` — Specify the covariance as a scalar, an Ns-element vector, or an Ns-by-Ns matrix, where Ns is the number of states of the system. Specify a scalar if there is no cross-correlation between process noise terms and all the terms have the same variance. Specify a vector of length Ns, if there is no cross-correlation between process noise terms but all the terms have different variances.\n\n• Process noise is `Nonadditive` — Specify the covariance as a W-by-W matrix, where W is the number of process noise terms.\n\nIf the process noise covariance is time-varying, select Time-varying. The block generates input port Q to specify the time-varying covariance.\n\n#### Dependencies\n\nThis parameter is enabled if you do not specify the process noise as Time-Varying.\n\n#### Programmatic Use\n\n Block Parameter: `ProcessNoise` Type: character vector, string Default: `'1'`\n\nIf you select this parameter, the block includes an additional input port Q to specify the time-varying process noise covariance.\n\n#### Programmatic Use\n\n Block Parameter: `HasTimeVaryingProcessNoise` Type: character vector Values: `'off'`, `'on'` Default: `'off'`\nInitialization\n\nInitial state estimate value, specified as an Ns-element vector, where Ns is the number of states in the system. Specify the initial state values based on your knowledge of the system.\n\n#### Programmatic Use\n\n Block Parameter: `InitialState` Type: character vector, string Default: `'0'`\n\nState estimation error covariance, specified as a scalar, an Ns-element vector, or an Ns-by-Ns matrix, where Ns is the number of states of the system. If you specify a scalar or vector, the software creates an Ns-by-Ns diagonal matrix with the scalar or vector elements on the diagonal.\n\nSpecify a high value for the covariance when you do not have confidence in the initial state values that you specify in Initial state.\n\n#### Programmatic Use\n\n Block Parameter: `InitialStateCovariance` Type: character vector, string Default: `'1'`\nUnscented Transformation Parameters\n\nThe unscented Kalman filter algorithm treats the state of the system as a random variable with a mean state value and variance. To compute the state and its statistical properties at the next time step, the algorithm first generates a set of state values distributed around the mean value by using the unscented transformation. These generated state values are called sigma points. The algorithm uses each of the sigma points as an input to the state transition and measurement functions to get a new set of transformed state points and measurements. The transformed points are used to compute the state and state estimation error covariance value at the next time step.\n\nThe spread of the sigma points around the mean state value is controlled by two parameters Alpha and Kappa. A third parameter, Beta, impacts the weights of the transformed points during state and measurement covariance calculations:\n\n• Alpha — Determines the spread of the sigma points around the mean state value. Specify as a scalar value between 0 and 1 (`0` < Alpha <= `1`). It is usually a small positive value. The spread of sigma points is proportional to Alpha. Smaller values correspond to sigma points closer to the mean state.\n\n• Kappa — A second scaling parameter that is typically set to 0. Smaller values correspond to sigma points closer to the mean state. The spread is proportional to the square-root of `Kappa`.\n\n• Beta — Incorporates prior knowledge of the distribution of the state. For Gaussian distributions, Beta = 2 is optimal.\n\nIf you know the distribution of state and state covariance, you can adjust these parameters to capture the transformation of higher-order moments of the distribution. The algorithm can track only a single peak in the probability distribution of the state. If there are multiple peaks in the state distribution of your system, you can adjust these parameters so that the sigma points stay around a single peak. For example, choose a small Alpha to generate sigma points close to the mean state value.\n\n#### Programmatic Use\n\n Block Parameter: `Alpha` Type: character vector, string Default: `'1e-3'`\n\nCharacterization of the state distribution that is used to adjust weights of transformed sigma points, specified as a scalar value greater than or equal to 0. For Gaussian distributions, `Beta` = 2 is the optimal choice.\n\n#### Programmatic Use\n\n Block Parameter: `Beta` Type: character vector, string Default: `'2'`\n\nSpread of sigma points around mean state value, specified as a scalar value between 0 and 3 (`0` <= Kappa <= `3`). Kappa is typically specified as `0`. Smaller values correspond to sigma points closer to the mean state. The spread is proportional to the square root of Kappa. For more information, see the description for Alpha.\n\n#### Programmatic Use\n\n Block Parameter: `Kappa` Type: character vector, string Default: `'0'`\nMeasurement\n\nThe measurement function calculates the N-element output measurement vector of the nonlinear system at time step k, given the state vector at time step k. You create the measurement function and specify the function name in Function. For example, if `vdpMeasurementFcn.m` is the measurement function that you created and saved, specify Function as `vdpMeasurementFcn`.\n\nThe inputs to the function you create depend on whether you specify the measurement noise as additive or nonadditive in Measurement noise.\n\n• Measurement noise is `Additive` — The measurement function h specifies how the measurements evolve as a function of state Values:\n\n`y(k) = h(x(k),Um1(k),...,Umn(k))`,\n\nwhere `y(k)` and `x(k)` are the estimated output and estimated state at time `k`, and `Um1,...,Umn` are any optional input arguments required by your measurement function. For example, if you are using a sensor for tracking an object, an additional input could be the sensor position.\n\nTo see an example of a measurement function with additive process noise, type ```edit vdpMeasurementFcn``` at the command line.\n\n• Measurement noise is `Nonadditive`— The measurement function also specifies how the output measurement evolves as a function of the measurement noise `v`:\n\n```y(k) = h(x(k),v(k),Um1(k),...,Umn(k))```.\n\nTo see an example of a measurement function with nonadditive process noise, type ```edit vdpMeasurementNonAdditiveNoiseFcn```.\n\nYou can create h using a Simulink Function (Simulink) block or as a MATLAB function (`.m` file).\n\n• You can use a MATLAB function only if h has one additional input argument `Um1` other than `x` and `v`.\n\n`y[k] = h(x[k],v[k],Um1(k))`\n\nThe software generates an additional input port MeasurementFcnInput to specify this argument.\n\n• If you are using a Simulink Function block, specify `x` and `v` using Argument Inport (Simulink) blocks and the additional inputs `Um1,...,Umn` using Inport (Simulink) blocks in the Simulink Function block. You do not provide `Um1,...,Umn` to the Unscented Kalman Filter block.\n\nIf you have multiple sensors in your system, you can specify multiple measurement functions. You can specify up to five measurement functions using the Add Measurement button. To remove measurement functions, use Remove Measurement.\n\n#### Programmatic Use\n\n Block Parameter: `MeasurementFcn1`, `MeasurementFcn2`, `MeasurementFcn3`, `MeasurementFcn4`, `MeasurementFcn5` Type: character vector, string Default: `'myMeasurementFcn'`\n\nMeasurement noise characteristics, specified as one of the following values:\n\n• `Additive` — Measurement noise `v` is additive, and the measurement function h that you specify in Function has the following form:\n\n`y(k) = h(x(k),Um1(k),...,Umn(k))`,\n\nwhere `y(k)` and `x(k)` are the estimated output and estimated state at time `k`, and `Um1,...,Umn` are any optional input arguments required by your measurement function.\n\n• `Nonadditive` — Measurement noise is nonadditive, and the measurement function specifies how the output measurement evolves as a function of the state and measurement noise:\n\n`y(k) = h(x(k),v(k),Um1(k),...,Umn(k))`.\n\n#### Programmatic Use\n\n Block Parameter: `HasAdditiveMeasurementNoise1`, `HasAdditiveMeasurementNoise2`, `HasAdditiveMeasurementNoise3`, `HasAdditiveMeasurementNoise4`, `HasAdditiveMeasurementNoise5` Type: character vector Values: `'Additive'`, `'Nonadditive'` Default: `'Additive'`\n\nSelect this parameter to enable measurement wrapping to estimate states when you have circular measurements that are independent of your model states. If you select this parameter, then the measurement function you specify must include the following two outputs:\n\n1. The measurement, specified as a N-element output measurement vector of the nonlinear system at time step k, given the state vector at time step k. N is the number of measurements of the system.\n\n2. The measurement wrapping bounds, specified as an N-by-`2` matrix where, the first column provides the minimum measurement bound and the second column provides the maximum measurement bound.\n\nEnabling the Has measurement wrapping check box wraps the measurement residuals in a defined bound, which helps to prevent the filter from divergence due to incorrect measurement residual values. For an example, see State Estimation with Wrapped Measurements Using Extended Kalman Filter.\n\n#### Programmatic Use\n\n Block Parameter: `HasMeasurementWrapping1`, `HasMeasurementWrapping2`, `HasMeasurementWrapping3`, `HasMeasurementWrapping4`, `HasMeasurementWrapping5` Type: character vector Values: `'off'`, `'on'` Default: `'off'`\n\nTime-invariant measurement noise covariance, specified as a matrix. The size of the matrix depends on the value of the Measurement noise parameter:\n\n• Measurement noise is `Additive` — Specify the covariance as an N-by-N matrix, where N is the number of measurements of the system.\n\n• Measurement noise is `Nonadditive` — Specify the covariance as a V-by-V matrix, where V is the number of measurement noise terms.\n\nIf the measurement noise covariance is time-varying, select Time-varying. The block generates input port R`i` to specify the time-varying covariance for the ith measurement function.\n\n#### Dependencies\n\nThis parameter is enabled if you do not specify the process noise as Time-Varying.\n\n#### Programmatic Use\n\n Block Parameter: `MeasurementNoise1`, `MeasurementNoise2`, `MeasurementNoise3`, `MeasurementNoise4`, `MeasurementNoise5` Type: character vector, string Default: `'1'`\n\nIf you select this parameter for the measurement noise covariance of the first measurement function, the block includes an additional input port R1. You specify the time-varying measurement noise covariance in R1. Similarly, if you select Time-varying for the ith measurement function, the block includes an additional input port R`i` to specify the time-varying measurement noise covariance for that function.\n\n#### Programmatic Use\n\n Block Parameter: `HasTimeVaryingMeasurementNoise1`, `HasTimeVaryingMeasurementNoise2`, `HasTimeVaryingMeasurementNoise3`, `HasTimeVaryingMeasurementNoise4`, `HasTimeVaryingMeasurementNoise5` Type: character vector Values: `'off'`, `'on'` Default: `'off'`\n\nSuppose that measured output data is not available at all time points at the port y1 that corresponds to the first measurement function. Select Add Enable port to generate an input port Enable1. Use a signal at this port to enable the correction of estimated states only when measured data is available. Similarly, if measured output data is not available at all time points at the port y`i` for the ith measurement function, select the corresponding Add Enable port.\n\n#### Programmatic Use\n\n Block Parameter: `HasMeasurementEnablePort1`, `HasMeasurementEnablePort2`, `HasMeasurementEnablePort3`, `HasMeasurementEnablePort4`, `HasMeasurementEnablePort5` Type: character vector Values: `'off'`, `'on'` Default: `'off'`\nSettings\n\nWhen this parameter is selected, the block outputs the corrected state estimate $\\stackrel{^}{x}\\left[k|k\\right]$ at time step `k`, estimated using measured outputs until time `k`. If you clear this parameter, the block returns the predicted state estimate $\\stackrel{^}{x}\\left[k|k-1\\right]$ for time `k`, estimated using measured output until a previous time `k-1`. Clear this parameter if your filter is in a feedback loop and there is an algebraic loop in your Simulink model.\n\n#### Programmatic Use\n\n Block Parameter: `UseCurrentEstimator` Type: character vector Values: `'off'`, `'on'` Default: `'on'`\n\nIf you select this parameter, a state estimation error covariance output port P is generated in the block.\n\n#### Programmatic Use\n\n Block Parameter: `OutputStateCovariance` Type: character vector Values: `'off'`,`'on'` Default: `'off'`\n\nUse this parameter to specify the data type for all block parameters.\n\n#### Programmatic Use\n\n Block Parameter: `DataType` Type: character vector Values: `'single'`, `'double'` Default: `'double'`\n\nBlock sample time, specified as a positive scalar. If the sample times of your state transition and measurement functions are different, select Enable multirate operation in the Multirate tab, and specify the sample times in the Multirate tab instead.\n\n#### Dependencies\n\nThis parameter is available if in the Multirate tab, the Enable multirate operation parameter is `off`.\n\n#### Programmatic Use\n\n Block Parameter: `SampleTime` Type: character vector, string Default: `'1'`\n\n### Multirate Tab\n\nSelect this parameter if the sample times of the state transition and measurement functions are different. You specify the sample times in the Multirate tab, in Sample time.\n\n#### Programmatic Use\n\n Block Parameter: `EnableMultirate` Type: character vector Values: `'off'`, `'on'` Default: `'off'`\n\nIf the sample times for state transition and measurement functions are different, specify Sample time. Specify the sample times for the measurement functions as positive integer multiples of the state transition sample time. The sample times you specify correspond to the following input ports:\n\n• Ports corresponding to state transition function — Additional input to state transition function StateTransitionFcnInputs and time-varying process noise covariance Q. The sample times of these ports must always equal the state transition function sample time, but can differ from the sample time of the measurement functions.\n\n• Ports corresponding to ith measurement function — Measured output y`i`, additional input to measurement function MeasurementFcn`i`Inputs, enable signal at port Enable`i`, and time-varying measurement noise covariance R`i`. The sample times of these ports for the same measurement function must always be the same, but can differ from the sample time for the state transition function and other measurement functions.\n\n#### Dependencies\n\nThis parameter is available if in the Multirate tab, the Enable multirate operation parameter is `on`.\n\n#### Programmatic Use\n\n Block Parameter: `StateTransitionFcnSampleTime`, `MeasurementFcn1SampleTime1`, `MeasurementFcn1SampleTime2`, `MeasurementFcn1SampleTime3`, `MeasurementFcn1SampleTime4`, `MeasurementFcn1SampleTime5` Type: character vector, string Default: `'1'`" ]
[ null, "https://in.mathworks.com/help/control/ref/icon_unscented_kalman_filter_block.png", null, "https://in.mathworks.com/help/control/ref/unscentedkalmanfilter1c578dd2d2056a09f00f03755105b729.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.72529787,"math_prob":0.9703998,"size":16229,"snap":"2022-27-2022-33","text_gpt3_token_len":3510,"char_repetition_ratio":0.20431434,"word_repetition_ratio":0.21525773,"special_character_ratio":0.19329596,"punctuation_ratio":0.11708525,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98876137,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,null,null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-07-01T16:14:14Z\",\"WARC-Record-ID\":\"<urn:uuid:25c46695-ede8-4573-9327-04e0ff188bbc>\",\"Content-Length\":\"186346\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:1c7636ac-43c9-42b7-9555-e230dd0d562a>\",\"WARC-Concurrent-To\":\"<urn:uuid:25f4c8a2-2cb8-42dc-8f81-23da967f7ae3>\",\"WARC-IP-Address\":\"104.68.243.15\",\"WARC-Target-URI\":\"https://in.mathworks.com/help/control/ref/ukf_block.html\",\"WARC-Payload-Digest\":\"sha1:BNJL6GBIBSEG6EPN4LYTWSVGUGUEALWH\",\"WARC-Block-Digest\":\"sha1:OSYKPZSAOTXVA2PIADC4YUS5D6VSKLCI\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656103943339.53_warc_CC-MAIN-20220701155803-20220701185803-00188.warc.gz\"}"}
https://file.scirp.org/Html/4396.html
[ "", null, "Applied Mathematics, 2011, 2, 321-328 doi:10.4236/am.2011.23038 Published Online March 2011 (http://www.scirp.org/journal/am) Copyright © 2011 SciRes. AM pL Inequalities for Polynomials Abdul Aziz, Nisar A. Rather Department of Mathematics, Kashmir University, Srinagar, India E-mail: dr.narather@gmail.com Received July 9, 2010; revised January 14, 2011; accepted January 17, 2011 Abstract In this paper we consider a problem of investigating the dependence of pPRz Prz on pPz for every real or complex number  with 1, >1Rr, >0p and present certain compact generali- zations which, besides yielding some interesting results as corollaries, include some well-known results, in particular, those of Zygmund, Bernstein, De-Bruijn, Erdös-Lax and Boas and Rahman as special cases. Keywords: pL-Inequalities, Polynomials, Complex Domain 1. Introduction Let nPz denote the space of all complex polynomials =0=njjjPz az of degree at most n. For nPP, define 1201:=,1 <2ppipPzPep and  =1:= max.zPz Pz A famous result known as Bernstein’s inequality(for reference,see or ) states that if nPP,then  'Pz nPz (1) whereas concerning the maximum modulus of Pz on the circle =>1zR , we have  ,nPRzR Pz (2) (for reference, see ). Inequalities (1) and (2) can be obtained by letting p in the inequalities  ,1'ppPznPz p (3) and ,>1,>0,nppPRzRPzRp (4) respectively. Inequality (3) was found by Zygmund whereas inequality (4) is a simple consequence of a re- sult of Hardy (see also ). Since Inequality (3) was deduced from M.Riesz's interpolation formula by means of Minkowski’s inequality,it was not clear, whe- ther the restriction onpwas indeed essential. This question was open for a long time. Finally Arestov proved that (3) remains true for 0< <1p as well. Both the Inequalities (3) and (4) can be sharpened if we res- trict ourselves to the class of polynomials having no zero in <1z. In fact, if nPP and 0Pz in <1z, then Inequalities (3) and (4) can be respectively replaced by  ,01p'ppPzPz npz (5) and  1,>1,>0.1nppppRzPRzPz Rpz(6) Inequality (5) is due to De-Bruijn for 1p and Rahman and Schmeisser extended it for 0< <1p whereas the Inequality (6) was proved by Boas and Rahman for 1p and later it was extended for 0< <1p by Rahman and Schmeisser. For =p, the Inequality (5) was conjectured by Erdös and later verified by Lax whereas Inequality (6) was proved by Ankeny and Rivlin . Recently the Authors in (see also ) investi- gated the dep endence o f  on ppPRz PzPz for >1R, 1.p As a compact generalization of Inequalities (3) and (4), they have shown that if nPP, then for every >1R and 1,p", null, "A. AZIZ ET AL. Copyright © 2011 SciRes. AM 322 1.nppPRz PzRPz (7) It is natural to seek the corresponding an alog of (7) for polynomials nPP having no zero in <1z and which is a compact generalization of Inequalities (5) and (6). In the present paper we consider a more general pro- blem of investigating the dependence of   on ppPRz PrzPz for every real or complex number  with 1, >1Rr, >0p and develop a unified method for arri- ving at these results. We first present the following inter- esting result and a compact generalization of Inequalities (3) and (4), which also extends Inequality (7) for 0< <1p as well. Theorem 1. If nPP, then for every real or complex number  with 1, >1Rr and >0p,  .nnppPRzPrzRr Pz (8) The result is best possible and equality in (8) holds for =,0.nPzaz a Remark 1. For =0, Theorem 1 reduces to Inequality (4) and for =1, =1r, it validates Inequality (7) for each >0p. If we set =1 in Inequality (8), we immediately get the following generalization of Inequality (7). Corollary 1. If nPP, then for >1Rr and >0p  .nnppPRz PrzR r Pz (9) The result is best possible and equality in (9) holds for =,0.nPzaz a If we divide the two sides of Inequality (9) by Rr and let Rr, we get: Corollary 2. If nPP, then for 1r and >0p,  1.'nppPrznrPz (10) Remark 2. For =1r, Corollary 2 reduces to Zygmund’s Inequality (3) for each >0p. The following result which is a compact generalization of Inequalities of (1) and (2) follows from Theorem 1 by letting p in Inequality (8). Corollary 3. If nPP, then for every real or complex number  with 1 and >1Rr,  =1maxfor=1.nnzPRzPrz RrPzz (11) The result is best possible and equality in (11) ho lds for =,0.nPzaz a Remark 3. For =0, Corollary 3 reduces to Inequality (2) and for =1, if we divide the two sides of (11) by Rr and let Rr, it follows that if nPP, then for 1r, 1=1maxfor =1.'nzPrz nrPzz (12) Inequality (12) reduces to Bernstein’s Inequality (1) for =1r. For polynomials nPP having no zero in <1z, we next prove the following interesting improvement of (8) which among other things include De-Bruijn’s theo- rem (Inequality (5)) and a result of Boas and Rahman (Inequality (6)) as special cases. Theorem 2. If nPP and Pz does not va nish in <1z, then for every real or complex number  with 1, >1Rr and >0p  1.1nnppppRrzPRz PrzPzz  (13) The result is best possible and equality in (13) ho lds for =,==1.nPzaz bab For =0, Theorem 2 reduces to Inequality (6). A variety of interesting results can be easily deduced from Theorem 2. Here we mention a few of these. The following corollary immediately follows from Theorem 2 by taking =1. Corollary 4. If nPP and Pz does not vanish in <1z, then for >1Rr and >0p,  .1nnpppRrPRz PrzPzz (14) The result is sharp and equality in (14) holds for ()=, ==1.nPzaz bab Remark 4. For =1r, if we divide the two sides of (14) by 1R and let 1R,we immediately get De-Bruijn’s theorem (Inequality (5)) for each >0p. Next we mention the following compact generaliza- tion of a theorem of Erdös and Lax (Inequality (5) for p) and a result of Ankeny and Rivlin (Inequality (5) for p) which immediately follows from Theorem 2 by letting p in (13). Corollary 5. If nPP and Pz does not vanish in <1z, then for every real or complex number  with 1 and >1Rr,  =11max2 for=1.nnzRrPRz PrzPzz (15) The result is best possible and equality in (15) ho lds for =,==1.nPzaz ba b", null, "A. AZIZ ET AL. Copyright © 2011 SciRes. AM 323Remark 5. For =1, if we divide the two sides of (15) by Rr and let Rr,we get  1=1maxfor=1.2'nznPrz rPzz (16) For =1r, Inequality (16) was conjectured by Erdös and later verified by Lax. If we take =0 in (15),we immediately get  1,>1.2nRPRzPz R (17) Inequality (17) is due to Ankeny and Rivlin . A polynomial nPP is said to be self-inversive if  =PzuQz for allzCwhere =1uand =Qz (1 )nzP z. It is known[16, 17] that if nPP is self- inversive polynomial, then for every 1p,  ,1p'ppPzPzn z (18) Finally, we present the following result which include some well-known results for self-inversive polynomials as special cases. Theorem 3. If nPP is self-inversive polynomial, then for every real or complex number  with 1, >1Rr and >0,p  1.1nnppppRrzPRz PrzPzz  (19) The result is best possible and equality in (19) ho lds for =1nPz z. Remark 6. Taking =0 in Theorem 3, it follows that if nPP is self-inversive polynomial, then for >1R and >0,p 1.1nppppRzPRz Pzz (20) The result is sharp. Many interesting results can be deduced from Th eor em 3 in exactly the same way as we have deduced from The- orem 2. 2. Lemmas For the proofs of these theorems, we need the following lemmas. Lemma 1. If nPP and Pz has all its zeros in zk where 1k, then for every 1Rr and =1z,  .nRkPRz Przrk (21) Proof of Lemma 1. Since all the zeros of Pz lie in zk, we write =1=nijjjPzCz re where jrk. Now for 0<2, 1Rr , we have 1222222=2iijjjjjiijjj jjRereRrRr Cosrr rrCosrer e  ,=1,2,, .jjRr Rk jnrr rk Hence =1=iiijnjiiijjjPRe Rer ePre rer e =1=nnjRk Rkrk rk for 0<2. This implies for =1z and >1Rr,  ,nRkPRzP rzrk which completes the proof of Lemma 1. Lemma 2. If nPP and Pz does not vanish in <1z, then for every real or complex number  with 1,1Rr, and =1z, PRz PrzQRz Prz (22) where =(1)nQzzP z .The result is sharp and equality in (22) holds for =1nPz z. Proof of Lemma 2. For the case =Rr, the result follows by observing that Pz Qz for 1z. Henceforth, we assume that >Rr. Since the polynomi- al Pz has all its zeros in 1z, therefore, for every real or complex number  with >1, the polynomi- al =fzPz Qz, where =(1)nQzzP z, has all its zeros in 1z. Applying Lemma 1 to the polynomial fz with =1k, we obtain for every >1Rr and 0<2,  1.1niiRfRe frer (23) Since 0ifRe for every >1,0 <2Rr and 1> 1Rr, it follows from (23) that", null, "A. AZIZ ET AL. Copyright © 2011 SciRes. AM 324  1>1niiirfRef RefreR  for every >1Rr and 0<2. This gives  1Rr. Using Rouche’s theorem and noting that all the zeros of fRz lie in 1<1,zR we conclude that the polynomial    = =Tz fRzfrzPRzPrzQ RzQ rz   (24) has all its zeros in <1z for every real or complex number , with 1, >1 and >1Rr. This implies  PRzPrzQ RzQ rz (25) for 1z and >1Rr. If Inequality (25) is not true, then exist a point =zw with 1w such that  >.PRwP rwQ RwQ rw But all the zeros of Qz lie in 1z, therefore, it follows (as in case of fz) that all the zeros of  QRz Qrz lie in <1z. Hence  0QRw Qrw with 1w. We take   =,PRw PrwQRwQrw then  is a well defined real or complex number with >1 and with this choice of , from (24) we obtain =0Tw where 1w. This contradicts the fact that all the zeros of ()Tz lie in <1z. Thus  PRzPrzQ RzQ rz for 1z and >1Rr. This proves Lemma 2. Next we describe a result of Arestov. For 01=,,,n  and =0=njjnjPzaz P, we define =0=.njjjjPz az The operator  is said to be admissible if it pre- serves one of the following properties: 1) Pz has all its zeros in :1,zCz 2) Pz has all its zeros in:1,zCz The result of Arestov may now be stated as follows. Lemma 3. Let   =xlogx where  is a convex nondecreasing function on .R Then for all nPP and each admissible operator , 2200,iiPe dCnPe d  where 0,=ax, .nCn In particular, Lemma 3 applies with :pxx for every 0,p. Therefore, we have 112200,.ppppiiPedCnPed (26) We use (26) to prove the following interesting result. Lemma 4. If nPP and Pz does not vanish in <1z, then for every real or complex number  with 1, >1Rr, >0p and  real,  20201.iipininippnniiPRe PreeRPeRrPe rdRre Ped   (27) Proof of Lemma 4. Let  =1nQzzPz . Since Pz does no t vanish in <1z, by Lemma 2, for every real or complex number  with 1,>1Rr and =1z,we have   =nnPRz PrzQRzQrz RPzRrPzr Now(as in the proof of Lemma 2) , the polynomial   ==11nn nnHzQRzQrzRzPRzrzP rz has all its zeros in <1z for every real or complex number  with 1 and >Rr, it follows that the polynomi al   1=nn nzH zRPzRrPzr has all its zeros in >1z. Hence the function  =nnPRz Przfz RPzR rPzr is analytic in 1z and 1fz  for =1z. Since fz is not a constant, it follows by the Maximum Modulus Principle that <1 for <1,fzz or equivalently,   < for <1.nnPRzPrz RPzRrPzrz (28) A direct application of Rouche’s theorem shows that", null, "A. AZIZ ET AL. Copyright © 2011 SciRes. AM 325  0==1 (1in nnninnin nPz PRzPrze RPzRrPzrRre azeR ra   does not vanish in <1z for every  with 1, >1Rr and  real. Therefore,  is admissibe operator. Applying (26) of Lemma 3, the desired result follows immediately for each >0p. This completes the proof of Lemma 4. From lemma 4, we deduce the following more general lemma which is a result of independent interest with variety of application. Lemma 5. If nPP, then for every real or complex number  with 1, >1Rr, >0p and  real,   20201.iipininippnniiPRe PreeRPeRrPer dRre Ped    (29) The result is sharp and equality in (29) holds for =,0nPz z Proof of Lemma 5. Since Pz is a polynomial of degree at most n, we can write 12 =1= 1== ,1knjjjjkPzPzPzzzzz k where all the zeros of 1Pz lie in 1z and all the zeros of 2Pz lie in <1z. First we suppose that 1Pz has no zero on =1z so that all the zeros of 1Pz lie in >1z. Let  22=1nkQzz Pz, then all the zeros of 2Qz lie in >1z and 22=Qz Pz for =1z. Now consider the polynomial 12 =1= 1== 1,knjjjjkgzPzQz zzzz then all the zeros of gzlie in >1z and for =1z,   12 12===.gzPzQzPzPzPz (30) By the Maximum Modulus Principle, it follows that   for 1.Pz gzz (31) We claim that the polynomial  =hzPzgz does not vanish in 1z for every  with >1. If this is not true, then 0=0hz for some 0z with 01z. This gives 00=.Pz gz Since 00gz and >1, it follows that 00 0>with 1,Pzgzz  which clearly contradicts (31). Thus hz does not vanish in 1z for every  with >1, so that all the zeros of hz lie in z for some >1 and hence all the zeros of hz lie in 1z. Applying (28) to the polynomial hz, we get   < for<1,>1.nnhRzhrzRhzRrhzrzRr  Taking =,0<2ize, then =1 <1z as >1 and we get <,iininihRehreRheRrher  0<2, >1Rr and 1. This implies < for =1.nnhRzhrz RhzRrhzrz An application of Rouche’s theorem shows that the polynomi al =in nTzhRzhrzeRhzRrhzr does not vanish in 1z for every real or complex number  with 1,>1Rr and  real. Replacing hz by Pz hz, it follows that the polynomi al   =in nTzPRzPrz e RPzRrPzr   inngRzgrzeRgz Rrgz r  (32) does not vanish in 1z for every , with 1 and >1. This implies     in ninnPRzPrze RPzRrPzrgRzgrzeRgz Rrgz r   (33) for 1z, 1, >1Rr and  real. If Ine- quality (33) is not true, then there is a point 0=zz with 01z such that   000 0in nPRzPrzeRPz RrPzr   000 0>( ).in ngRzgrzeRg zRrg zr Since all the zeros of polynomials gz lie in >1z, it follows (as before) that all the zeros of polynomial  inngRzgrzeRg zRrgzr also li-", null, "A. AZIZ ET AL. Copyright © 2011 SciRes. AM 326e in >1z for every real or complex number  with 1, >1Rr and  real. Hence   000 000 with 1.in ngRzgrzeRgzRrgz rz We take     0000000 0=in nin nPRzPrzeRPz RrPzrgRzgrzeRg zRrg zr  so that  is a well-defined real or complex number with >1 and with this choice of , from (32) we get 0=0Tz with 01z This clearly is a con- tradiction to the fact that Tz does not vanish in 1z. Thus for every  with 1, >1Rr and  real,     in ninnPRzPrzeRPzRrPzrgRzg rzeRg zRrg zr   for ||1z, which in particular gives for each >0p and 0<2,     2020 iipininiiipini niPRe PreeRPeRrPer dgRegreeRgeRrge rd   Using lemma 4 and (30), it follows that for every  with 1, >Rr, >0p and  real,   2020201=1 .iipininippnniippnniiPRe PreeRPeRrPer dRre gedRre Ped   (34) Now if 1Pz has a zero on =1z, then applying (34) to the polynomial *12=Pz PtzPz where <1t, we get for every  with 1, >1Rr, >0p and  real,   2**0**2*01.iipin in ippnniiPRe PreeRPeRrPer dRre Ped   (35) Letting 1t in (35) and using continuity, the desired result follows immediately and this proves Lemma 5. 3. Proofs of the Theor ems Proof of Theorem 1. Since Pz is a polynomial of degree at most n, we can write  12 =1= 1== ,1knjjjjkPzPzP zzzzzk where all the zeros of 1Pz lie in 1z and all the zeros of 2Pz lie in >1z. First we suppose that all the zeros of 1Pz lie in <1z. Let  22=1nkQzz Pz, then all the zeros of 2Qz lie in <1z and 22=Qz Pz for =1z. Now consider the poly- nomial  12 =1= 1== 1,knjjjjkFzPzQz zzzz then all the zeros of Fz lie in <1z and for =1z,  12 12===.FzPzQzPzPzPz (29) By the Maximum Modulus Principle, it follows that  for 1.PzFzz Since 0Fz for 1z and >1, a direct application of Rouche’s theorem shows that the poly- nomial =HzPz Fz has all its zeros in <1z for every  with >1. Applying lemma 1 to the polynomial Hz, we deduce (as before) 1Rr. Since all the zeros of HRz lie in 1<1,zR we conclude that for every , with ||1 and ||>1, all the zeros of polynomial   = =Gz HRzHrzP RzP rzFRzFrz  lie in <1z. This implies (as in the case of Lemma 2)  for 1 and>1,PRzPrzFRzFrzzRr  which in particular gives for >Rr and >0,p   2020piipiiPRePre dFReFred (30)", null, "A. AZIZ ET AL. Copyright © 2011 SciRes. AM 327Again, since all the zeros of Fz lie in 1z, as before,  FRzF rz has all its zeros in 1z for every real or complex number  with 1. There- fore, the operator  defined by  0= =1nnnnFz FRzFrzRrbz b is admissible. Hence by (26) of Lemma (3), for each >0p, we have  2020.piippnn iFReF redRr Fed (31) Combining Inequalities (37) and (38) and noting that =iiFePe, we obtain for >1Rr and >0p  120120.ppiippnn iPRePre dRr Ped (32) In case 1Pz has a zero on =1z, the Inequality (39) follows by using similar argument as in the case of Lemma 5. This completes the proof of Theorem 1. Proof of Theorem 2. By hypothesis nPP and Pz does not vanish in 1z, therefore, b y Lemma 2 for every real or complex number  with 1, 0<2 and >1Rr,  iini niPRe PreRPe RrPe r (33) Also, by Lemma 5,  20201pippnniiFeGdRre Ped   (34) where  =iiFPRe Pre and  =.ni niGRPeRrPer Integrating both sides of (41) with respect to  from 0 to 2, we get for each >0p, >1Rr and  real,  2200piFeG dd  22001ppnniiRredPed (35) Now for every real , 1t and >0p, we have 22001.ppiite de d If 0F, we take =tG F, then by (40) 1t and we get     2020202020=1==1.pippippippippiFeGdGFedFGFedFGFedFFed For =0F, this inequality is trivially true. Using this in(42), we conclude that for every real or complex number  with 1, >1Rr and  real,  2200220011.ppiiippnniiedPRePredRredPed (43) Since 20202020201=1=1=1=1,pnnipnnipnnipnnipnniRre dRre dRre dRre dRre d (44) the desired result follows immediately by combining (43) and (44). This completes the proof of Theorem 2. Proof of Theorem 3. Since Pz is a self-inversive polynomial, we have =PzuQz for all zC where =1u and =1nQzzPz . Therefore, for every real or complex number  and >1Rr, = for all PRzPrzQ RzQ rzzC so that   ==1.iini niPRe PreGF RPeRrPer ", null, "A. AZIZ ET AL. Copyright © 2011 SciRes. AM 328Using this in (41) with 1 and proceeding simi- larly as in the proof of Theorem 2, we get the desired result. This completes the proof of Theorem 3. 4. References G. V. Milovanovic, D. S. Mitrinovic and T. M. Rassias, “Topics in Polynomials: Extremal Properties, Inequalities, Zeros,” World Scientific Publishing Company, Singapore, 1994. A. C. Schaffer, “Inequalities of A. Markoff and S. Berns- tein for Polynomials and Related Functions,” Bulletin American Mathematical Society, Vol. 47, No. 2, 1941, pp. 565-579. doi:10.1090/S0002-9904-1941-07510-5 G. Pólya and G. Szegö, “Aufgaben und Lehrsätze aus der Analysis,” Springer-Verlag, Berlin, 1925. A. Zygmund, “A Remark on Conjugate Series,” Proceedings of London Mathematical Society, Vol. 34, 1932, pp. 292-400. doi:10.1112/plms/s2-34.1.392 G. H. Hardy, “The Mean Value of the Modulus of an Analytic Function,” Proceedings of London Mathemati- cal Society, Vol. 14, 1915, pp. 269-277. Q. I. Rahman and G. Schmeisser, “Les inqUalitués de Markoff et de Bernstein,” Presses University Montréal, Montréal, 1983. M. Riesz, “Formula d’interpolation Pour la Dérivée d’un Polynome Trigonométrique,” Comptes Rendus de l' Aca- demie des Sciences, Vol. 158, 1914, pp. 1152-1254. V. V. Arestov, “On Integral Inequalities for Trigono- metric Polynimials and Their Derivatives,” Mathematics of the USSR-Izvestiya, Vol. 18, 1982, pp. 1-17. doi:10.1070/IM1982v018n01ABEH001375 N. G. Bruijn, “Inequalities Concerning Polynomials in the Complex Domain,” Nederal. Akad. Wetensch. Pro- ceeding, Vol. 50, 1947, pp. 1265-1272. Q. I. Rahman and G. Schmessier, “pL Inequalities for Polynomials,” The Journal of Approximation Theory, Vol. 53, 1988, pp. 26-32. doi:10.1016/0021-9045(88)90073-1 R. P. Boas, Jr., and Q. I. Rahman, “pL Inequalities for Polynomials and Entire Functions,” Archive for Rational Mechanics and Analysis, Vol. 11, 1962, pp. 34-39. doi:10.1007/BF00253927 A. Aziz and N. A. Rather, “pL Inequalities for Poly- nomials,” Glasnik Matematicki, Vol. 32, No. 52, 1997, pp. 39-43. P. D. Lax, “Proof of a Conjecture of P. Erdös on the Derivative of a Polynomial,” Bulletin of American Ma- thematical Society, Vol. 50, 1944, pp. 509-513. doi:10.1090/S0002-9904-1944-08177-9 N. C. Ankeny and T. J. Rivlin, “On a Theorm of S. Bern- stein,” Pacific Journal of Mathematics, Vol. 5, 1955, pp. 849-852. A. Aziz and N. A. Rather, “Some Compact Generaliza- tion of Zygmund-Type Inequalities for Polynomials,” Nonlinear Studies, Vol. 6, No. 2, 1999, pp. 241-255. A. Aziz, “A New Proof and a Generalization of a Theo- rem of De Bruijn,” Proceedings of American Mathema- tical Society, Vol. 106, No. 2, 1989, pp. 345-350. K. K. Dewan and N. K. Govil, “An Inequality for Self- Inversive Polynomials,” Journal of Mathematical Analy- sis and Application, Vol. 95, No. 2, 1983, p. 490. doi:10.1016/0022-247X(83)90122-1" ]
[ null, "https://file.scirp.org/Html/paperimages\\4396_1.jpg", null, "https://file.scirp.org/Html/paperimages\\4396_2.jpg", null, "https://file.scirp.org/Html/paperimages\\4396_3.jpg", null, "https://file.scirp.org/Html/paperimages\\4396_4.jpg", null, "https://file.scirp.org/Html/paperimages\\4396_5.jpg", null, "https://file.scirp.org/Html/paperimages\\4396_6.jpg", null, "https://file.scirp.org/Html/paperimages\\4396_7.jpg", null, "https://file.scirp.org/Html/paperimages\\4396_8.jpg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.7387507,"math_prob":0.9659701,"size":20836,"snap":"2019-51-2020-05","text_gpt3_token_len":8480,"char_repetition_ratio":0.13455261,"word_repetition_ratio":0.17819461,"special_character_ratio":0.34051642,"punctuation_ratio":0.13830645,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98530114,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16],"im_url_duplicate_count":[null,3,null,3,null,3,null,3,null,3,null,3,null,3,null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-12-10T18:11:01Z\",\"WARC-Record-ID\":\"<urn:uuid:bae55749-b5c0-44e0-b8d5-27b884336278>\",\"Content-Length\":\"263471\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ba2fee8f-82a5-4c20-80a4-cdf938f81dc6>\",\"WARC-Concurrent-To\":\"<urn:uuid:aa13fdd8-82ef-4af0-a29e-c2e7ffb5ab8a>\",\"WARC-IP-Address\":\"198.204.224.91\",\"WARC-Target-URI\":\"https://file.scirp.org/Html/4396.html\",\"WARC-Payload-Digest\":\"sha1:BQ4JJDASCUJVY6MM37DMKW3XMTFNNWNV\",\"WARC-Block-Digest\":\"sha1:TRG4667WWXGGFMF3AC7NUZCXZSGMUXRT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-51/CC-MAIN-2019-51_segments_1575540528490.48_warc_CC-MAIN-20191210180555-20191210204555-00493.warc.gz\"}"}
https://eanswers.in/physics/question5665465
[ " Why is a lagrangian submanifold a semi-classical state and not a classical state?", null, "", null, ", 18.10.2019 11:00, nikhil3810rhmschool\n\n# Why is a lagrangian submanifold a semi-classical state and not a classical state?", null, "", null, "", null, "### Other questions on the subject: Physics", null, "Physics, 18.08.2019 12:00, akshat8712\nWhat is the force constant of a spring which is stretched 2mm by a force of 4 n", null, "Physics, 18.08.2019 17:00, bhavya1650\nWhat is the net magnatic field at o​", null, "Physics, 18.08.2019 20:00, Vsinghvi\nIf a_= b_+c_ and magnitudes of a_,b_,c_ are 5,4,3 unit respectively ,then angle between a_and b_ is", null, "3most important questions of chapter motion in a straight line class 11th physics​\nDo you know the correct answer?\nWhy is a lagrangian submanifold a semi-classical state and not a classical state?...\n\n### Questions in other subjects:", null, "", null, "", null, "", null, "", null, "", null, "Math, 19.04.2021 18:01", null, "", null, "Math, 19.04.2021 18:01", null, "", null, "English, 19.04.2021 18:01\nTotal solved problems on the site: 24095805" ]
[ null, "https://eanswers.in/tpl/images/sovy.png", null, "https://eanswers.in/tpl/images/cats/fizika.png", null, "https://eanswers.in/tpl/images/cats/otvet.png", null, "https://eanswers.in/tpl/images/ask_question.png", null, "https://eanswers.in/tpl/images/ask_question_mob.png", null, "https://eanswers.in/tpl/images/cats/fizika.png", null, "https://eanswers.in/tpl/images/cats/fizika.png", null, "https://eanswers.in/tpl/images/cats/fizika.png", null, "https://eanswers.in/tpl/images/cats/fizika.png", null, "https://eanswers.in/tpl/images/cats/fizika.png", null, "https://eanswers.in/tpl/images/cats/mat.png", null, "https://eanswers.in/tpl/images/cats/en.png", null, "https://eanswers.in/tpl/images/cats/mat.png", null, "https://eanswers.in/tpl/images/cats/mat.png", null, "https://eanswers.in/tpl/images/cats/mat.png", null, "https://eanswers.in/tpl/images/cats/i.png", null, "https://eanswers.in/tpl/images/cats/mat.png", null, "https://eanswers.in/tpl/images/cats/mat.png", null, "https://eanswers.in/tpl/images/cats/en.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.83755606,"math_prob":0.6564171,"size":575,"snap":"2021-21-2021-25","text_gpt3_token_len":230,"char_repetition_ratio":0.17688267,"word_repetition_ratio":0.24390244,"special_character_ratio":0.44695652,"punctuation_ratio":0.2857143,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9649907,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-05-10T05:56:12Z\",\"WARC-Record-ID\":\"<urn:uuid:3e2ea87a-b1b0-4837-8e35-02843e9b9aaa>\",\"Content-Length\":\"68279\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:9f1c1774-3848-4240-abf0-a79bfb2fcf16>\",\"WARC-Concurrent-To\":\"<urn:uuid:408d1305-7395-4b48-a6af-78c880e2f98e>\",\"WARC-IP-Address\":\"176.126.70.49\",\"WARC-Target-URI\":\"https://eanswers.in/physics/question5665465\",\"WARC-Payload-Digest\":\"sha1:RUESF4NRYQGQULRAKBBG5EU6WKGRM432\",\"WARC-Block-Digest\":\"sha1:T3T5QHXUV4UN4YKQUUQ4JZZ4LFWFQXWT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-21/CC-MAIN-2021-21_segments_1620243989030.87_warc_CC-MAIN-20210510033850-20210510063850-00489.warc.gz\"}"}
https://ch.mathworks.com/matlabcentral/answers/268467-algo-for-finding-nearest-coordinates-of-arbitrary-point-along-complex-3d-line
[ "# Algo for finding nearest coordinates of arbitrary point along complex 3D line?\n\n11 views (last 30 days)\nJoshua Melander on 16 Feb 2016\nAnswered: Kelly Kearney on 16 Feb 2016\nI am looking for an algorithm that will take inputs of xyz coordinates of a series of points, and xyz coordinates of an associated line plot and will output the closest point along the line plot to each of the points.\nThe most basic example I can give is the following:\nlineX = [0:10];\nlineY = lineX;\nlineZ = lineY;\npoint1 = [5 5 5];\npoint2 = [5 5 10];\npoint2 = [2 2 2];\nI would hope the algo would give me the nearest coordinates along the line segment of each point (point1_nearest = 5 5 5, point2_nearest = 5 5 5, point3_nearest = 2 2 2] Any help would be most appreciated!\nThe problem is in practice the line coordinates will be more complicated ([0 0 0; 0.4 10 6; 0.5 15 7]) and it gets tedious to iterate through each coordinate and find the minimum distance.\n\nKevin Claytor on 16 Feb 2016\nFind the minimum squared distance between the point and the line:\npointX = point(1);\npointY = point(2);\npointZ = point(3);\n[~, index] = find(min( (lineX - pointX).^2 + (lineY - pointY).^2 + (lineZ - pointZ).^2 ));\nlineX(index), etc. gives you the closest line value for x, etc..\n\nKelly Kearney on 16 Feb 2016\nI recommend distance2curve.m." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8725956,"math_prob":0.9989986,"size":1418,"snap":"2022-27-2022-33","text_gpt3_token_len":399,"char_repetition_ratio":0.13932107,"word_repetition_ratio":0.0,"special_character_ratio":0.30112836,"punctuation_ratio":0.12587413,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98889995,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-07-02T12:08:44Z\",\"WARC-Record-ID\":\"<urn:uuid:acb20992-abe3-4e65-a256-1280f3b43fbb>\",\"Content-Length\":\"121431\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:692b5c3b-d759-43e7-9696-b048de05f873>\",\"WARC-Concurrent-To\":\"<urn:uuid:cd9e9f1f-2c28-4986-972d-e383d2c078ad>\",\"WARC-IP-Address\":\"104.104.91.201\",\"WARC-Target-URI\":\"https://ch.mathworks.com/matlabcentral/answers/268467-algo-for-finding-nearest-coordinates-of-arbitrary-point-along-complex-3d-line\",\"WARC-Payload-Digest\":\"sha1:YTRWG4I6HDQUUVW3AFWOWUQF7IOMXRXP\",\"WARC-Block-Digest\":\"sha1:E56QTBHGIYLG57QDSJ5DG47LHXZXZI2L\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-27/CC-MAIN-2022-27_segments_1656104054564.59_warc_CC-MAIN-20220702101738-20220702131738-00104.warc.gz\"}"}
http://www.blog.republicofmath.com/practical-applied-mathematics-wherein-multiplication-is-treated-as-repeated-addition/
[ "# Practical Applied Mathematics (wherein multiplication is treated as repeated addition)\n\nPosted by: Gary Ernest Davis on: January 6, 2011\n\nShe wrote:\n\nWhen I was in school, I was having problems with algebra and he (Hale) tutored me and gave me a book he had written, and signed, which was titled “Practical Applied Mathematics.” I still have the book, which was published in 1915, and I cherish it.\n\nHow wonderful that the author remembered with fondness a book on applied mathematics, and algebra, after so many years.\n\nWhen I mentioned this story on Twitter John Rowland (@SofARMaths)tweeted:\n\nWonder if I can still get a second hand copy of Practical Applied Mathematics 1915…\n\nI checked in Google books and sure enough, the entire book, published originally by the McGraw-Hill Book Company Inc. in 1915, is available for download as a pdf: Practical_applied_mathematics_Hale\n\nThe author wrote the book for trade and vocational schools, building on his experience with railroad schools. The book is intended to present mathematics as a useful tool to trade students.\n\nEarly in the book – page 5 to be exact – Hale introduces multiplication of whole numbers. Here is what he writes:", null, "It is clear from this passage that Hale regards multiplication as simply shorthand for the process of repeatedly adding a given number: in short, as repeated addition.\n\nWhat, if anything, does this illustrate or prove?\n\nI think it proves nothing, but in the context of the entire book it illustrates something important: Hale was seeking a direct approach to mathematical topics so that his trade school students could use the mathematics as a tool. He did not introduce wrong thinking, or wrong methods of calculation, but often simply cut to the chase as if to say “this is how it is”.\n\nHale sets some multiplication problems as exercises. Some of these are straight arithmetical problems, with no other context. But the majority of them are practical problems likely to be encountered by trade students. These are not contrived problems, such as one often sees nowadays in textbooks, problems that pass for practical problems but are simply artificial situations invented by an author who knows little of the applications of mathematics.", null, "", null, "Hale gives approximate rules for many calculation. For example he introduces", null, "$\\pi$ as 3.1416 and he states the areas of polygons as a set of rules, without explanation. In this regard, his practice is not that much different from contemporary mathematics teachers.\n\nHe introduces some beautiful geometric problems in a practical trade setting:", null, "Hale’s book is, in my view, a rich source of ideas and problems for all students of mathematics. He treats multiplication of positive whole numbers explicitly as repeated addition and that seems to work well for his purposes.\n\nThis does not mean multiplication SHOULD be taught as repeated addition, and certainly not that it should be taught only as repeated addition.\n\nHale’s book, as good as it is for the purpose he intended, is quite old and does not take into account many years in between of knowledge of how students learn mathematics (but, to be fair, neither do most contemporary text books, which are differentiated from Hale’s mainly in their exorbitant cost).\n\nTo the best of my knowledge no one has yet to come up with a model for multiplication that acts as a cognitive root -  a way of thinking about a concept that, while not formally correct, nor complete in all details, is sufficiently powerful to allow students to use the concept, and to not have to throw their ideas overboard as their learning advances:\n\n“A cognitive root is a concept that:\n(i) is a meaningful cognitive unit of core knowledge for the student at the beginning of the learning sequence,\n(ii) allows initial development through a strategy of cognitive expansion rather than significant cognitive reconstruction,\n(iii) contains the possibility of long-term meaning in later developments,\n(iv) is robust enough to remain useful as more sophisticated understanding develops.”\n\n### 5 Responses to \"Practical Applied Mathematics (wherein multiplication is treated as repeated addition)\"", null, "I am wondering if you consider the two phrases, “multiplication is …” and “multiplication as …” different.\n\nIn the teacher’s edition of a Japanese elementary math textbook series, the authors stated not to think of multiplication as repeated addition as repeated addition is a method of calculating the product (just as something like skip counting is a method of calculating the product). Is it important (at least for teachers who are teaching young children) to distinguish what something “is” and how to actually carry it out? Another common example we see often of blurring of “is” and “how to” is the idea of arithmetic mean. A lot of students say that the mean “is” the sum of the numbers divided by the number of numbers, but is it?", null, "Yes, I would say the mean of the numbers", null, "$x_1\\ldots x_n$ is", null, "$\\frac{x_1+\\ldots +x_n}{n}$.\nWhat the mean “IS” gives us a procedure for calculating it.\nAt least that’s my take on it.\n\nYour comments remind me of a presentation of Joop Vandermolen some years back. He was detailing student understanding of square roots. Generally, very broadly (and possibly incorrectly!) I recall Joop as saying that lower achieving mathematics students saw “square root” as something to do; the square root of 49 is 7 because when you square 7 you get 49. The high achieving mathematics students on the other hand generally saw square roots as objects: the square root of a number is another number whose square is the first.\n\nI can say what I would think if asked what “IS”multiplication (it’s a certain bilinear function), but\nI do not know what teachers and students mean by what multiplication “IS”. What do the Japanese texts say it is (or don’t they say) ?", null, "Most Japanese textbooks will introduce multiplication as the operation to find the total amount when you have so many of equal sized groups with so many elements in each. I guess they distinguish “multiplication is the operation…” from how to find the total amount. Perhaps just as you describe the mean, this definition suggests that *a* procedure to find the product is to use the repeated addition using the multiplicand as the addend. Also, most Japanese textbooks introduce more of a comparison idea before getting into learning multiplication facts. So, multiplication is also the operation to find the amount that is so many times as many as the given. This is probably similar to/in alignment with what Devlin calls “scaling.” Most Japanese textbooks then use this idea to extend multiplication (and division – division is the operation to find how many times as many [quotitive] or the original amount [partitive]) of decimal numbers then to fractions.", null, "I think you’ve raised a very good point: the difference between what “blah” IS, and how one calculate with “blah” – where in this case “blah” is whole number multiplication.\n\nThis might explain some of the amazingly emails I get about this topic – possibly people are confusing the two things?", null, "", null, "", null, "", null, "", null, "I really think this illustrates a point I made in an article on Associated Content (now Yahoo).", null, "" ]
[ null, "http://www.blog.republicofmath.com/wp-content/uploads/2011/01/hale-multiplication.jpg", null, "http://www.blog.republicofmath.com/wp-content/uploads/2011/01/hale_problems1.jpg", null, "http://www.blog.republicofmath.com/wp-content/uploads/2011/01/hale_problems2.jpg", null, "http://s0.wp.com/latex.php", null, "http://www.blog.republicofmath.com/wp-content/uploads/2011/01/hale_problem3.jpg", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-top.png", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-top.png", null, "http://s0.wp.com/latex.php", null, "http://s0.wp.com/latex.php", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-top.png", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-top.png", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-bot.png", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-bot.png", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-bot.png", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-bot.png", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-top.png", null, "http://www.blog.republicofmath.com/wp-content/themes/albeo/images/com-bot.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9654161,"math_prob":0.795352,"size":7495,"snap":"2022-40-2023-06","text_gpt3_token_len":1587,"char_repetition_ratio":0.11533841,"word_repetition_ratio":0.011263073,"special_character_ratio":0.20853902,"punctuation_ratio":0.0950679,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9812384,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"im_url_duplicate_count":[null,6,null,6,null,6,null,null,null,6,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-10-01T06:00:57Z\",\"WARC-Record-ID\":\"<urn:uuid:a2da87b8-e017-4c3a-a89e-5065f1fde3b0>\",\"Content-Length\":\"76672\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0b090c4c-e68b-4035-b9ed-5f33e56ad14a>\",\"WARC-Concurrent-To\":\"<urn:uuid:82a6e3df-f7f3-4e46-9b1d-afe3ec019321>\",\"WARC-IP-Address\":\"64.111.107.211\",\"WARC-Target-URI\":\"http://www.blog.republicofmath.com/practical-applied-mathematics-wherein-multiplication-is-treated-as-repeated-addition/\",\"WARC-Payload-Digest\":\"sha1:6CP55UAYIO367I3W7MXWDHZHWQ5KN6QV\",\"WARC-Block-Digest\":\"sha1:M2ZZIIMQGWOAR6GAA3WE4EV77YPJ6Z3N\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030335530.56_warc_CC-MAIN-20221001035148-20221001065148-00142.warc.gz\"}"}
https://edurev.in/studytube/NCERT-Exemplar-Waves--Part-2-/3f4b12fc-9fca-444f-879d-733cdd1d6d95_t
[ "Courses\n\n# NCERT Exemplar - Waves (Part - 2) Notes | EduRev\n\n## JEE : NCERT Exemplar - Waves (Part - 2) Notes | EduRev\n\nThe document NCERT Exemplar - Waves (Part - 2) Notes | EduRev is a part of the JEE Course NEET Revision Notes.\nAll you need of JEE at this link: JEE\n\nQ.1. A steel wire has a length of 12 m and a mass of 2.10 kg. What will be the speed of a transverse wave on this wire when a tension of 2.06 × 104N is applied?\nAns.\nGiven, length of the wire l = 12 m\nMass of wire m = 2.10 kg\nTension in wire T = 2.06 x 104 N\nSpeed of transverse wave v =", null, "where μ = Linear mass density  =  Mass per unit length,", null, "", null, "Q.2. A pipe 20 cm long is closed at one end. Which harmonic mode of the pipe is resonantly excited by a source of 1237.5 Hz ?(sound velocity in air = 330 m s-1)\nAns.\nLength of pipe, l = 20 cm = 20 x  10-2 m\nFundamental frequency of closed organ pipe", null, "", null, "It means third harmonic node of the pipe is resonantly excited by the source of given frequency.\n\nQ.3. A train standing at the outer signal of a railway station blows a whistle of frequency 400 Hz still air. The train begins to move with a speed of 10 m s-1 towards the platform. What is the frequency of the sound for an observer standing on the platform? (sound velocity in air = 330 m s-1)\nAns.\nv0 = 400 Hz\nvz = 10 m/s\nVelocity of sound in air va = 330 m/s\nApparent frequency by observer standing on platform", null, "Q.4. The wave pattern on a stretched string is shown in Figure Interpret what kind of wave this is and find its wavelength.", null, "Ans. If we observe the graph there are some points on the graph which are always at rest. The points on positions x = 10,20,30,40 never move, always at mean position with respect to time. These are forming nodes which characterize a stationary wave.\nWe know the distance between two successive nodes is equal to λ/2\nλ = 2 x (node to node distance)\n= 2 x (20 - 10) = 20 cm\n\nQ.5. The pattern of standing waves formed on a stretched string at two instants of time are shown in Figure. The velocity of two waves superimposing to form stationary waves is 360 ms-1 and their frequencies are 256 Hz.", null, "(a) Calculate the time at which the second curve is plotted.\n(b) Mark nodes and antinodes on the curve.\n(c) Calculate the distance between A′ and C′ .\nAns.\nGiven frequency of the wave v = 256 Hz\n∴ T = 1/v = 1/256 second = 0.00390\nT = 3.9 x 10-3 seconds.\n(a) In stationary wave a particle passes through it’s mean position after ever T/4 time\n∴ In IInd curve displacement of all medium particle, are zero so", null, "(b) Point does not vibrate i.e., their displacement is zero always so nodes are at A, B, C, D and E. The point A’ and C’ are at maximum displacement so there are anti-nodes at A’ and C’.\nBetween A and C =", null, "Q.6. A tuning fork vibrating with a frequency of 512 Hz is kept close to the open end of a tube filled with water. The water level in the tube is gradually lowered. When the water level is 17 cm below the open end, maximum intensity of sound is heard. If the room temperature is 20° C, calculate", null, "(a) speed of sound in air at room temperature\n(b) speed of sound in air at 0° C\n(c) if the water in the tube is replaced with mercury, will there be any difference in your observations?\nAns.\nIf a pipe partially filled with water whose upper surface of the water acts as a reflecting surface of a closed organ pipe. If the length of the air column is varied until its natural frequency equals the frequency of the fork, then the column resonates and emits a loud note.\nThe frequency of tuning fork, f= 512 Hz.\nFor observation of first maxima of intensity,", null, "The frequency of tuning fork, f  = 512 Hz.\nFor observation of first maxima of intensity,\n(a) For first maxima of intensity, the length of the air column", null, "Hence speed of sound v = fλ = 512 x (4 x 17 x 10-2)\n= 348.16 m/s\n(b) We know that v ∝ √T\nwhere temperature (T) is in kelvin.", null, "(c) The resonance will still be observed for 17 cm length of air column above mercury. However, due to more complete reflection of sound waves at mercury surface, the intensity of reflected sound increases.\n\nQ.7. Show that when a string fixed at its two ends vibrates in 1 loop, 2 loops, 3 loops and 4 loops, the frequencies are in the ratio 1 : 2 : 3 : 4.\nAns.\nLet n be the number of loops in the string.\nThe length of each loop is λ/2", null, "", null, "v = vλ and λ = u/v.\nSo", null, "v = n/2L. (v) v is stretch string =", null, "", null, "For n = 1,", null, "If n = 2 then", null, "n = 3 then", null, "∴ v1 : v2 : v3 : v4 = n1 : n2 : n3 : n4 = 1 : 2 : 3 : 4\n\nQ.1. The earth has a radius of 6400 km. The inner core of 1000 km radius is solid. Outside it, there is a region from 1000 km to a radius of 3500 km which is in molten state. Then again from 3500 km to 6400 km the earth is solid. Only longitudinal (P) waves can travel inside a liquid. Assume that the P wave has a speed of 8 km s–1 in solid parts and of 5 km s–1 in liquid parts of the earth. An earthquake occurs at some place close to the surface of the earth. Calculate the time after which it will be recorded in a seismometer at a diametrically opposite point on the earth if wave travels along diameter?\nAns.\nr= 1000 km\nr2 = 3500 km\nr3 = 6400 km\nd1 = 1000km\nd2 = 3500 - 1000 =2500 km\nd3 = 6400 - 3500 = 2900 km", null, "Solid distance diametrically\n= 2(d1 + d3) = 2(1000 +2900)\n2 x 3900 km\nTime taken by wave produced by earthquake in solid part", null, "Liquid part along diametrically = 2d2 = 2 x 2500\n∴ Time taken by seismic  wave in  liquid part", null, "Total time", null, "= 2[487.5 + 500] = 2 x 987.5 = 1975 sec.\n= 32 min 55 sec.\n\nQ.2. If c is r.m.s. speed of molecules in a gas and v is the speed of sound waves in the gas, show that c/v is constant and independent of temperature for all diatomic gases.\nAns.\nWe know that", null, "for molecules.", null, "M = molar mass of gas", null, "∵ PV = nRT\nn = 1", null, "", null, "", null, "adiabatic constant for diatomic gas\nγ = 7/5", null, "Q.3. Given below are some functions of x and t to represent the displacement of an elastic wave.\n(a) y = 5 cos (4x ) sin(20t)\n(b) y = 4 sin(5x – t/2) + 3 cos (5x – t/2)\n(c) y = 10 cos [(252 – 250) πt ] cos [(252+250)πt ]\n(d) y = 100 cos (100πt + 0.5x )\nState which of these represent\n(a) a travelling wave along –x direction\n(b) a stationary wave\n(c) beats\n(d) a travelling wave along +x direction\nAns.\n(a) A travelling wave along (-x) direction must have + kx i.e., in\n(iv) V = 100 cos (100πt + 0.5x) so (a) (iv).\n(b) A stationary wave of the for y = 5 cos (4x) sin 20t is a stationary wave so (b) (i).\n(c) Beats involve (v1 + v2) and (v1 - v2) so beats can be represented by\ny = 10 cos [ (252 - 250)πt] represents beat so (c) (iii).\n(d)", null, "Let 4 = acosϕ  ...(ii) and 3 = asinϕ   ...(iii)\nacos2ϕ + a2sin2ϕ= 42 + 32 squaring and adding (ii), (iii)\na2 = 25 K\n⇒ a = 5\nSubstituting (ii), (iii) in (i)", null, "", null, "Which represents the progressive wave in + x direction as the sign of kx (or 5x) and ωt(1/2 (t)) are opposite so it travels in + x direction. So (d) (ii)\n\nQ.4. In the given progressive wave\ny = 5 sin (100πt – 0.4πx )\nwhere y and x are in m, t is in s. What is the\n(a) amplitude\n(b) wave length\n(c) frequency\n(d) wave velocity\n(e) particle velocity amplitude\nAns.\nStandard form of progressive wave travelling in +x direction (kx and ωt have opposite sign is given)\nEqn. is y = a sin (ωt - kx + ϕ)\ny = 5 sin(100πt - 0.4πx + 0)\n(a) Amplitude a = 5m\n(b) Wavelength λ, k = 2π/λ\nk = 0.4π", null, "(c) Frequency v, ω = 2 πv ⇒ v = ω/2π ∵ ω = 100π", null, "(d) Wave velocity v = vλ = 50 x 5 = 250 m/s\n(e) Particle (medium) velocity in the direction of amplitude at a distance from source.", null, "For maximum velocity of particle is at its mean position", null, "vmax of medium particle = 500π m/s.\n\nQ.5. For the harmonic travelling wave y = 2 cos 2π (10t–0.0080x + 3.5) where x and y are in cm and t is second. What is the phase difference between the oscillatory motion at two points separated by a distance of\n(a) 4 m\n(b) 0.5 m\n(c) λ/2\n(d) 3λ/4 (at a given instant of time)\n(e) What is the phase difference between the oscillation of a particle located at x = 100cm, at t = T s and t = 5 s?\nAns.\ny = 2 cos 2π (10t - 0.0080 x + 3.5)\ny = 2 cos (20πt - 0.016πx + 7.0π)\nWave is propagated in +x direction because ωt and kx are in with opposite sign standard equation y = acos (ωt - kx + ϕ)\na = 2, ω = 20π, k = 0.016π and ϕ = 7π\n(a) path difference p = 4 m (given) = 400 cm\nPhase difference", null, "", null, "Phase difference Δϕ = 6.4π rad.\n(b) Path difference p = 0.5 m = 50 cm", null, "(c) Path difference p = λ/2", null, "x = 100 cm\nt = T\nAt x = 100, t = T", null, "At t = 5s\nϕ2 = 20π(5) = 0.016π(100) + 7π = 100π - 1.6π + 7π = 105.4π\n\nϕ- ϕ1=105.4π - 7.4π = 98π radian\n\nOffer running on EduRev: Apply code STAYHOME200 to get INR 200 off on our premium plan EduRev Infinity!\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n,\n\n;" ]
[ null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_12c8f241-5c8a-40b0-9652-cc546af7d2f5_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_a782723d-8d60-44a2-a294-e04144c5beba_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_639d2d91-052f-4ae9-881e-f1a3b13e25a6_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_e2c4eae2-9dd1-4504-a0d4-089518a6faab_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_893aec18-1200-4ba4-8a7a-8e9e4369f9e5_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_5e791974-ff42-4564-bb4b-0ec8d64115ea_lg.jpg", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_9736d0d8-22e2-4614-bb45-8763d87894f4_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_a0e241b4-8d47-4371-bb2e-c8e4c64ef874_lg.JPG", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_5d976a0b-ddb9-4c8a-bb2b-0a08b70ea1d0_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_733e5125-6dcb-4b9d-abaf-c320682e92eb_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_1bbf6005-ecff-40c3-b035-47d5409e0496_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_254c8f8e-a72e-44dd-b72d-95e7b30084e1_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_86311125-f8fc-4914-9b41-8600bc22fc2d_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_f97dccc9-f3a8-48df-b1f8-964150d70368_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_3c1c96fe-a7b2-427e-94db-57254911e88c_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_27224473-f5dd-43ad-9606-53e9f8b57a0b_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_c5a42100-04e3-429c-abd7-9b7316927d43_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_01dcad72-f180-48ac-b384-b9663c9c5023_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_8c4b7c83-a5a6-44d9-9985-d50bc04a3b39_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_51f3aba0-a45b-4042-a060-a0d78849a610_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_03f7e63f-0dc8-4e0c-8132-49f9dcb1a61b_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_7f686701-d485-43be-ad79-56c1c48ab326_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_aeadba26-eb49-4a88-9988-42a9e911476d_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_1d7214a1-270e-4cbc-ad15-27a391a13089_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_dec1b4e9-48a8-4ed9-9f2d-33c3ef001f47_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_8dd3a79e-6de0-46d6-8606-eed9af06f4fe_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_365eb122-dc74-412d-b9f9-c42ffa266817_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_bce57ca6-2548-4b74-914f-4991f57fc995_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_756dbbb5-cdb9-4f7b-84b5-203ebfe9f705_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_39c52409-5dc6-4db3-97d7-4a841c787fe4_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_690a132f-df31-470c-ad90-ea674f0585a4_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_886b1d1e-7244-45eb-948a-210ef69040a0_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_cb015aac-d380-4954-8af3-bd44b7a64aa9_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_f5795b0d-7c5b-43c5-ab86-a77ae0f2d51e_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_84aaa769-0b33-4876-8127-55ab1b36744d_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_5dd2220e-6222-4cf1-b73d-d56a94236c12_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_f1aaeb60-7ef5-43dc-becf-a940b438caba_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_d497c874-a46a-478b-ba13-2376b3ba76bc_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_99b6171f-a7ac-4621-99e1-740a4a67d321_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_5b042597-3c08-4563-a61a-c0ce491fd50f_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_3d5ae56b-716e-460e-b789-ce1103321762_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_12c852f3-2746-4da0-bc9c-b8618abfdec6_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_11fab44b-72f9-4ad6-a6af-3e7c37926aa6_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_0ee3e441-32eb-4500-85e7-9c81be9460d6_lg.png", null, "https://cdn3.edurev.in/ApplicationImages/Temp/1419432_457cc120-0cd7-4456-85ee-c1a65ff3eb02_lg.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8791445,"math_prob":0.9992472,"size":8208,"snap":"2020-45-2020-50","text_gpt3_token_len":2660,"char_repetition_ratio":0.09970746,"word_repetition_ratio":0.028735632,"special_character_ratio":0.34831873,"punctuation_ratio":0.10231556,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9990282,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90],"im_url_duplicate_count":[null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-10-20T00:51:57Z\",\"WARC-Record-ID\":\"<urn:uuid:0960124c-f4d7-4e6c-9f3f-d21ad7966bfc>\",\"Content-Length\":\"334917\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:16c29af5-0c81-41fb-91f9-205be630244c>\",\"WARC-Concurrent-To\":\"<urn:uuid:42b29a36-731a-46f8-934e-08a2cc633006>\",\"WARC-IP-Address\":\"35.247.187.6\",\"WARC-Target-URI\":\"https://edurev.in/studytube/NCERT-Exemplar-Waves--Part-2-/3f4b12fc-9fca-444f-879d-733cdd1d6d95_t\",\"WARC-Payload-Digest\":\"sha1:U5KFAEFYKBB5KK2DNZKFP3VWKVBUY5RP\",\"WARC-Block-Digest\":\"sha1:654ET5OSDZHFUGPLVSJBYQHEWOH4AD6W\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-45/CC-MAIN-2020-45_segments_1603107867463.6_warc_CC-MAIN-20201019232613-20201020022613-00463.warc.gz\"}"}
https://studyadda.com/notes/5th-class/mathematics/number-system-and-its-operations/system-of-numeration/8239
[ "# 5th Class Mathematics Number System and its Operations System of Numeration\n\nSystem of Numeration\n\nCategory : 5th Class\n\n###", null, "System of Numeration\n\nMathematical notation of numbers is called numeration. We are aware of the symbols which are used to write any numbers. In this chapter we will study about the following two system of numeration:\n\n(a) Indian system of numeration\n\n(b) International system of numeration", null, "Indian System of Numeration\n\nIndian system of numeration is also called Hindu-Arabic number system. It is a positional decimal number system. Look at the following place value chart:\n\n Period Kharab Arab Crores Lakhs Thousands Ones Places Ten Kharab (T-kh) 1000000000000 Kharab (kh)  100000000000 Ten Arab (T-A) 10000000000 Arab (a)  1000000000 Ten Crores (T-C) 100000000 Crores (c) 10000000 Ten Lakhs (T-L) 10000000 Lakhs (L) 1000000 Ten thousands (T-TH) 10000 Hundred (H) 1000 Hundred (H) 100 Tens (T) 10 Ones (0) 0\n\nThis system is based on periods and places. Units, thousands, lakhs, crores, arabsetc. are periods. Each period has been divided into places. The first period, units, has been divided into three places ones, tens, and hundreds. Other periods have been divided into two places. Like thousands has been divided into two places thousands and ten-thousands.", null, "Sixty five thousand six hundred and eighty nine is written as:\n\nSix in place of \"Ten thousands\"\n\nFive in place of \"Thousands\"\n\nSix in place of \"Hundreds\"\n\nEight in place of \"Tens\" and\n\nNine in place of \"units\"\n\nNow the expanded form of the number = 6 x $=6\\times 10000+5\\times 1000+6\\times 100+8\\times 10+9=65689$", null, "Forty two crores seventy two lakhs ninety six thousand two hundred and fifteen is written as:\n\nFour in place of \"ten crores\"\n\nTwo in place of \"crores\"\n\nSeven in place of \"Ten lakhs\"\n\nTwo in place of \"lakhs\"\n\nNine in place of \"Ten thousands\"\n\nSix in place of \"Thousands\"\n\nTwo in place of \"Hundred-s\"\n\nOne in place of \"Tens\"\n\nFive in place of \"Units or ones\"\n\nNow expanded form of the number $=4\\times 100000000+2\\times 10000000+7\\times 1000000+2\\times 100000+$$9\\times 10000+6\\times 1000+2\\times 100+5\\times 10+5=427296215$", null, "Two lakhs Eight thousand and four is written as:\n\nTwo in place of \"Lakhs\"\n\nZero in place of \"Ten thousands\"\n\nEight in place of \"Thousands\"\n\nZero in place of \"Hundreds\"\n\nZero in place of \"Tens\"\n\nFour in place of \"units or ones\"\n\nNow expanded form of the number $=2\\times 100000+0\\times 10000+8\\times 1000+0\\times 100$ $+0\\times 10+4=208004$", null, "Name the number indicated in the place value chart.\n\n Period Kharab Arab Crores Lakhs Thousands Ones Places Ten Kharab (T-kh) 1000000000000 Kharab (kh) 100000000000 Ten Arab (T-A) 10000000000 Arab (a)  1000000000 Ten Crores (T-C) 100000000 Crores (c) 10000000 Ten Lakhs (T-L) 10000000 Lakhs (L) 1000000 Ten thousands (T-TH) 10000 Hundred (H) 1000 Hundred (H) 100 Tens (T) 10 Ones (0) 0\n\nSolution:\n\nFourteen kharab seventy two arab ninety six crore eighty three, lakh fifty thousand eight hundred sixty two", null, "Relation\n\nBetween Different Periods 10 ones = 1 tens\n\n100 lakshs =1 crores\n\n10 tens  =1 hundreds\n\n100 crores = 1 arabs\n\n10 hundreds = 1 thousands\n\n100 arabs = 1kharabs\n\n100 thousands = 1 laks", null, "International System of Numeration\n\nThis system is applied in whole world. The following place value chart shows the international system of numeration:\n\nInternational Place Value Chart\n\n Period Trillions Billions Millions Thousands Ones Places Hundred Trillions Ten Trillions Hundred billions Ten billions Hundred millions Ten millions Millions Hundred thousandth The thousand Thousands Hundred Tens Ones\n\nThis system is also based on periods and places. Ones, thousands millions, billionsetc. are periods. In this system each period have been divided into three places. Like thousands has been divided into three places, thousands, ten-thousands, and hundred-thousands.   Name the number indicated in the place value chart\n\n Period Trillions Billions Millions Thousands Ones Places Hundred Trillions Ten Trillions Hundred billions Ten billions Hundred millions Ten millions Millions Hundred thousandth The thousand Thousands Hundred Tens Ones\n\nSolution:\n\nSix hundred eight trillions one hundred sixty four billions eight hundred seventy millions nine hundred twenty nine thousand six hundred thirty five.", null, "Punctuate the following as per international system.\n\n(a) 24365968\n\n(b) 115632865\n\n(c) 56268708005\n\n(d) 52012\n\nSolution:\n\n(a) 24365968 Twenty four million three hundred sixty five thousand nine hundred sixty eight.\n\n(b) 115632865 One hundred fifteen million six hundred thirty two thousand and eight hundred sixty five.\n\n(c) 56268708005 Fifty six billion two hundred sixty eight million seven hundred eight thousand and five.\n\n(d) 52012 Fifty two thousand and twelve.", null, "Relation Between Indian and International Number System\n\n International place value chart Indian place value chart 1 Ones Ones 2 Tens (10) Tens (10) 3 Hundreds (100) Hundreds (100) 4 Thousands (1000) Thousands (1000) 5 10     Thousands (10000) 10 housands (10000) 10 100  Thousands (100000) 1 Lakhs (100000) 100 1 Millions (1000000) 1akhs (1000000) 1 10     Millions (10000000) 1 Crores (10000000) 10 100  Millions (100000000) 10 rores (100000000) 100 1         Billions (1000000000) 1 Arabs (1000000000) 1 10     Millions (10000000000) 10 rabs (10000000000) 10 100 Millions (100000000000) 1 Kharabs (100000000000) 100 1 Trillions (1000000000000) 10 Kharabs (1000000000000) 101\n\n#### Other Topics\n\nYou need to login to perform this action.\nYou will be redirected in 3 sec", null, "" ]
[ null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image002.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image003.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image004.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image004.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image004.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image004.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image003.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image003.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image005.jpg", null, "https://studyadda.com/upload/html_folder/System_of_Numeration_Class-5/System_of_Numeration_Class-5_files/image003.jpg", null, "https://studyadda.com/assets/frontend/images/msg-gif.GIF", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.75008446,"math_prob":0.9888958,"size":5436,"snap":"2019-51-2020-05","text_gpt3_token_len":1615,"char_repetition_ratio":0.23343152,"word_repetition_ratio":0.2129743,"special_character_ratio":0.34529066,"punctuation_ratio":0.05875952,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9515543,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22],"im_url_duplicate_count":[null,2,null,7,null,4,null,4,null,4,null,4,null,7,null,7,null,1,null,7,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-01-18T02:59:10Z\",\"WARC-Record-ID\":\"<urn:uuid:31cda18c-c375-4472-a19d-266da655989d>\",\"Content-Length\":\"142253\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:fc6b1d5b-4d8f-4d90-84ad-780dd430beed>\",\"WARC-Concurrent-To\":\"<urn:uuid:cc32a9c3-a8b4-4043-998e-aba1eb2e700e>\",\"WARC-IP-Address\":\"50.62.56.142\",\"WARC-Target-URI\":\"https://studyadda.com/notes/5th-class/mathematics/number-system-and-its-operations/system-of-numeration/8239\",\"WARC-Payload-Digest\":\"sha1:QCSGEFO2BFSOII64DJUCPXDTCMSRJN64\",\"WARC-Block-Digest\":\"sha1:CLYKJPFQHIUGLADCRG7S4D6C4SWJH7XX\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-05/CC-MAIN-2020-05_segments_1579250591763.20_warc_CC-MAIN-20200118023429-20200118051429-00188.warc.gz\"}"}
https://www.ljll.math.upmc.fr/~claeys/nonlocaldd/page-presentation.html
[ "### Summary\n\nThis project in scientic computing aims at developing new domain decomposition methods for massively parallel simulation of electromagnetic waves in harmonic regime. The specificity of the approach that we propose lies in the use of integral operators not only for solutions local to each subdomain, but for coupling subdomains as well. The novelty of this project consists, on the one hand, in exploiting multi-trace formalism for domain decomposition and, on the other hand, considering optimized Schwarz methods relying on Robin type transmission conditions involving quasi-local integral operators.\n\n### Scientific and technical goals\n\nFor the numerical solution to PDEs, non overlapping domain decomposition methods (DDM) consist first of all in partitioning the computational domain in subdomains. The solution to equations local to each subdomain is then allocated to a local solver (corresponding to a processor), and local problems are coupled by means of transmission conditions. Local problems can be decoupled by an iterative algorithm so that the whole computation is parallelized. From this perspective, the key to an efficient DDM rests on a wise choice of\n\n1. local solvers,\n2. coupling conditions,\n3. an iterative algorithm (global solver),\n\nso as to minimize the computational cost of local solutions and the number of iterations required for convergence in the global solver algorithm. Such methods have been largely developed for coercive elliptic problems. Wave equations in harmonic regime do not have this property, which is the reason why domain decomposition, in this context, remains a challenge: in complex media whose dimensions are much larger that the wavelength, the simulation of wave propagation is either difficult, or simply out of reach in many applications of interest in the industry, even with the most powerful supercomputers. To address this challenge, we propose two new classes of DDM\n\n• Methods based on systems of coupled boundary integral equations reformulating wave scat- tering problems in the case of piecewise homogeneous media. Boundary integral formulations are one of the most efficient tools for the numerical simulation of wave scattering, and have met a growing interest in the industry for about two decades, as they substantially lighten the mesh generation effort and drastically reduce the size of linear systems to be solved. For the same number of degrees of freedom, these methods are more precise than classical volumic methods, more robust at high frequency and less dispersive. Domain decomposition in this context represent a rather unexplored field.\n\n• Methods relying on a quasi-local coupling scheme for the solution of wave scattering in complex media by means of finite elements. In this case, both homogeneous and inhomogeneous media can be taken into account and high order finite elements can be used locally if necessary. Such methods have already been widely developed over the past decades. The specificity in the present proposal is to devise a new approach to reach the geometric convergence of the iterative algorithm (which no other strategy known to us can provide at the moment). The use of integral operators to perform the coupling conditions should make this possible.\n\nThe common feature shared by both above mentionned approaches, that is also a point of novelty of this project, is the use of integral operators for achieving coupling between sub-domains. In both cases, our methods will rely on the most recent results on the so-called multi-trace formalism that had been introduced by Claeys, Jerez and Hiptmair as a way to derive coupling schemes between integral operators associated to arbitrarily arranged subdomains. One remarkable strength of this formalism is its proper treatment of junction points i.e. points where three or more subdomains abut (a common but tricky situation in the context of domain decomposition...).\n\nFor both research directions i) and ii), we aim at developing a complete work of applied mathematics, including the devise of original algorithms, and the implementation of computational codes based on these algorithms, as well as their mathematical analysis and their discretization. Programming tasks of the present project shall include implementations on parallel architectures so as to demonstrate scalability of the methods under investigation. Following the two points i) and ii) mentioned above, our project is structured according to two research directions for which we now list the points to be tackled.\n\n### Research direction 1: Domain decomposition based on boundary integral operators\n\nIn this part of the project we will typically consider a problem of scattering by composite objects containing both dielectric and metallic parts, and we will look for domain decomposition strategies involving boundary integral operators both for local solutions, and for coupling subdomains, taking advantage of the multi-trace formalism. In a first part, we will focus on local solvers, and try to invent or improve boundary integral methods providing accurate, well-conditioned local solvers adapted both to complex geometries and domain decomposition. We will consider cases where scatterers admit the following features:\n\n• scatterer containing a combination of metallic and dielectric parts;\n• metallic thin sheets (so-called \"screens\"), possibly admitting several branches;\n• composite scatterers admitting screens at interfaces between dielectric parts;\n• thin layers of dielectric material.\n\nWe will analyze each of these situations, trying each time to derive efficient preconditioners. The work associated to this part of the project will be an extension of the existing multi-trace formalism, where the considered solvers will be optimized from a numerical point of view.\n\nThen we will also investigate new global DDM solvers based on multi-trace boundary integral operators. Examining both the local and global variant of multi-trace formulations, we will study the spectrum of iteration operators associated to standard global strategies such as block Jacobi or Gauss-Seidel, and achieve numerical tests on these approaches.\n\nTaking advantage of the strong algebraic properties satis\u001ced by integral operators, such as Calderón formula, we will also look for new parallel block direct solvers for multi-trace formula- tions. To investigate on the possibility of a scalable method, we propose to derive a coarse space correction strategy inspired by global multi-trace formulations that are fully non-local equations coupling all subdomains.\n\nFinally we will try to use compression techniques, such as hierarchical matrices, in order to speed up the coupling between subdomains. These techniques, developed over the last ten years, in order to bring dense matrix-vector products to an almost linear complexity, are commonly applied to local solvers but, to our knowledge, their use to couple subdomains has never been considered.\n\n### Research direction 2: Non-local optimized Schwarz methods\n\nThe pioneering work of Després then Collino, Ghanemi and Joly and Gander, Magoules and Nataf have shown that it is mandatory, in the context of wave equations, to use impedance type transmission conditions in the coupling of subdomains in order to obtain convergence of the DDM. In the approaches considered so far in the literature, the impedance operator involved in the transmission conditions was always local (a scalar in the most simplest cases). These methods lead to algebraic convergence of the DDM in the best cases.\n\nIn a recent work, F. Collino, P. Joly and M. Lecouvez (in the context of his PhD. thesis at CEA-Cesta) have observed that using non-local impedances such as integral operators could lead to an exponential convergence of the DDM. One of the strengths of this approach is to rely on a solid theoretical basis that systematically guaranties geometrical convergence, provided that certain properties of injectivity, surjectivity and positivity (in suitable trace spaces) are satis\u001ced by the impedance. This operator may be constructed by means of fractional pseudo-differential opera- tors involving truncated kernel operators (with Riesz kernel). The developments that we propose hereafter aim at continuing and extending this work.\n\n• Development of a unified convergence theory admitting the widest possible scope: irregular surfaces, influence of the number of subdomains;\n• Calibrating the parameters involved in the transmission conditions, so as to optimize the convergence rate of the DDM, on the basis of analytical studies of canonical situations;\n• Development of spatial discretization methods, compatible with the continuous theoretical framework, and numerical analysis (uniformity of the h -convergence rate ?);\n• Study of various localisation processes for coupling conditions, and influence of this choice on the convergence of the numerical method;\n• Treatment of multiple junctions: the available theory excludes the presence of multiple junctions that require a particular approach (based on the multi-trace formalism for example);\n• Implementation and validation of numerical methods based on the code Montjoie, and tests on realistic cases, with a particular care dedicated to parallelization aspects.\n\nWe will examine these questions, first in the context of Helmholtz equation (that is a relevant model in 2-D electromagnetics), and for Maxwell's equations in 3-D. In this last case, there will appear particular difficulties related to the functional framework specific to the Maxwell system, to the structure of trace spaces, and to more sophisticated properties that should be satisfied by the integral operators involved in the construction of transmission conditions." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9237657,"math_prob":0.9040846,"size":7610,"snap":"2022-40-2023-06","text_gpt3_token_len":1439,"char_repetition_ratio":0.11740731,"word_repetition_ratio":0.0017182131,"special_character_ratio":0.17542706,"punctuation_ratio":0.08404009,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.95927936,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-10-07T06:15:20Z\",\"WARC-Record-ID\":\"<urn:uuid:fcbb7175-f036-4694-9571-a3767cedf491>\",\"Content-Length\":\"13332\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:293bf974-1b69-471d-8a65-a3f3b7f4360a>\",\"WARC-Concurrent-To\":\"<urn:uuid:ff6acbbd-b3e1-43b3-a1b7-542965e9a7a3>\",\"WARC-IP-Address\":\"134.157.2.3\",\"WARC-Target-URI\":\"https://www.ljll.math.upmc.fr/~claeys/nonlocaldd/page-presentation.html\",\"WARC-Payload-Digest\":\"sha1:J6574QDOUDRJ72EUFRLUTHH2TBKLSSUV\",\"WARC-Block-Digest\":\"sha1:ZJW47X7XYKW236MPMF57GUIZ7KQSUHGF\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030337971.74_warc_CC-MAIN-20221007045521-20221007075521-00773.warc.gz\"}"}
https://nl.mathworks.com/help/satcom/ug/end-to-end-dvbs2-simulation-with-rf-impairments-and-corrections.html
[ "# End-to-End DVB-S2 Simulation with RF Impairments and Corrections\n\nThis example shows how to measure the bit error rate (BER) and packet error rate (PER) of a single stream Digital Video Broadcasting Satellite Second Generation (DVB-S2) link that has constant coding and modulation. The example describes the symbol timing and carrier synchronization strategies in detail, emphasizing how to estimate the RF front-end impairments under heavy noise conditions. The single stream signal adds RF front-end impairments and then passes the waveform through an additive white Gaussian noise (AWGN) channel.\n\n### Introduction\n\nDVB-S2 receivers are subjected to large carrier frequency errors in the order of 20% of the input symbol rate and substantial phase noise. The use of powerful forward error correction (FEC) mechanisms, such as Bose–Chaudhuri–Hocquenghem (BCH) and low density parity check (LDPC) codes, caused the DVB-S2 system to work at very low energy per symbol to noise power spectral density ratio (${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$) values, close to the Shannon limit.\n\nETSI EN 302 307-1 Section 6 Table 13 summarizes the Quasi-Error-Free (QEF) performance requirement over an AWGN channel for different modulation schemes and code rates. The operating ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ range for different transmission modes can be considered as +2 or -2 dB from the ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ point where QEF performance is observed. Because the operating ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ range is low, carrier and symbol timing synchronization strategies are challenging design problems.\n\nThis diagram summarizes the example workflow.", null, "#### Main Processing Loop\n\nThe example processes 25 physical layer (PL) frames of data with the ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ set to 20 dB, and then computes the BER and PER. Carrier frequency offset, sampling clock offset, and phase noise impairments are applied to the modulated signal, and AWGN is added to the signal.\n\nAt the receiver, after matched filtering, timing and carrier recovery operations are run to recover the transmitted data. To extract PL frames, the distorted waveform is processed through various timing and carrier recovery strategies to extract PL frames. The carrier recovery algorithms are pilot-aided. To decode the data frames, the physical layer transmission parameters such as modulation scheme, code rate, and FEC frame type, are recovered from the PL header. To regenerate the input bit stream, the baseband (BB) header is decoded.\n\nBecause the DVB-S2 standard supports packetized and continuous modes of transmission, the BB frame can be either a concatenation of user packets or a stream of bits. The BB header is recovered to determine the mode of transmission. If the BB frame is a concatenation of user packets, the packet cyclic redundancy check (CRC) status of each packet is returned along with the decoded bits, and then the PER and BER are measured.\n\nThese block diagrams show the synchronization and input bit recovery workflows.", null, "", null, "This example loads a MAT-file with DVB-S2 LDPC parity matrices. If the MAT-file is not available on the MATLAB® path, use these commands to download and unzip the MAT-file.\n\n```if ~exist('dvbs2xLDPCParityMatrices.mat','file') if ~exist('s2xLDPCParityMatrices.zip','file') url = 'https://ssd.mathworks.com/supportfiles/spc/satcom/DVB/s2xLDPCParityMatrices.zip'; websave('s2xLDPCParityMatrices.zip',url); unzip('s2xLDPCParityMatrices.zip'); end addpath('s2xLDPCParityMatrices'); end```\n\n### DVB-S2 Configuration in Pilot-Aided Mode\n\nSpecify the `cfgDVBS2` structure to define DVB-S2 transmission configuration parameters. The `ScalingMethod` property applies when `MODCOD` is in the range [18, 28] (that is, when the modulation scheme is APSK only). `UPL` property is applicable when you set the `StreamFormat` to \"`GS`\".\n\n```cfgDVBS2.StreamFormat = \"TS\"; cfgDVBS2.FECFrame = \"normal\"; cfgDVBS2.MODCOD = 18; % 16APSK 2/3 cfgDVBS2.DFL = 42960; cfgDVBS2.ScalingMethod = \"Unit average power\"; cfgDVBS2.RolloffFactor = 0.35; cfgDVBS2.HasPilots = true; cfgDVBS2.SamplesPerSymbol = 2```\n```cfgDVBS2 = struct with fields: StreamFormat: \"TS\" FECFrame: \"normal\" MODCOD: 18 DFL: 42960 ScalingMethod: \"Unit average power\" RolloffFactor: 0.3500 HasPilots: 1 SamplesPerSymbol: 2 ```\n\n### Simulation Parameters\n\nThe DVB-S2 standard supports flexible channel bandwidths. Use a typical channel bandwidth such as 36 MHz. The channel bandwidth can be varied. The coarse frequency synchronization algorithm implemented in this example can track carrier frequency offsets up to 20% of the input symbol rate. The symbol rate is calculated as B/(1+R), where B is the channel bandwidth, and R is the transmit filter roll-off factor. The algorithms implemented in this example can correct the sampling clock offset up to 10 ppm.\n\n```simParams.sps = cfgDVBS2.SamplesPerSymbol; % Samples per symbol simParams.numFrames = 25; % Number of frames to be processed simParams.chanBW = 36e6; % Channel bandwidth in Hertz simParams.cfo = 3e6; % Carrier frequency offset in Hertz simParams.sco = 5; % Sampling clock offset in parts % per million simParams.phNoiseLevel =", null, "\"Low\"; % Phase noise level provided as % 'Low', 'Medium', or 'High' simParams.EsNodB = 20; % Energy per symbol to noise ratio % in decibels```\n\nThis table defines the phase noise mask (dBc/Hz) used to generate the phase noise applied to the transmitted signal.", null, "### Generate DVB-S2 Waveform Distorted with RF Impairments\n\nTo create a DVB-S2 waveform, use the `HelperDVBS2RxInputGenerate` helper function with the `simParams` and `cfgDVBS2` structures as inputs. The function returns the data signal, transmitted and received waveforms, and a receiver processing structure. The received waveform is impaired with carrier frequency, timing phase offsets, and phase noise and then passed through an AWGN channel. The receiver processing parameters structure, `rxParams`, includes the reference pilot fields, pilot indices, counters, and buffers. Plot the constellation of the received symbols and the spectrum of the transmitted and received waveforms.\n\n```[data,txOut,rxIn,rxParams] = HelperDVBS2RxInputGenerate(cfgDVBS2,simParams); % Received signal constellation plot rxConst = comm.ConstellationDiagram('Title','Received data', ... 'XLimits',[-1 1],'YLimits',[-1 1], ... 'ShowReferenceConstellation',false, ... 'SamplesPerSymbol',simParams.sps); rxConst(rxIn(1:length(txOut)))```", null, "```% Transmitted and received signal spectrum visualization Rsymb = simParams.chanBW/(1 + cfgDVBS2.RolloffFactor); Fsamp = Rsymb*simParams.sps; specAn = dsp.SpectrumAnalyzer('SampleRate',Fsamp, ... 'ChannelNames',{'Transmitted waveform','Received waveform'}, ... 'ShowLegend',true); specAn([txOut, rxIn(1:length(txOut))]);```", null, "At the receiver, symbol timing synchronization is performed on the received data and is then followed by frame synchronization. The receiver algorithms include coarse and fine frequency impairment correction algorithms. The carrier frequency estimation algorithm can track carrier frequency offsets up to 20% of the input symbol rate. The coarse frequency estimation, implemented as a frequency locked loop (FLL), reduces the frequency offset to a level that the fine frequency estimator can track. The preferred loop bandwidth for symbol timing and coarse frequency compensation depends on the ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ setting.\n\nA block of 36 pilots is repeated every 1476 symbols. The coarse frequency error estimation uses 34 of the 36 pilot symbols. The ratio of used pilots per block (34) and pilot periodicity (1476) is 0.023. Using the 0.023 value as a scaling factor for the coarse frequency synchronizer loop bandwidth is preferred.\n\nWhen you decrease the ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$, you can reduce the loop bandwidth to filter out more noise during acquisition. The number of frames required for the symbol synchronizer and coarse FLL to converge depends on the loop bandwidth setting.\n\nThe frame synchronization uses the PL header. Because the carrier synchronization is data-aided, the frame synchronization must detect the start of frame accurately. ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ plays a crucial role in determining the accuracy of the frame synchronization. When QPSK modulated frames are being recovered at ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$values below 3 dB, the frame synchronization must be performed on multiple frames for accurate detection.\n\nThe fine frequency estimation can track carrier frequency offsets up to 4% of the input symbol rate. The fine frequency estimation must process multiple pilot blocks for the residual carrier frequency offset to be reduced to levels acceptable for the phase estimation algorithm. The phase estimation algorithm can handle residual carrier frequency errors less than 0.02% of the input symbol rate. Fine phase compensation is only required for APSK modulation schemes in the presence of significant phase noise.\n\nThese settings are assigned in the `rxParams` structure for synchronization processing. For details on how to set these parameters for low ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ values, see the Further Exploration section.\n\n```rxParams.carrSyncLoopBW = 1e-2*0.023; % Coarse frequency estimator loop bandwidth % normalized by symbol rate rxParams.symbSyncLoopBW = 8e-3; % Symbol timing synchronizer loop bandwidth % normalized by symbol rate rxParams.symbSyncLock = 6; % Number of frames required for symbol % timing error convergence rxParams.frameSyncLock = 1; % Number of frames required for frame % synchronization rxParams.coarseFreqLock = 3; % Number of frames required for coarse % frequency acquisition rxParams.fineFreqLock = 6; % Number of frames required for fine % frequency estimation rxParams.hasFinePhaseCompensation = false; % Flag to indicate whether fine phase % compensation is used rxParams.finePhaseSyncLoopBW = 3.5e-4; % Fine phase compensation loop bandwidth % normalized by symbol rate % Total frames taken for symbol timing and coarse frequency lock to happen rxParams.initialTimeFreqSync = rxParams.symbSyncLock + rxParams.frameSyncLock + ... rxParams.coarseFreqLock; % Total frames used for overall synchronization rxParams.totalSyncFrames = rxParams.initialTimeFreqSync + rxParams.fineFreqLock; % Create time frequency synchronization System object by using % HelperDVBS2TimeFreqSynchronizer helper object timeFreqSync = HelperDVBS2TimeFreqSynchronizer( ... 'CarrSyncLoopBW',rxParams.carrSyncLoopBW, ... 'SymbSyncLoopBW',rxParams.symbSyncLoopBW, ... 'SamplesPerSymbol',simParams.sps, ... 'DataFrameSize',rxParams.xFecFrameSize, ... 'SymbSyncTransitFrames',rxParams.symbSyncLock, ... 'FrameSyncAveragingFrames',rxParams.frameSyncLock); % Create fine phase compensation System object by using % HelperDVBS2FinePhaseCompensator helper object. Fine phase % compensation is only required for 16 and 32 APSK modulated frames if cfgDVBS2.MODCOD >= 18 && rxParams.hasFinePhaseCompensation finePhaseSync = HelperDVBS2FinePhaseCompensator( ... 'DataFrameSize',rxParams.xFecFrameSize, ... 'NormalizedLoopBandwidth',rxParams.finePhaseSyncLoopBW); end normFlag = cfgDVBS2.MODCOD >= 18 && strcmpi(cfgDVBS2.ScalingMethod,'Outer radius as 1'); % Initialize error computing parameters [numFramesLost,pktsErr,bitsErr,pktsRec] = deal(0); % Initialize data indexing variables stIdx = 0; dataSize = rxParams.inputFrameSize; plFrameSize = rxParams.plFrameSize; dataStInd = rxParams.totalSyncFrames + 1; isLastFrame = false; symSyncOutLen = zeros(rxParams.initialTimeFreqSync,1);```\n\n### Timing and Carrier Synchronization and Data Recovery\n\nTo synchronize the received data and recover the input bit stream, the distorted DVB-S2 waveform samples are processed one frame at a time by following these steps.\n\n1. Apply matched filtering, outputting at the rate of two samples per symbol.\n\n2. Apply symbol timing synchronization using the Gardner timing error detector with an output generated at the symbol rate. The Gardner TED is not data-aided, so it is performed before carrier synchronization.\n\n3. Apply frame synchronization to detect the start of frame and to identify the pilot positions.\n\n4. Estimate and apply coarse frequency offset correction.\n\n5. Estimate and apply fine frequency offset correction.\n\n6. Estimate and compensate for residual carrier frequency and phase noise.\n\n7. Decode the PL header and compute the transmission parameters.\n\n8. Demodulate and decode the PL frames.\n\n9. Perform CRC check on the BB header, if the check passes, recover the header parameters.\n\n10. Regenerate the input stream of data or packets from BB frames.\n\n```while stIdx < length(rxIn) % Use one DVB-S2 PL frame for each iteration. endIdx = stIdx + rxParams.plFrameSize*simParams.sps; % In the last iteration, all the remaining samples in the received % waveform are considered. isLastFrame = endIdx > length(rxIn); endIdx(isLastFrame) = length(rxIn); rxData = rxIn(stIdx+1:endIdx); % After coarse frequency offset loop is converged, the FLL works with a % reduced loop bandwidth. if rxParams.frameCount < rxParams.initialTimeFreqSync coarseFreqLock = false; else coarseFreqLock = true; end % Retrieve the last frame samples. if isLastFrame resSymb = plFrameSize - length(rxParams.cfBuffer); resSampCnt = resSymb*rxParams.sps - length(rxData); if resSampCnt >= 0 % Inadequate number of samples to fill last frame syncIn = [rxData;zeros(resSampCnt, 1)]; else % Excess samples are available to fill last frame syncIn = rxData(1:resSymb*rxParams.sps); end else syncIn = rxData; end % Apply matched filtering, symbol timing synchronization, frame % synchronization, and coarse frequency offset compensation. [coarseFreqSyncOut,syncIndex,phEst] = timeFreqSync(syncIn,coarseFreqLock); if rxParams.frameCount <= rxParams.initialTimeFreqSync symSyncOutLen(rxParams.frameCount) = length(coarseFreqSyncOut); if any(abs(diff(symSyncOutLen(1:rxParams.frameCount))) > 5) error(['Symbol timing synchronization failed. The loop will not ' ... 'converge. No frame will be recovered. Update the symbSyncLoopBW ' ... 'parameter according to the EsNo setting for proper loop convergence.']); end end rxParams.syncIndex = syncIndex; % The PL frame start index lies somewhere in the middle of the chunk being processed. % From fine frequency estimation onwards, the processing happens as a PL frame. % A buffer is used to store symbols required to fill one PL frame. if isLastFrame fineFreqIn = [rxParams.cfBuffer; coarseFreqSyncOut]; else fineFreqIn = [rxParams.cfBuffer; coarseFreqSyncOut(1:rxParams.syncIndex-1)]; end % Estimate the fine frequency error by using the HelperDVBS2FineFreqEst % helper function. % Add 1 to the conditional check because the buffer used to get one PL % frame introduces a delay of one to the loop count. if (rxParams.frameCount > rxParams.initialTimeFreqSync + 1) && ... (rxParams.frameCount <= rxParams.totalSyncFrames + 1) rxParams.fineFreqCorrVal = HelperDVBS2FineFreqEst( ... fineFreqIn(rxParams.pilotInd),rxParams.numPilots, ... rxParams.refPilots,rxParams.fineFreqCorrVal); end if rxParams.frameCount >= rxParams.totalSyncFrames + 1 fineFreqLock = true; else fineFreqLock = false; end if fineFreqLock % Normalize the frequency estimate by the input symbol rate % freqEst = angle(R)/(pi*(N+1)), where N (18) is the number of elements % used to compute the mean of auto correlation (R) in % HelperDVBS2FineFreqEst. freqEst = angle(rxParams.fineFreqCorrVal)/(pi*(19)); % Generate the symbol indices using frameCount and plFrameSize. % Subtract 2 from the rxParams.frameCount because the buffer used to get one % PL frame introduces a delay of one to the count. ind = (rxParams.frameCount-2)*plFrameSize:(rxParams.frameCount-1)*plFrameSize-1; phErr = exp(-1j*2*pi*freqEst*ind); fineFreqOut = fineFreqIn.*phErr(:); % Estimate the phase error estimation by using the HelperDVBS2PhaseEst % helper function. [phEstRes,rxParams.prevPhaseEst] = HelperDVBS2PhaseEst( ... fineFreqOut(rxParams.pilotInd),rxParams.refPilots,rxParams.prevPhaseEst); % Compensate for the residual frequency and phase offset by using % the % HelperDVBS2PhaseCompensate helper function. % Use two frames for initial phase error estimation. Starting with the % second frame, use the phase error estimates from the previous frame and % the current frame in compensation. % Add 3 to the frame count comparison to account for delays: One % frame due to rxParams.cfBuffer delay and two frames used for phase % error estimate. if rxParams.frameCount >= rxParams.totalSyncFrames + 3 coarsePhaseCompOut = HelperDVBS2PhaseCompensate(rxParams.ffBuffer, ... rxParams.pilotEst,rxParams.pilotInd,phEstRes(2)); % MODCOD >= 18 corresponds to APSK modulation schemes if cfgDVBS2.MODCOD >= 18 && rxParams.hasFinePhaseCompensation phaseCompOut = finePhaseSync(coarsePhaseCompOut); else phaseCompOut = coarsePhaseCompOut; end end rxParams.ffBuffer = fineFreqOut; rxParams.pilotEst = phEstRes; % The phase compensation on the data portion is performed by % interpolating the phase estimates computed on consecutive pilot % blocks. The second phase estimate is not available for the data % portion after the last pilot block in the last frame. Therefore, % the slope of phase estimates computed on all pilot blocks in the % last frame is extrapolated and used to compensate for the phase % error on the final data portion. if isLastFrame pilotBlkLen = 36; % Symbols pilotBlkFreq = 1476; % Symbols avgSlope = mean(diff(phEstRes(2:end))); chunkLen = rxParams.plFrameSize - rxParams.pilotInd(end) + ... rxParams.pilotInd(pilotBlkLen); estEndPh = phEstRes(end) + avgSlope*chunkLen/pilotBlkFreq; coarsePhaseCompOut1 = HelperDVBS2PhaseCompensate(rxParams.ffBuffer, ... rxParams.pilotEst,rxParams.pilotInd,estEndPh); % MODCOD >= 18 corresponds to APSK modulation schemes if cfgDVBS2.MODCOD >= 18 && rxParams.hasFinePhaseCompensation phaseCompOut1 = finePhaseSync(coarsePhaseCompOut1); else phaseCompOut1 = coarsePhaseCompOut1; end end end % Recover the input bit stream. if rxParams.frameCount >= rxParams.totalSyncFrames + 3 isValid = true; if isLastFrame syncOut = [phaseCompOut; phaseCompOut1]; else syncOut = phaseCompOut; end else isValid = false; syncOut = []; end % Update the buffers and counters. rxParams.cfBuffer = coarseFreqSyncOut(rxParams.syncIndex:end); rxParams.syncIndex = syncIndex; rxParams.frameCount = rxParams.frameCount + 1; if isValid % Data valid signal % Decode the PL header by using the HelperDVBS2PLHeaderRecover helper % function. Start of frame (SOF) is 26 symbols, which are discarded % before header decoding. They are only required for frame % synchronization. rxPLSCode = syncOut(27:90); [M,R,fecFrame,pilotStat] = HelperDVBS2PLHeaderRecover(rxPLSCode); xFECFrameLen = fecFrame/log2(M); % Validate the decoded PL header. if M ~= rxParams.modOrder || R ~= rxParams.codeRate || ... fecFrame ~= rxParams.cwLen || ~pilotStat fprintf('%s\\n','PL header decoding failed') else % Demodulation and decoding for frameCnt = 1:length(syncOut)/plFrameSize rxFrame = syncOut((frameCnt-1)*plFrameSize+1:frameCnt*plFrameSize); % Estimate noise variance by using % HelperDVBS2NoiseVarEstimate helper function. nVar = HelperDVBS2NoiseVarEstimate(rxFrame,rxParams.pilotInd,... rxParams.refPilots,normFlag); % The data begins at symbol 91 (after the header symbols). rxDataFrame = rxFrame(91:end); % Recover the BB frame. rxBBFrame = satcom.internal.dvbs.s2BBFrameRecover(rxDataFrame,M,R, ... fecFrame,pilotStat,nVar,false); % Recover the input bit stream by using % HelperDVBS2StreamRecover helper function. if strcmpi(cfgDVBS2.StreamFormat,'GS') && ~rxParams.UPL [decBits,isFrameLost] = HelperDVBS2StreamRecover(rxBBFrame); if ~isFrameLost && length(decBits) ~= dataSize isFrameLost = true; end else [decBits,isFrameLost,pktCRC] = HelperDVBS2StreamRecover(rxBBFrame); if ~isFrameLost && length(decBits) ~= dataSize isFrameLost = true; pktCRC = zeros(0,1,'logical'); end % Compute the packet error rate for TS or GS packetized % mode. pktsErr = pktsErr + numel(pktCRC) - sum(pktCRC); pktsRec = pktsRec + numel(pktCRC); end if ~isFrameLost ts = sprintf('%s','BB header decoding passed.'); else ts = sprintf('%s','BB header decoding failed.'); end % Compute the number of frames lost. CRC failure of baseband header % is considered a frame loss. numFramesLost = isFrameLost + numFramesLost; fprintf('%s(Number of frames lost = %1d)\\n',ts,numFramesLost) % Compute the bits in error. bitInd = (dataStInd-1)*dataSize+1:dataStInd*dataSize; if isLastFrame && ~isFrameLost bitsErr = bitsErr + sum(data(bitInd) ~= decBits); else if ~isFrameLost bitsErr = bitsErr + sum(data(bitInd) ~= decBits); end end dataStInd = dataStInd + 1; end end end stIdx = endIdx; end```\n```BB header decoding passed.(Number of frames lost = 0) BB header decoding passed.(Number of frames lost = 0) BB header decoding passed.(Number of frames lost = 0) BB header decoding passed.(Number of frames lost = 0) BB header decoding passed.(Number of frames lost = 0) BB header decoding passed.(Number of frames lost = 0) BB header decoding passed.(Number of frames lost = 0) BB header decoding passed.(Number of frames lost = 0) BB header decoding passed.(Number of frames lost = 0) ```\n\n### Visualization and Error Logs\n\nPlot the constellation of the synchronized data and compute the BER and PER.\n\n```% Synchronized data constellation plot syncConst = comm.ConstellationDiagram('Title','Synchronized data', ... 'XLimits',[-2 2],'YLimits',[-2 2], ... 'ShowReferenceConstellation',false); syncConst(syncOut)```", null, "```pause(0.5) % Error metrics display % For GS continuous streams if strcmpi(cfgDVBS2.StreamFormat,'GS') && ~rxParams.UPL if (simParams.numFrames-rxParams.totalSyncFrames == numFramesLost) fprintf(\"All frames are lost. No bits are retrieved from BB frames.\") else ber = bitsErr/((dataStInd-rxParams.totalSyncFrames)*dataSize); fprintf('BER : %1.2e\\n',ber) end else % For GS and TS packetized streams if pktsRec == 0 fprintf(\"All frames are lost. No packets are retrieved from BB frames.\") else if strcmpi(cfgDVBS2.StreamFormat,'TS') pktLen = 1504; else pktLen = cfgDVBS2.UPL; % UP length including sync byte end ber = bitsErr/(pktsRec*pktLen); per = pktsErr/pktsRec; fprintf('PER: %1.2e\\n',per) fprintf('BER: %1.2e\\n',ber) end end```\n```PER: 0.00e+00 ```\n```BER: 0.00e+00 ```\n\n### Further Exploration\n\nThe operating ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ range of the DVB-S2 standard being very low requires the normalized loop bandwidth of the symbol synchronizer and coarse FLL to be very small for accurate estimation. These parameters are set via `rxParams.symbSyncLoopBW `and `rxParams.carrSyncLoopBW`.\n\n#### Configure Symbol Timing Synchronization Parameters\n\nTry running the simulation using the symbol timing synchronizer configured with a normalized loop bandwidth of 1e-4. With loop bandwidths at this level, this table shows the typical number of frames required for convergence of the symbol timing loop for specific modulation schemes and `'normal'` FEC frames.", null, "For '`short`' FEC frames, the number of frames used for symbol timing synchronization is thrice the number required for '`normal`' FEC frames. To achieve convergence of the timing loop, the ratio `rxParams.symbSyncLoopBW/simParams.sps` must be greater than 1e-5. If the symbol timing loop doesn't converge, try increasing the `rxParams.carrSyncLoopBW` .\n\n#### Configure Frame Synchronization Parameters\n\nChoose a `rxParams.symbSyncLock` value from the table provided in Configure Symbol Timing Synchronization Parameters section. Set `rxParams.frameSyncLock` as a value in the range of [5, 15] frames based on the ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ setting. If the output is not as expected, increase the number of frames required for frame synchronization.\n\n#### Configure Carrier Synchronization Parameters\n\nTry running the simulation using the coarse FLL configured with a normalized loop bandwidth of 1e-4*0.023 for PSK signals and 4e-4*0.023 for APSK signals.\n\nWhen you set the `FECFrame` property to `'normal'`, set the `rxParams.coarseFreqLock` property to 20. When you set the `FECFrame` property to `'short'`, set the `rxParams.coarseFreqLock` property to 80. Set `simParams.EsNodB` to the lowest ${\\mathit{E}}_{\\mathit{s}}/{\\mathit{N}}_{\\mathit{o}}$ for the chosen modulation scheme from ETSI EN 302 307-1 Section 6 . For the `HelperDVBS2TimeFreqSynchronizer` system object, set its properties as discussed in the previous sections based on the chosen configuration.\n\n```% timeFreqSync = HelperDVBS2TimeFreqSynchronizer( ... % 'CarrFreqLoopBW',rxParams.carrSyncLoopBW, ... % 'SymbTimeLoopBW',rxParams.symbSyncLoopBW, ... % 'SamplesPerSymbol',simParams.sps, ... % 'DataFrameSize',rxParams.xFecFrameSize, ... % 'SymbSyncTransitFrames',rxParams.symbSyncLock, ... % 'FrameSyncAveragingFrames',rxParams.frameSyncLock)```\n\nReplace the code in the symbol timing and coarse frequency synchronization section with these lines of code. Run the simulation for different carrier frequency offset (CFO) values. After coarse frequency compensation, view the plot and the residual CFO value (`resCoarseCFO`) over each frame to observe the performance of the coarse frequency estimation algorithm. Ideally, the coarse frequency compensation reduces the error to 2% of the symbol rate. If the coarse frequency compensation is not reduced to less than 3% of the symbol rate, try decreasing the loop bandwidth and increasing the `rxParams.coarseFreqLock`. Because the frequency error is estimated using the pilot symbols, verify that the frame synchronizer is properly locked to the beginning of frame.\n\n```% [out,index,phEst] = timeFreqSync(rxData,false); % Frequency offset estimate normalized by symbol rate % freqOffEst = diff(phEst(1:simParams.sps:end))/(2*pi); % plot(freqOffEst) % actFreqOff = simParams.cfo/(simParams.chanBW/(1 + cfgDVBS2.RolloffFactor)); % resCoarseCFO = abs(actFreqOff-freqOffEst(end));```\n\nWhen the residual carrier frequency offset value (`resCoarseCFO`) is reduced to approximately 0.02 or 0.03, set the `rxParams.frameCount` to the `rxParams.coarseFreqLock` value.\n\nFor `'normal'` FEC frames, set the `rxParams.fineFreqLock` value to 10. For `'short'` FEC frames, set the `rxParams.fineFreqLock` value to 40. Replace the code in the fine frequency error estimation section with this code.\n\n```% rxParams.fineFreqCorrVal = HelperDVBS2FineFreqEst(fineFreqIn(rxParams.pilotInd), ... % rxParams.numPilots,rxParams.refPilots,rxParams.fineFreqCorrVal); % fineFreqEst = angle(rxParams.fineFreqCorrVal)/(pi*(19)); % resFineCFO = abs(actFreqOff-freqOffEst(end)-fineFreqEst);```\n\nRepeat the simulation process and observe the residual CFO value (`resFineCFO`) over each frame. If the fine frequency estimator does not reduce the residual carrier frequency error to approximately 0.01% of the symbol rate, try increasing the `rxParams.fineFreqLock` property value.\n\nWhen the residual CFO value (`resFineCFO`) is reduced to approximately 0.0001 or 0.0002, set the `rxParams.frameCount+1` to the `rxParams.coarseFreqLock` value.\n\nFine phase compensation PLL is used for only 16 APSK and 32 APSK modulation schemes with substantial phase noise.\n\nAfter refining the synchronization parameters set in the `rxParams` structure, perform the BER simulation for the updated configuration.\n\n### Appendix\n\nThe example uses these helper functions:\n\n### Bibliography\n\n1. ETSI Standard EN 302 307-1 V1.4.1(2014-11). Digital Video Broadcasting (DVB); Second Generation Framing Structure, Channel Coding and Modulation Systems for Broadcasting, Interactive Services, News Gathering and other Broadband Satellite Applications (DVB-S2).\n\n2. ETSI Standard TR 102 376-1 V1.2.1(2015-11). Digital Video Broadcasting (DVB); Implementation Guidelines for the Second Generation System for Broadcasting, Interactive Services, News Gathering and other Broadband Satellite Applications (DVB-S2).\n\n3. Mengali, Umberto, and Aldo N.D'Andrea. Synchronization Techniques for Digital Receivers. New York: Plenum Press,1997.\n\n4. E. Casini, R. De Gaudenzi, and Alberto Ginesi. \"DVB‐S2 modem algorithms design and performance over typical satellite channels.\" International Journal of Satellite Communications and Networking 22, no. 3 (2004): 281-318.\n\n5. Michael Rice, Digital Communications: A Discrete-Time Approach. New York: Prentice Hall, 2008.\n\n## Support", null, "Get trial now" ]
[ null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_01.png", null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_02.png", null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_03.png", null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_09.png", null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_04.png", null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_05.png", null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_06.png", null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_07.png", null, "https://nl.mathworks.com/help/examples/satcom/win64/DVBS2BitErrorRateExample_08.png", null, "https://nl.mathworks.com/images/responsive/supporting/apps/doc_center/bg-trial-arrow.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.5995931,"math_prob":0.98102397,"size":28132,"snap":"2021-43-2021-49","text_gpt3_token_len":6851,"char_repetition_ratio":0.16193828,"word_repetition_ratio":0.08120587,"special_character_ratio":0.21487986,"punctuation_ratio":0.18382041,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.97014785,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],"im_url_duplicate_count":[null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,1,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-22T09:25:00Z\",\"WARC-Record-ID\":\"<urn:uuid:aa167a45-bbf1-4ab3-bb73-f40358a9da3c>\",\"Content-Length\":\"127587\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e85a16cb-6ad1-460c-8d22-36e16c623628>\",\"WARC-Concurrent-To\":\"<urn:uuid:8c9a7869-1eca-4205-9eea-ceda17a737f6>\",\"WARC-IP-Address\":\"23.196.96.42\",\"WARC-Target-URI\":\"https://nl.mathworks.com/help/satcom/ug/end-to-end-dvbs2-simulation-with-rf-impairments-and-corrections.html\",\"WARC-Payload-Digest\":\"sha1:SFOAX4WUN5GGGJ6YWAEGFUSY4FZQDU4C\",\"WARC-Block-Digest\":\"sha1:FS5FNHTNRHD45VDYVD3XWCKCJIUIHXF7\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323585504.90_warc_CC-MAIN-20211022084005-20211022114005-00717.warc.gz\"}"}
https://ems.press/books/emm/108
[ "# Concentration Compactness for Critical Wave Maps\n\n• ### Joachim Krieger\n\nEPFL Lausanne, Switzerland\n• ### Wilhelm Schlag\n\nUniversity of Chicago, USA", null, "A subscription is required to access this book.\n\nWave maps are the simplest wave equations taking their values in a Riemannian manifold . Their Lagrangian is the same as for the scalar equation, the only difference being that lengths are measured with respect to the metric . By Noether's theorem, symmetries of the Lagrangian imply conservation laws for wave maps, such as conservation of energy.\n\nIn coordinates, wave maps are given by a system of semilinear wave equations. Over the past 20 years important methods have emerged which address the problem of local and global wellposedness of this system. Due to weak dispersive effects, wave maps defined on Minkowski spaces of low dimensions, such as , present particular technical difficulties. This class of wave maps has the additional important feature of being energy critical, which refers to the fact that the energy scales exactly like the equation.\n\nAround 2000 Daniel Tataru and Terence Tao, building on earlier work of Klainerman–Machedon, proved that smooth data of small energy lead to global smooth solutions for wave maps from 2+1 dimensions into target manifolds satisfying some natural conditions. In contrast, for large data, singularities may occur in finite time for as target. This monograph establishes that for as target the wave map evolution of any smooth data exists globally as a smooth function.\n\nWhile we restrict ourselves to the hyperbolic plane as target the implementation of the concentration-compactness method, the most challenging piece of this exposition, yields more detailed information on the solution. This monograph will be of interest to experts in nonlinear dispersive equations, in particular to those working on geometric evolution equations." ]
[ null, "https://ems.press/_next/image", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.90769666,"math_prob":0.94759446,"size":1870,"snap":"2023-40-2023-50","text_gpt3_token_len":372,"char_repetition_ratio":0.1130761,"word_repetition_ratio":0.0,"special_character_ratio":0.1748663,"punctuation_ratio":0.094936706,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9500018,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-12-03T11:13:51Z\",\"WARC-Record-ID\":\"<urn:uuid:7e3dc569-e252-496d-bf36-e80a041e1921>\",\"Content-Length\":\"62045\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:b56b7acb-c1ce-470e-bc62-38d4e3e5dd57>\",\"WARC-Concurrent-To\":\"<urn:uuid:9e542c3f-b3c3-47d0-87b6-f42da3413e56>\",\"WARC-IP-Address\":\"76.76.21.93\",\"WARC-Target-URI\":\"https://ems.press/books/emm/108\",\"WARC-Payload-Digest\":\"sha1:2CEIWCPUVYN3OUJQ5M7ABLPETGFULJEK\",\"WARC-Block-Digest\":\"sha1:GXE3JLNWJEGLKY36CGN2IRG467HRWHJT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-50/CC-MAIN-2023-50_segments_1700679100499.43_warc_CC-MAIN-20231203094028-20231203124028-00487.warc.gz\"}"}
https://www.studypug.com/integral-calculus/?%20textbook_key=differential-equations&topic_key=separable-equations
[ "# Separable equations\n\n## Separable differential equations\n\n### Method of separation of variables\n\nThe method of separation of variables consists in all of the proper algebraic operations applied to a differential equation (either ordinary or partial) which allows to separate the terms in the equation depending to the variable they contain. In other words, this method allows \"separable equations\" to be rewritten in a way that all of the terms containing one of the variables present go to one side of the equal sign in the equation, while all of the terms pertaining to the other variable present go to the other side of the equal sign; and so, each side of the equation remains as a function described in terms of only one variable that can be integrated in order to solve for the variable itself.\n\nAs you may have noted already, in this case we are talking about differential equations containing only two variables (usually y as the dependent variable and x as the independent variable. Sometimes t is used instead of x). And so, separation of variables applied to an equation defined in terms of the two variables x and y, ends up being any algebraic operation (such as addition, subtraction, multiplication, division, roots, etc) which is applied to both sides of a mathematical equality so we can organize all of the terms of x in one side and all of the terms of y in the other side.\n\nTherefore, there is no universal set of steps to follow while working through separation of variables calculus, which can even be referred to as algebra for this part, since even total differentials are taken as simple terms for practical purposes while separating. Consequently, while working through separation of variables examples it is up to you to decide which operations, and in what order should they be computed to the equation so you can set apart different variable terms.\n\nFor this lesson we will focus on solving separable differential equations as a method to find a particular solution for an ordinary differential equation. An equation is defined as separable if simple algebra operations can obtain a result such as the one discussed above (putting distinct variables in the equation apart in each side of the equality). Also, make sure you are familiarized with what a differential equation perse is before moving on through this lesson, if you do not have much experience with differential equations yet we recommend you to take a look at the introduction to differential equations lesson before you continue with our topic.\n\nBefore we continue onto the next section, let us say a few more words about the method of finding solutions to differential equations by separation of variables: The technique is one of the most used in order to solve first order separable differential equations, since is one of the simplest approaches we have to obtain their particular solutions, and even if you have problems to solve containing non separable differential equations, you can work through the first stages of the problem with different techniques (which you will see in later lessons) and at some point you may find out that you still will have to use separation after simplification has taken place.\n\nIn conclusion, separation of variables differential equations refer to those problems which contain a typical ordinary differential equation or a partial differential equation which is separable. Thus, the first thing you have to do to know if you can use this method or not while working on a given problem, is to know if you have a separable equation or not.\n\n### How to tell if a differential equation is separable\n\nSeparable differential equations have the general form of:\n\nWhere:\nf(y) is a function in terms of y.\ng(x) is a function in terms of x.\ndy/dx is the rate of change of y in terms of x\n\nIn such equations you will find that a function of y multiplying the total derivative of y with respect to the independent variable (in this case x) will be equal to a function of x. In order to fully \"separate\" them, we need to have all x's in one side and so we move the term dx (total differential of x) to the right by \"multiplying\" it in both sides as if it was a common algebraic term:\n\nIt is important to know this is a trick and not the true mathematical operation that goes on in this shift of dx from the left-hand side to the right-hand side. The way how the total differential dx moves involves a much complicated operation and comes from definition of total derivative in terms of partial derivatives. For practical purposes we will leave such topics for later and just follow this \"trick\" for the moment.\n\nNotice that equation 1 will produce separable first order differential equations only, meaning that the highest derivative you will find in them is the first derivative of y. The reason for this is that we mostly use this technique on such equations since they tend to be the more manageable ones, and so, the ones we can rearrange to put the different variables apart.\n\nWe will talk about methods to solve equations containing higher order derivatives in future lessons, and although these will be much more mathematically robust, as we mentioned before, you will be happy to see that sometimes separation comes as an aid tool through some stages of higher level problems.\n\n### How to solve separable differential equations\n\nIn order to solve separable differential equations you need to follow the next simple steps. For problems without initial values you need to find a general solution and thus arrive until step 3, for initial value problems (those with initial conditions) you have to go through all the steps in order to find a particular solution.\n\n1. Put all of the y terms from the equation in one side and all of the x terms on the other.\n2. Integrate each side.\n1. For this step you may have to use different methods of integration depending on the equation you have to integrate. Such methods can be:\n1. U-substitution\n2. Integration by parts\n3. Integration using trigonometric identities\n4. Trigonometric substitution\n5. Integration of rational functions by partial fractions\n* Be sure to review these lessons so you are prepared for these antiderivatives.\n3. Solve for y to obtain a general solution.\n4. If an initial condition is given, apply the value to the general solution and find the value of the unknown constant c.\n5. Obtain the particular solution by plugging the value of c into the general solution.\n\nRemember these are the general steps to follow through the complete solution of a differential equation that is separable, but notice the separation part itself occurs only in step 1. As mentioned before, step one has no single universal solution and you have to figure out how to put all x's and y's apart.\n\nNow that you have an easy set of instructions to follow, let us work through some separable differential equations examples:\n\n### Example 1\n\nFind the general solution to the following differential equation:\n\n• #### Step 1:\n\nFirst we separate all of the y terms from the x terms by putting each type of term in a different side of the equal sign:\n• #### Step 2:\n\nWe integrate each side, the side containing the y terms must be integrated with respect to y, and the side containing the x terms must be integrated with respect to x.\n\nNotice that in this case, we didn't put the constant value resulting from the left-hand side integration. Let us explain this explicitly:", null, "Equation for example 1(b-2): Explicit explanation of the simplification of c\n\nAs you can see, if we pass this constant to the other side by subtracting it from both sides we will end up with a subtraction of unknown constants in the right-hand side, which at the end is just another unknown constant. This happens every time, and thus we have decided to just name this constant c and for practical purposes, always keep it in the side of the equation containing the terms of x.\n\n• #### Step 3:\n\nNow we solve for y in order to obtain our general solution:", null, "And so our general solution is:\n\nIs important to note that the signs were added to our general solution equation because if we were to have an initial condition for the problem, the resultant value could be either positive or negative as long as their absolute value is the same. The reason for that is that it doesn't matter if a number is positive or negative, if you square it you will obtain a positive value, this positive value would be the one inside the square root in the equation above.\nIn simple words: all square roots have two possible solutions, a positive and a negative one where both have the same absolute value.\n\n### Example 2\n\nFind the general solution of the following differential equation:\n\n• #### Step 1:\n\nSeparate all of the y terms from the x terms by putting them in different sides of the equal sign:", null, "Equation for example 2(a): Separating the terms of the differential equation\n• #### Step 2:\n\nIntegrating each side:", null, "Equation for example 2(b-1): Integrating both sides of the equation part 1\n\nFor the left hand-side of the equation we use the method of integration by partial fractions and the notable product called \"difference of squares\" → $\\left(a^{\\small2}-b^{\\small2}\\right)=\\left(a+b\\right)\\left(a-b\\right)$ so we can rewrite the left hand side as:\n\n• In order to solve this integral, we first solve the fraction inside using partial fractions: plugging the value of B and setting y = 0 then:", null, "Equation for example 2(b-2): Integrating both sides of the equation part 2\n• #### Step 3:\n\nNow we put both left hand-side and right hand-side together to obtain the general solution to the equation\n\nIn this case we will not be solving for y since this complicates the equation even more, therefore we just say this is the most practical way to represent the relationship between y and x and thus this is our general solution.\n\nWhen solving for general solutions, always try to solve for y and simplify the expression as much as possible. For this problem, if we were to have an initial value condition we could apply it, solve for the unknown constant and then solve explicitly for y, probably simplifying the expression much more, but since no initial value was given, this is the most we can do for the moment.\n\n### Example 3\n\nObtain the general solution for the differential equation below:\n\n• #### Step 1:\n\nSeparating the y and x terms:", null, "Equation for example 3(a): Separating the terms of the differential equation\n• #### Step 2:\n\nIntegrating each side of the equation:\ntherefore:", null, "Equation for example 3(b): Integrating both sides of the equation\n• #### Step 3:\n\nWe solve for y in order to find the general solution for the differential equation. In this case we start by passing the negative sign to the right-hand side and then applying the inverse cosine to both sides to obtain the final result:\n\n### Example 4\n\nCalculate the general solution for the differential equation below:\n\n• #### Step 1:\n\nWe separate the y and x terms:", null, "Equation for example 4(a): Separating the terms of the differential equation\n• #### Step 2:\n\nIntegrating each side of the equation:\ntherefore:", null, "Equation for example 4(b): Integrating both sides of the equation\n• #### Step 3:\n\nWe apply the exponential to both sides to solve for y and find the general solution for the differential equation:\n\n### Example 5\n\nCalculate the general solution for the differential equation below:\n• #### Step 1:\n\nWe separate the y and x terms:", null, "Equation for example 5(a): Separating the terms of the differential equation\n• #### Step 2:\n\nIntegrating each side of the equation:\ntherefore:", null, "Equation for example 5(b): Integrating both sides of the equation\n• #### Step 3:\n\nHaving y squared we just take the square root of both sides of the equation in so we obtain the general solution for the differential equation:\n\nNow is time for us to look into problems containing initial conditions, in other words, we will be solving differential equations for which you know one particular result. This way you can apply the information you know about this differential equation so you can find the value of the unknown constant and obtain the particular solution to the differential equation.\n\nThese problems are what we call, initial value problems, since they initially provide certain values in order to find a more specific solution. Remember that for these problems, we will go through the whole list of steps specified at the beginning of this section in order to find the solution.\n\n### Example 6\n\nFind the particular solution to the first order differential equation, use separation of variables to solve the initial value problem with condition y(0)=2.\n\n• #### Step 1:\n\nWe separate the y and x terms:", null, "Equation for example 6(a): Separating the terms of the differential equation\n• #### Step 2:\n\nIntegrating each side of the equation:\ntherefore:", null, "Equation for example 6(b): Integrating both sides of the equation\n• #### Step 3:\n\nWe apply the exponential to both sides and solve for y to find the general solution expression:\ntherefore:", null, "Equation to example 6(c): General solution for the differential equation\n• #### Step 4\n\nLet us apply the initial condition y(0)=2 (which means that when x=0, y=2) in order to find the value of the unknown constant in the general solution.\ntherefore: c=0\n• #### Step 5\n\nAnd finally, we plug the value of c into the general solution to find the particular solution of the differential equation:\n\nNow let us take a look at our final example, also a problem in which you will find the particular solution:\n\n### Example 7\n\nCompute the particular solution for the differential equation below with initial condition y(0)=1.\n• #### Step 1:\n\nWe separate the y and x terms:", null, "Equation for example 7(a): Separating the terms of the differential equation\n• #### Step 2:\n\nIntegrating each side of the equation:\ntherefore:", null, "Equation for example 7(b): Integrating both sides of the equation\n• #### Step 3:\n\nNow we solve for y to find the general solution:\ntherefore:", null, "Equation to example 7(c): General solution for the differential equation\n• #### Step 4:\n\nAlmost done! We need to apply the initial condition y(0)=1 so we can find the value of c in the general solution.", null, "Equation for example 7(d): Solving for the unknown constant from the general solution\n• #### Step 5:\n\nFinally, plugging the value of c into the general solution we obtain the particular solution for the differential equation:\n\nWe hope you have enjoyed these examples and that the technique to solve separable equations is clear now. This is an important lesson to understand completely since it will be used over and over again in later lessons. Make sure that you go through every single step of all of the examples a few times if you have issues.\n\nAs a last thing, we recommend you to take a look into these separable equations notes so you can see a few more examples to continue your studies.\n\n### Separable equations\n\nSeparable of variables is a method we use to find a general solution of a differential equation. The method involves separating all the y variables to the left hand side of the equation, and moving all the x variables to the right side. Afterwards, we integrate both sides of the equation and then isolate for y to find the general solution. If it is too hard to isolate for y, you can leave the answer as it is. We will also be looking at questions about particular solutions. These are solutions which involves finding the value of the constant, when given an initial value.\n\n#### Lessons\n\nA separable differential equation is in the following form:\n\n$f(y)\\frac{dy}{dx}=g(x)$\n\nWhere:\n1. $f(x)$ is a function in terms of $y$.\n2. $g(x)$ is a function in terms of $x$.\n\nWe want to convert the equation to the following form:\n$f(y)dy=g(x)dx$\nso that we can integral both sides, and solve for $y$.\n\n• Introduction\nSeparable Equations Overview\n\n• 1.\nSeparable Equations without Initial Conditions\nFind the general solution of the following differential equations:\na)\n$\\frac{4}{y^3}\\frac{dy}{dx}=\\frac{1}{x}$\n\nb)\n$\\frac{dy}{dx}=(1+e^{-x})(y^2-1)$\n\nc)\n$\\frac{dy}{dx}=\\frac{(x+2)^2}{x \\sin y}$\n\nd)\n$\\frac{dy}{dx}=y(3+e^{2x})$\n\ne)\n$\\frac{dy}{dx}=\\frac{e^x}{y}$\n\n• 2.\nInitial Value Problems\nSolve the following differential equations:\na)\n$\\frac{dy}{dx}=xy-x$ subject to $y(0)=2$\n\nb)\n$\\frac{dy}{dx}=\\frac{x(e^{x^2}+4)}{4y^2}$ subject to $y(0)=1$" ]
[ null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-3586560418955f0d8e490e6aff9e22db-1x.jpg", null, "https://www.studypug.com/integral-calculus/ https:/dmn92m25mtw4z.cloudfront.net/img_set/cal2-4-2-x-ex-3/v1/cal2-4-2-x-ex-3-732w.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-274c86b44e76df462ec91021e7f21930-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-e8d68aa0a97f42878f0345af74c189cc-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-95a1ab3639306dffe3055b289c25e6f4-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-bd140497a978a9a3e01b7935e5d7f1ff-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-bcf5857400afe9b2743ff2c6d8f0924d-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-6454d11ce55719ce4069fa6b662b7b6d-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-aaebb2a7817814a6279f338d0cd65d9b-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-2992b1e697583aea08cb469bbcc78f5e-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-5ec894a11e9dab4e935ca76d702d58b8-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-0519013a9584bfeca389bd5dba835506-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-43f48025f59c1076a2b205c5b192b8d4-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-f37f7ff9065201e58096c3b47a54e583-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-99b9fbfb9f53202b45fda4f1035e698a-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-18a58b45049dd8ed66b469776b195862-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-45850b4161928af5abe3faf4d3141ea8-1x.jpg", null, "https://dmn92m25mtw4z.cloudfront.net/latex_images/latex-image-6889a46963ff3c7586096417d17cb639-1x.jpg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9218695,"math_prob":0.9971237,"size":13964,"snap":"2020-24-2020-29","text_gpt3_token_len":2877,"char_repetition_ratio":0.20007163,"word_repetition_ratio":0.12957631,"special_character_ratio":0.20130335,"punctuation_ratio":0.079166666,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9997485,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36],"im_url_duplicate_count":[null,null,null,2,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-07-05T12:26:52Z\",\"WARC-Record-ID\":\"<urn:uuid:e39dba8f-8d30-4fec-8595-f7c3788b13ee>\",\"Content-Length\":\"284859\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a83bd8a8-3e03-4319-af28-36b115c1a168>\",\"WARC-Concurrent-To\":\"<urn:uuid:806347ec-812a-4e93-8238-0ea13ff7a021>\",\"WARC-IP-Address\":\"34.200.169.6\",\"WARC-Target-URI\":\"https://www.studypug.com/integral-calculus/?%20textbook_key=differential-equations&topic_key=separable-equations\",\"WARC-Payload-Digest\":\"sha1:OVLHCREG5WIMY3XMAJCGJUFJ3SW3FBH6\",\"WARC-Block-Digest\":\"sha1:TXJRSZ224QDQIB3R3DVS3KVWRMYZNBRW\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-29/CC-MAIN-2020-29_segments_1593655887360.60_warc_CC-MAIN-20200705121829-20200705151829-00503.warc.gz\"}"}
https://nm.education/courses/introduction-to-data-science/lessons/machine-learning/topic/naive-bayes/
[ "One of the major classification algorithm we would be learning in this topic is called Naive bayes, this algorithm is based on fundamentals of probability, if you recall our previous topic i.e K-NN it was simple neighbourhood based technique, while naive bayes that we are going to learn today comes from the basics of probability. Before diving into our algorithm let’s first understand some fundamentals of probability.\n\n## Conditional probability\n\nWhat conditional probability means is P(A | B), where A and B are any random variable, and “|” indicates “given” or “conditioned on”. So if we read out this formula it says, probability of A having any random value given the random value of B.", null, "We have played roll-a-dice game in our childhood and also saw some wicked smart hero rolling a dice in casino and taking all money with him right? Now imagine you are asked to throw two dice,  D1 be the random variable or we can say a random value that we got on first die and D2 be the random variable that we got on second die.\n\nSo, total out come that you will have for first die would be 6, and total outcome that you will have on the second die would be 6 as well, hence the total possible out come for both the die thrown together would be 6×6 i.e 36. In the descriptive image it is given, the sum of the value of the dice. So each cell is the sum of  D1 and D2.\n\nWhat is the probability that D1+D2 <=4 ?", null, "Above question simply means, we have 36 possibilities, and out of this 36 possibilities how many outcomes is the sum of D1 and D2 less than or equal to 4. So the 6 yellow colored values are the out comes whose sum is less than or equal to 4. Hence the P(D1+D2<=4)=6/36\n\nWhat is the probability that D1=2 given that D1+D2 <=4 ?", null, "Above question means, P(D2=2 | D1+D2 <= 4) Let’s solve this question, So there are 6 possibilities where D1+D2 <=4 and out of this 6 possibilities how many of them have D2 = 2. There are 2 blue colored who satisfy our question. So P(D2=2 | D1+D2 <= 4) = 2/6.\n\nLet, unravel the formula we have", null, "What  P(A∩B) means, event A has happened as well as event B has happened. So let’s assume event A is D2=2 and event B is D1+D2 <=4  So it means there are only 2 possibilities out of 36 that satisfy P(A∩B) as shown in the image, so 3/36 is the numerator probability and probability of event b happening is 6/36 (we got it from above example)", null, "To know more about Conditional probability, wikipedia has this amazing content that you can refer  https://en.wikipedia.org/wiki/Conditional_probability\n\n## Bayes' theorem\n\nBayes’ theorem is simple and very useful theorem and it is from early 1700’s age\n\nit is been named after Thomas Bayes. Bayes from Naive bayes comes from bayes’ theorem. So the theorem states", null, "Before jumping into the proof let’s understand some terminology in Bayes’ theorem.\n\nP(A | B) is called posterior.\n\nP(B | A) is called likihood.\n\nP(A) is called prior.\n\nP(B) is called evidence.\n\nIn alot of literature P(A∩B) is also written as P(A,B), both are same.\n\nProof:", null, "## Naive Bayes theorem\n\nAs we all know bayes term in naive bayes comes from bayesian theorem and naive term intuitively means unsophisticated/ simplistic. Now let’s go by the flow and understand its theorem.\n\nImagine we have dataset X and it has ‘n’ features and let’s assume we have ‘k’ classes and each classes is represented as ck if k=2 i will be considered as binary classification. Now we have x right, so we want to find out what is the probability given x what is its class label:- P(Ck | x) reading it aloud it states, probability of class label given datapoint x, and ‘x’ is x1,x2,x3….xn as it has ‘n’ features. So using bayes theorem we can write it as", null, "Now let’s unravel numerator and denominator for better understanding, so intuitively what we will be doing is, highest probability value would be our class label, so in a nutshell denominator would be same for every possible k right, it won’t be a factor of having highest probability score. So let’s ignore the denominator and focus on numerator. So what we have learned uptill now and conditional probability we can say P(Ck)*P(x |Ck) = P(Ck ∩ x) often written as P(Ck ,x) this distrubution is called joint probability model.\n\nThere is something called the chain rule for conditional probability.\n\nAs we know (A ⋂ B) = (B ⋂ A) in same way\n\nP(Ck ,x1,x2…xn) = P(x1,x2…xn,Ck)\n\nNow if we think x1 as A and all of this term(x2,x3,…xn,Ck)as our B.\n\nSo probability of A ⋂ B is P(A | B)*P(B) by conditional probability right!!!\n\nP(x1,x2…xn,Ck)=P(x1 | x2…xn,Ck) * P(x2…xn,Ck) ….. (1)\n\nNow we will keep our first term as is and focus on 2nd term which is\n\nP(x2,x3….xn,Ck)\n\nNow if we use x2 as A and all of this term(x3,x4,…xn,Ck)as our B.\n\nWhat we get is P(x2,x3…xn,Ck)=P(x2 | x3,x4…xn,Ck) * P(x3…xn,Ck)\n\nAfter replacing it in equation 1 we get\n\nP(x1,x2…xn,Ck)=P(x1 | x2…xn,Ck) * P(x2 | x3,x4…xn,Ck) * P(x3…xn,Ck)\n\nSo when we follow this same step till the last term we get is\n\nP(x1,…xn,Ck)=P(x1 | x2…xn,Ck)*P(x2 | x3,…xn,Ck)*P(x3…xn,Ck)…P(xn-1 | xn,,ck)*P(xn | ck)*P(ck)\n\nWhat naive bayes says is let’s make a conditional independence assumption.\n\nLet’s take a complex example, if P(A |B,C)= P(A | C)\n\nIt means A is conditional independent of B\n\nSo P(xi | xi+1 , x1+2,…xn, ck)= P(xi | ck) it means xi  is independent of xi+1 , x1+2,…xn given class label ck\n\nHence, expanding and re-ordering it we will get\n\nP(ck | x1, x2 …,xn) = P(ck) * P(x1 | ck) * P(x2 | ck)…..\n\nTo get a more better understanding you can refer\n\nhttps://en.wikipedia.org/wiki/Naive_Bayes_classifier\n\n## Lapace smoothing for text features\n\nImagine we have text dataset consisting of ‘m’ words in it, so in our training phase we will be needed probability of class label to know which class it belong and also probability of words to determine the importance and interpretibility. It is such as\n\nP(w1 | y=0) & P(w1 | y=1)\n\nP(w2 | y=0) & P(w2 | y=1)\n\n..\n\nP(wm | y=0) & P(wm | y=1)\n\nAfter our training phase is over, in our test phase we are given a test query\n\nTest_query=(w1,w2,w3,w’): w1,w2,w3 exist in my corpus(training data) and we have their probabilities. But w’ is not present, it is completely new word that we saw in test query. so now the challange is how do we get   P(w’|y=1) or P(w’ | y=0) . We can’t drop it, dropping w’ is equivalent to saying P(w’ | y=1)=1 and P(w’ |y=0)=1 which is incorrect.\n\nSo Laplace smoothing comes to our help(most of the people get’s confuse cosndiering it as lapkcian smoothing whic is ued for image processing) also known as additive smoothing.\n\n1.  Get no. of times w’ occurs in training data where y=1 i.e 0 and no. of point where y=1 , and divide them :- No.points w’ occurs & y=1 / No. of points where y=1\n2. Adding α to numerator and αk to the denominator, typically α is taken as 1 and k is distinct value w’ can take, i.e if there are 2 class label w’ can take 2 values. In our case its 0,1 so distinct values w’ can take is 2. So formula for laplace smoothing we get is No.points w’ occurs & y=1 + α  / No. of points where y=1 + αk\n\n## Getting hands-on\n\nWe will be using Weka, an open source software to get hands-on experience of Naive Bayes. Before diving into code let’s understand what is weka. Weka is a collection of machine learning algorithms for data mining tasks. It contains tools for data preparation, classification, regression, clustering. Math over here would be taken care by WEKA. This is where you will learn more about it. https://www.cs.waikato.ac.nz/ml/weka/\n\nLet’s import some required library, loading our data set into memory and separate variable and class that we want to predict.\n\n\t\t\t\t\nimport weka.core.converters.ConverterUtils\nimport weka.classifiers.bayes.NaiveBayes\n\n\n\nInitially we will load data from the github respository, so that we may not need to download the data.\n\n\t\t\t\t\nval data = weka.core.converters.ConverterUtils.DataSource(\"https://raw.githubusercontent.com/nmltd/s2-data-sets/main/iris.arff\").getDataSet()\n\n\n\n\nLet’s set label column i.e class to the last attribute of data\n\n\t\t\t\t\nif (data.classIndex() == -1)\ndata.setClassIndex(data.numAttributes() - 1)\n\n\n\nWeka have amazing filters in modules of theirs, filters are used for custom filtering of data, so we will be using stratified filter on our dataset to randomly fold the data and also lets split the data in 5 folds and select 1st fold for our usecase becasuse we are not using test data for this topic, we are dividing our whole data that we have to train and test data.\n\n\t\t\t\t\nval options = arrayOf(\"-N\", \"5\",\"-F\",\"1\")\nfilter.setOptions(options)\nfilter.setInputFormat(data)\nfilter.setInvertSelection(false)\n\n\n\nSo  let’s apply the filter that we created to the test data.\n\n\t\t\t\t\nval test = weka.filters.Filter.useFilter(data, filter)\nfilter.setInvertSelection(true); // invert the selection to get other data\nval train = weka.filters.Filter.useFilter(data, filter)\n\n\n\nNow its time to load and use our naive bayes classifer.\n\n\t\t\t\t\nval cls = weka.classifiers.bayes.NaiveBayes();\ncls.buildClassifier(train)\n\n\n\nFinally let’s evaluate the classifer and see some statistics.\n\n\t\t\t\t\nval eval = weka.classifiers.Evaluation(train)\neval.evaluateModel(cls, test)\nprint(eval.toSummaryString(\"\\nResults\\n======\\n\", false))", null, "We now conclude the topic, “Naive Bayes”.\n\nThank you for spending time on this course! Hope you learned a lot." ]
[ null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NjgiIGhlaWdodD0iNTc4IiB2aWV3Qm94PSIwIDAgNzY4IDU3OCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=", null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NjgiIGhlaWdodD0iNTQ4IiB2aWV3Qm94PSIwIDAgNzY4IDU0OCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=", null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NjgiIGhlaWdodD0iNjEwIiB2aWV3Qm94PSIwIDAgNzY4IDYxMCI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=", null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTciIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCAxNTcgNDUiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOiNjZmQ0ZGI7ZmlsbC1vcGFjaXR5OiAwLjE7Ii8+PC9zdmc+", null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTMiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyMTMgNDIiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOiNjZmQ0ZGI7ZmlsbC1vcGFjaXR5OiAwLjE7Ii8+PC9zdmc+", null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMzciIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAyMzcgMzUiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOiNjZmQ0ZGI7ZmlsbC1vcGFjaXR5OiAwLjE7Ii8+PC9zdmc+", null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzQ3IiB2aWV3Qm94PSIwIDAgMzAwIDM0NyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=", null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTMiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAxOTMgMzgiPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOiNjZmQ0ZGI7ZmlsbC1vcGFjaXR5OiAwLjE7Ii8+PC9zdmc+", null, "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NTMiIGhlaWdodD0iMjAyIiB2aWV3Qm94PSIwIDAgNjUzIDIwMiI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6I2NmZDRkYjtmaWxsLW9wYWNpdHk6IDAuMTsiLz48L3N2Zz4=", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9035332,"math_prob":0.98964953,"size":9101,"snap":"2023-40-2023-50","text_gpt3_token_len":2496,"char_repetition_ratio":0.11146532,"word_repetition_ratio":0.016677357,"special_character_ratio":0.2642567,"punctuation_ratio":0.11796914,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99901515,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-27T21:23:13Z\",\"WARC-Record-ID\":\"<urn:uuid:0552c39a-9714-475e-a928-7b7f7f36b26a>\",\"Content-Length\":\"200075\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:3dc84f55-9d32-4773-a287-4ba4d32b2375>\",\"WARC-Concurrent-To\":\"<urn:uuid:ce9a5101-0c87-408f-8105-90efe5e67e00>\",\"WARC-IP-Address\":\"104.154.187.242\",\"WARC-Target-URI\":\"https://nm.education/courses/introduction-to-data-science/lessons/machine-learning/topic/naive-bayes/\",\"WARC-Payload-Digest\":\"sha1:5S2EGUUFHZ3DDKJHEGPH3BGDNPUJWB2I\",\"WARC-Block-Digest\":\"sha1:25RQVXX5XTG27523DI5EVRCGXO4GFETU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233510326.82_warc_CC-MAIN-20230927203115-20230927233115-00308.warc.gz\"}"}
https://lcl-161.com/background-to-optimize-dialysis-prescription-and-liquid-balance-from-the-peritoneal/
[ "Background: To optimize dialysis prescription and liquid balance from the peritoneal\n\nBackground: To optimize dialysis prescription and liquid balance from the peritoneal dialysis (PD) sufferers, it’s important to accurately assess their dry out fat. by SPSS plan ver18. Outcomes: There have been 49.5% men and 50.5% females using the mean age of 54.617 years. The mean dried out fat in the experimental technique was 63.413.3 kg compared to the various other (61.5 13.7 kg). There is a big change between your total results (value <0.001) depended in the gender t-test, but there is a 98% relationship between the outcomes by two strategies. No correlation noticed between your patient's age group, body mass index, blood circulation pressure, previous hemodialysis background, PD duration period, and root disease. Bottom line: The analysis showed that there surely is significant difference between your two strategies. However, there is 98% direct relationship between them. It really is figured bioelectrical impedance evaluation is CK-1827452 actually a better alternative for accurate evaluation of dry weight in PD patients because it CK-1827452 is a fast and cheap method and does not depend on examiner's capability. Further studies based on the results of this method are recommended to consider this method as the gold standard. < 0.001). That means that the patient's dry weight estimated by the experimental method differs from that obtained by instrumental evaluation. Figure 1 illustrates the patients dry weight distribution by the two methods. Figure 1 Comparison between the mean and the confidence interval for the patients dry weight by the experimental and BIA methods CK-1827452 The study of the correlation between the patient’s dry weight obtained by the experimental method EIF4EBP1 and BIA evaluation showed that there is a direct correlation of 0.99 between the patient’s dry weight through the two methods which is statistically significant (< 0.001). Figure 2 depicts the correlation between these two methods in the calculation of the patient's dry weight. Figure 2 Correlation between the estimated dry weight by the experimental method and BIA (using Maltron Bioscan ver916) methods Mean difference of patients dry weight by the two methods was 2.22.4 kg. The minimum difference observed was zero and the maximum was 12.6 kg. Mean weight difference in the males and females under study was 32.7 and 1.51.8 and according to the Student t-test there is significant difference in the dry weight of the females and males (P=0.002). Dry weight difference calculated by the two methods for underweight patients was 1.21.9, for patients with normal weight was 2.62.5, for overweight patients was 22.7 and in the obese CK-1827452 ones was 1.41.4 and, also, according to the analysis of variance (ANOVA), no relationship existed between BMI and weight difference in the two methods (P=0.44). The results are as shown in Figure 3. Figure 3 The patients dry weight difference in the two experimental and BIA methods based on the BMI scale No correlation observed between the patients dry weight difference by the two methods and the patient’s age, body mass index, blood pressure, previous hemodialysis history, PD duration time, and underlying disease. DISCUSSION AND CONCLUSION The general objective of this study was to compare the dry weight in peritoneal dialysis patiens with using the experimental method and BIA evaluation. According to obtained results, the reliability of the gravimetric method by BIA has been proven in different age groups and, in fact, no significant difference existed between the age groups. Regarding different gender groups, these two methods gave significantly different values for males and females which can be justified with considering the difference in males and females body fat percentage and." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9496178,"math_prob":0.95701903,"size":3771,"snap":"2022-05-2022-21","text_gpt3_token_len":796,"char_repetition_ratio":0.17467481,"word_repetition_ratio":0.017123288,"special_character_ratio":0.21771413,"punctuation_ratio":0.10729614,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9544707,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-01-20T05:07:35Z\",\"WARC-Record-ID\":\"<urn:uuid:d3045be1-cba8-41fc-a147-b1dc038a793b>\",\"Content-Length\":\"40044\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:b028b132-25f0-44ca-b0e2-31ed4dff47ac>\",\"WARC-Concurrent-To\":\"<urn:uuid:a8832d12-4368-4239-a4ca-d954e9a50b6b>\",\"WARC-IP-Address\":\"23.239.23.132\",\"WARC-Target-URI\":\"https://lcl-161.com/background-to-optimize-dialysis-prescription-and-liquid-balance-from-the-peritoneal/\",\"WARC-Payload-Digest\":\"sha1:U7XBZPQH6OO5FYGAR7XR2QNQSDU2WRA7\",\"WARC-Block-Digest\":\"sha1:RC6MD6I5B34XTK5QYQVNYYCIUQ373YCX\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-05/CC-MAIN-2022-05_segments_1642320301720.45_warc_CC-MAIN-20220120035934-20220120065934-00372.warc.gz\"}"}
http://pldml.icm.edu.pl/pldml/element/bwmeta1.element.bwnjournal-article-bcpv33z1p297bwm?q=bwmeta1.element.bwnjournal-number-bcp-1996-33-1;26&qt=CHILDREN-STATELESS
[ "PL EN\n\nWidoczny [Schowaj] Abstrakt\nLiczba wyników\nCzasopismo\n\n## Banach Center Publications\n\n1996 | 33 | 1 | 297-308\nTytuł artykułu\n\n### Non-Euclidean geometry and differential equations\n\nAutorzy\nTreść / Zawartość\nWarianty tytułu\nJęzyki publikacji\nEN\nAbstrakty\nEN\nIn this paper a geometrical link between partial differential equations (PDE) and special coordinate nets on two-dimensional smooth manifolds with the a priori given curvature is suggested. The notion of G-class (the Gauss class) of differential equations admitting such an interpretation is introduced. The perspective of this approach is the possibility of applying the instruments and methods of non-Euclidean geometry to the investigation of differential equations. The equations generated by the coordinate nets on the Lobachevsky plane $Λ^2$ (the hyperbolic plane) take a particular place in this study. These include sine-Gordon, Korteweg-de Vries, Burgers, Liouville and other equations. They form the so-called $Λ^2$-class (the Lobachevsky class). The theorems on the mutual transformation of solutions of $Λ^2$-class equations are formulated. On the base of the developed approach a transformation allowing one to construct global solutions of Liouville type equations from solutions of the Laplace equation is established. Natural generalizations of the well-known nonlinear PDE from the non-Euclidean geometry point of view are proposed. The possibility of the applications of the discussed formalism in the phase spaces theory is stressed.\nSłowa kluczowe\nCzasopismo\nRocznik\nTom\nNumer\nStrony\n297-308\nOpis fizyczny\nDaty\nwydano\n1996\nTwórcy\nautor\n• Chair of Mathematics, Department of Physics, Moscow State University, 119899 Moscow, Russia\nBibliografia\n• A. Artikbaev and D. D. Sokoloff, Geometry 'in the Large' in Plane Space-Time, Fan, Tashkent, 1991 (in Russian).\n• A. Barone and G. Paterno, The Josephson Effect, Mir, Moscow, 1984 (in Russian).\n• R. Beals, M. Rabelo and K. Tenenblat, Bäcklund transformation and inverse scattering for some pseudospherical surface equations, Stud. Appl. Math. 81 (1989), 125-151.\n• F. Calogero and X. Ji, C-integrable partial differential equations I, J. Math. Phys. 32 (4) (1991), 875-887.\n• F. Calogero and X. Ji, C-integrable PDEs II, ibid. 32 (10) (1991), 2703-2717.\n• S. S. Chern and K. Tenenblat, Pseudospherical surfaces and evolution equations, Stud. Appl. Math. 74 (1) (1986), 55-83.\n• M. Crampin and D. J. Saunders, The sine-Gordon equation, Tchebyshev nets and harmonic maps, Rep. Math. Phys. 23 (3) (1986), 327-340.\n• N. Kamran and K. Tenenblat, On differential equations describing pseudospherical surfaces, J. Differential Equations (to be published).\n• G. L. Lamb, Jr. An Introduction to Soliton Theory, Mir, Moscow, 1983 (in Russian).\n• V. S. Malakhovskiĭ, An Introduction to the Theory of Exterior Forms, Kaliningrad University Press, Kaliningrad, 1980 (in Russian).\n• A. G. Popov, Exact formulas for the construction of solutions of the Liouville equation $Δ_2 u = e^u$ from solutions of the Laplace equation $Δ_2 v = 0$, Dokl. Akad. Nauk 333 (4) (1993), 440-441 (in Russian).\n• A. G. Popov, The geometrical approach to the interpretation of solutions of the sine-Gordon equation, Dokl. Akad. Nauk SSSR 312 (5) (1990), 1109-1111 (in Russian).\n• A. G. Popov, On the transformation of local solutions of the equations connected with surface geometry, Izv. Vyss. Uchebn. Zaved. Mat. 9 (1993), 1-10 (in Russian).\n• A. G. Popov, The phase spaces of nonzero curvature and evolution of physical systems, Vestnik Moskov. Univ. 34 (6) (1993), 7-13.\n• E. G. Poznyak and A. G. Popov, The geometry of the sine-Gordon equation, Itogi Nauki i Tekh., Problems in Geometry 23 (1991), 99-130 (in Russian).\n• E. G. Poznyak and A. G. Popov, The Lobachevsky geometry and equations of mathematical physics, Dokl. Akad. Nauk 332 (4) (1993), 418-421 (in Russian).\n• E. G. Poznyak and E. V. Shikin, Differential Geometry, Moscow University Press, Moscow, 1990 (in Russian).\n• M. Rabelo, On evolution equations which describe pseudospherical surface, Stud. Appl. Math. 81 (1989), 221-248.\n• A. Sanchez and L. Vazquez, Nonlinear wave propagation in disorded media, Internet. J. Modern Phys. B 5 (18) (1991), 2825-2882.\n• R. Sasaki, Geometrization of soliton equations, Phys. Lett. A 71 (1979), 390-392.\n• R. Sasaki, Soliton equations and pseudospherical surfaces, Nucl. Phys. B 154 (1979), 343-357.\n• A. Sym, Soliton surfaces, Lett. Nuovo Cimento 33 (12) (1982), 394-400.\n• P. Tchebychef [P. Chebyshev], Sur la coupe des vêtements, Assoc. franç. pour l'avancement des sciences, 1878; see also Œ uvres II.\nTyp dokumentu\nBibliografia\nIdentyfikatory", null, "JavaScript jest wyłączony w Twojej przeglądarce internetowej. Włącz go, a następnie odśwież stronę, aby móc w pełni z niej korzystać." ]
[ null, "http://pldml.icm.edu.pl/pldml/element/images/critical.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.693346,"math_prob":0.94306374,"size":4691,"snap":"2021-04-2021-17","text_gpt3_token_len":1462,"char_repetition_ratio":0.14465544,"word_repetition_ratio":0.025423728,"special_character_ratio":0.30462587,"punctuation_ratio":0.22635494,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9841902,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-01-17T13:54:52Z\",\"WARC-Record-ID\":\"<urn:uuid:6f576dbd-8402-4adb-9e53-479e3d8fb0f9>\",\"Content-Length\":\"53814\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:cc5a431a-6a16-4a99-8134-ee4322a625ff>\",\"WARC-Concurrent-To\":\"<urn:uuid:02b4c4b3-92c9-4c13-8f9b-0dafa4bda4ae>\",\"WARC-IP-Address\":\"213.135.60.59\",\"WARC-Target-URI\":\"http://pldml.icm.edu.pl/pldml/element/bwmeta1.element.bwnjournal-article-bcpv33z1p297bwm?q=bwmeta1.element.bwnjournal-number-bcp-1996-33-1;26&qt=CHILDREN-STATELESS\",\"WARC-Payload-Digest\":\"sha1:PJTYPMYFIJR22X3E5JNJTCYCIM2GINQZ\",\"WARC-Block-Digest\":\"sha1:BNKKKA5UB4Z2UI3LBZ45DDVUH7KF3A4N\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-04/CC-MAIN-2021-04_segments_1610703512342.19_warc_CC-MAIN-20210117112618-20210117142618-00266.warc.gz\"}"}
https://medium.com/swlh/building-a-deep-learning-flower-classifier-cfdbd59f0210?source=user_profile---------3----------------------------
[ "# Introduction\n\n## Libraries used\n\n`tensorflow==2.2.0 streamlit==0.65.2 numpy==1.19.1 opencv_python==4.4.0.42 Pillow==7.2.0`\n\n# The Model\n\n## Transfer Learning\n\n`base_model = keras.applications.Xception( include_top=False, weights=\"imagenet\", input_shape=IMG_SIZE, pooling=\"avg\")`\n\n# The Dataset\n\n## Generating the Train and Validation Data\n\n`Found 3070 images belonging to 5 classes.Found 600 images belonging to 5 classes.`\n\n## Training the Model\n\n`my_model.compile(loss=\"categorical_crossentropy\", optimizer=\"adam\",metrics=[\"accuracy\"])history = my_model.fit(train_data, epochs=10, validation_data=val_data)`\n`keras.models.save_model(model=my_model, filepath=\"flower_classifier.hdf5\")`\n\n# Running the application\n\n`\\$ streamlit run <APP_NAME>.py`" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.88702464,"math_prob":0.645232,"size":4822,"snap":"2023-14-2023-23","text_gpt3_token_len":1014,"char_repetition_ratio":0.121834785,"word_repetition_ratio":0.0025839794,"special_character_ratio":0.2040647,"punctuation_ratio":0.1009772,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9949008,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-03-30T01:30:47Z\",\"WARC-Record-ID\":\"<urn:uuid:e1b594ac-5f7e-44ea-901c-c9c20583a1e4>\",\"Content-Length\":\"133110\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:417442e2-32a4-4b45-9369-bd5727ab119d>\",\"WARC-Concurrent-To\":\"<urn:uuid:f82bbe09-16b9-4050-a5d1-b8b53bf524ff>\",\"WARC-IP-Address\":\"162.159.153.4\",\"WARC-Target-URI\":\"https://medium.com/swlh/building-a-deep-learning-flower-classifier-cfdbd59f0210?source=user_profile---------3----------------------------\",\"WARC-Payload-Digest\":\"sha1:UUEQJWPGUITA5I6DENTT6URYVAJPWZFI\",\"WARC-Block-Digest\":\"sha1:SNLQQN23F27ECK72ZUSKYII5XRKVOTNU\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-14/CC-MAIN-2023-14_segments_1679296949093.14_warc_CC-MAIN-20230330004340-20230330034340-00147.warc.gz\"}"}
https://www.semanticscholar.org/paper/Two-dimensional-metric-spheres-from-gluing-Ikonen/a20e98aa3bc0dbde62a5e64d27830e1ebb349fac
[ "• Corpus ID: 235294028\n\nTwo-dimensional metric spheres from gluing hemispheres\n\n@inproceedings{Ikonen2021TwodimensionalMS,\ntitle={Two-dimensional metric spheres from gluing hemispheres},\nauthor={Toni Ikonen},\nyear={2021}\n}\nWe study metric spheres (Z, dZ) obtained by gluing two hemispheres of S2 along an orientation-preserving homeomorphism g : S1 → S1, where dZ is the canonical distance that is locally isometric to S2 off the seam. We show that if (Z, dZ) is quasiconformally equivalent to S 2, in the geometric sense, then g is a welding homeomorphism with conformally removable welding curves. We also show that g is bi-Lipschitz if and only if (Z, dZ) has a 1quasiconformal parametrization whose Jacobian is…\n1 Citations\nPullback of a quasiconformal map between arbitrary metric measure spaces\n• Mathematics\n• 2021\nWe prove that every (geometrically) quasiconformal homeomorphism between metric measure spaces induces an isomorphism between the cotangent modules constructed by Gigli. We obtain this by first" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.812938,"math_prob":0.97919005,"size":3810,"snap":"2022-05-2022-21","text_gpt3_token_len":909,"char_repetition_ratio":0.14214398,"word_repetition_ratio":0.0073664826,"special_character_ratio":0.19527559,"punctuation_ratio":0.06013746,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.95167476,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-01-28T09:28:21Z\",\"WARC-Record-ID\":\"<urn:uuid:cbee6122-acb0-4ded-9483-569ed9b82dbf>\",\"Content-Length\":\"239204\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:1357cc0c-1f71-4909-9a5a-ed1200a4d31c>\",\"WARC-Concurrent-To\":\"<urn:uuid:a526cd5f-9f59-403f-8aef-8f1cf4d4627a>\",\"WARC-IP-Address\":\"13.32.204.128\",\"WARC-Target-URI\":\"https://www.semanticscholar.org/paper/Two-dimensional-metric-spheres-from-gluing-Ikonen/a20e98aa3bc0dbde62a5e64d27830e1ebb349fac\",\"WARC-Payload-Digest\":\"sha1:QUU7LCTIYTEYHZDK2HNV2HM2HS4KP4BA\",\"WARC-Block-Digest\":\"sha1:3UHP66HQVXOEZ57V46D4AXPZBLLCIZT5\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-05/CC-MAIN-2022-05_segments_1642320305423.58_warc_CC-MAIN-20220128074016-20220128104016-00275.warc.gz\"}"}
https://www.quizzes.cc/calculator/area/square-meters/86
[ "### How much is 86 square meters?\n\nConvert 86 square meters. How big is 86 square meters? What is 86 square meters in other units? Convert acres, hectares, square cm, ft, in, km, meters, mi, and yards. To calculate, enter your desired inputs, then click calculate. Some units are rounded since conversions between metric and imperial can be messy.\n\n### Summary\n\nConvert 86 square meters to other units, like acres, hectares, cm2, ft2, in2, km2, meters2, mi2, and square yards." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.85345006,"math_prob":0.99780864,"size":435,"snap":"2022-40-2023-06","text_gpt3_token_len":112,"char_repetition_ratio":0.19025522,"word_repetition_ratio":0.0,"special_character_ratio":0.2551724,"punctuation_ratio":0.26530612,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9860862,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-02-03T22:54:40Z\",\"WARC-Record-ID\":\"<urn:uuid:26a23e00-4f1d-4411-8d14-172f056f9edc>\",\"Content-Length\":\"7435\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:9e3a52c3-1bec-4e48-82cb-89f8a1391f33>\",\"WARC-Concurrent-To\":\"<urn:uuid:6207f518-8b43-4c17-a621-7b46295f9a40>\",\"WARC-IP-Address\":\"3.93.199.172\",\"WARC-Target-URI\":\"https://www.quizzes.cc/calculator/area/square-meters/86\",\"WARC-Payload-Digest\":\"sha1:ON5QRX35R7RP2DO6FE5QJH6S6F7FOMDQ\",\"WARC-Block-Digest\":\"sha1:OQKSEFSDNXZVU74FNZDB34Y3JL4IF5XT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-06/CC-MAIN-2023-06_segments_1674764500076.87_warc_CC-MAIN-20230203221113-20230204011113-00005.warc.gz\"}"}
https://socratic.org/questions/how-do-you-simplify-1-3-2
[ "# How do you simplify 1/3^-2?\n\nMar 23, 2018\n\n$9$\n\n#### Explanation:\n\n$\\text{using the \"color(blue)\"law of exponents}$\n\n•color(white)(x)a^-mhArr1/a^m\n\n$\\Rightarrow {a}^{m} \\Leftrightarrow \\frac{1}{a} ^ - m$\n\n$\\Rightarrow \\frac{1}{3} ^ - 2 = {3}^{2} = 9$" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.6266477,"math_prob":0.9993661,"size":308,"snap":"2023-40-2023-50","text_gpt3_token_len":108,"char_repetition_ratio":0.108552635,"word_repetition_ratio":0.0,"special_character_ratio":0.33116883,"punctuation_ratio":0.05,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9977067,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-09-21T10:25:01Z\",\"WARC-Record-ID\":\"<urn:uuid:8da6dd86-ed71-4f5c-be5c-3176368566d9>\",\"Content-Length\":\"32129\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:eb972c0a-ae01-486c-a860-5943275c3b3b>\",\"WARC-Concurrent-To\":\"<urn:uuid:d4693a09-a115-4d9b-80d6-6a36e3ddcaa3>\",\"WARC-IP-Address\":\"216.239.36.21\",\"WARC-Target-URI\":\"https://socratic.org/questions/how-do-you-simplify-1-3-2\",\"WARC-Payload-Digest\":\"sha1:7PITRNLGHSICGJHY63CYCN6B3EFRKTJK\",\"WARC-Block-Digest\":\"sha1:RFRYOBTGEMKLPLIHKNV6B3FYBIQQMBFC\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-40/CC-MAIN-2023-40_segments_1695233505362.29_warc_CC-MAIN-20230921073711-20230921103711-00376.warc.gz\"}"}
https://rustgym.com/leetcode/1648
[ "1648. Sell Diminishing-Valued Colored Balls\n\nYou have an `inventory` of different colored balls, and there is a customer that wants `orders` balls of any color.\n\nThe customer weirdly values the colored balls. Each colored ball's value is the number of balls of that color you currently have in your `inventory`. For example, if you own `6` yellow balls, the customer would pay `6` for the first yellow ball. After the transaction, there are only `5` yellow balls left, so the next yellow ball is then valued at `5` (i.e., the value of the balls decreases as you sell more to the customer).\n\nYou are given an integer array, `inventory`, where `inventory[i]` represents the number of balls of the `ith` color that you initially own. You are also given an integer `orders`, which represents the total number of balls that the customer wants. You can sell the balls in any order.\n\nReturn the maximum total value that you can attain after selling `orders` colored balls. As the answer may be too large, return it modulo `109 + 7`.\n\nExample 1:", null, "```Input: inventory = [2,5], orders = 4\nOutput: 14\nExplanation: Sell the 1st color 1 time (2) and the 2nd color 3 times (5 + 4 + 3).\nThe maximum total value is 2 + 5 + 4 + 3 = 14.\n```\n\nExample 2:\n\n```Input: inventory = [3,5], orders = 6\nOutput: 19\nExplanation: Sell the 1st color 2 times (3 + 2) and the 2nd color 4 times (5 + 4 + 3 + 2).\nThe maximum total value is 3 + 2 + 5 + 4 + 3 + 2 = 19.\n```\n\nExample 3:\n\n```Input: inventory = [2,8,4,10,6], orders = 20\nOutput: 110\n```\n\nExample 4:\n\n```Input: inventory = , orders = 1000000000\nOutput: 21\nExplanation: Sell the 1st color 1000000000 times for a total value of 500000000500000000. 500000000500000000 modulo 109 + 7 = 21.\n```\n\nConstraints:\n\n• `1 <= inventory.length <= 105`\n• `1 <= inventory[i] <= 109`\n• `1 <= orders <= min(sum(inventory[i]), 109)`\n\n1648. Sell Diminishing-Valued Colored Balls\n``````struct Solution;\n\nconst MOD: i64 = 1_000_000_007;\n\nimpl Solution {\nfn max_profit(mut inventory: Vec<i32>, mut orders: i32) -> i32 {\nlet n = inventory.len();\ninventory.sort_unstable();\nlet mut res: i64 = 0;\nfor i in (0..n).rev() {\nlet diff = if i > 0 {\ninventory[i] - inventory[i - 1]\n} else {\ninventory[i]\n};\nlet w = (n - i) as i32;\nif orders >= diff * w {\nres += (inventory[i] - diff + 1 + inventory[i]) as i64 * diff as i64 / 2 * w as i64;\nres %= MOD;\norders -= diff * w;\n} else {\nlet diff = orders / w;\nres += (inventory[i] - diff + 1 + inventory[i]) as i64 * diff as i64 / 2 * w as i64;\nres %= MOD;\norders -= diff * w;\nlet h = inventory[i] - diff;\nwhile orders > 0 {\nres += h as i64;\nres %= MOD;\norders -= 1;\n}\nbreak;\n}\n}\nres as i32\n}\n}\n\n#[test]\nfn test() {\nlet inventory = vec![2, 5];\nlet orders = 4;\nlet res = 14;\nassert_eq!(Solution::max_profit(inventory, orders), res);\nlet inventory = vec![3, 5];\nlet orders = 6;\nlet res = 19;\nassert_eq!(Solution::max_profit(inventory, orders), res);\nlet inventory = vec![2, 8, 4, 10, 6];\nlet orders = 20;\nlet res = 110;\nassert_eq!(Solution::max_profit(inventory, orders), res);\nlet inventory = vec![2, 8, 4, 10, 6];\nlet orders = 20;\nlet res = 110;\nassert_eq!(Solution::max_profit(inventory, orders), res);\nlet inventory = vec!;\nlet orders = 1000000000;\nlet res = 21;\nassert_eq!(Solution::max_profit(inventory, orders), res);\n}\n``````" ]
[ null, "https://assets.leetcode.com/uploads/2020/11/05/jj.gif", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.7718637,"math_prob":0.9986444,"size":3107,"snap":"2022-27-2022-33","text_gpt3_token_len":962,"char_repetition_ratio":0.19271673,"word_repetition_ratio":0.19310345,"special_character_ratio":0.39201802,"punctuation_ratio":0.21641791,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99967337,"pos_list":[0,1,2],"im_url_duplicate_count":[null,4,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-08-13T21:28:22Z\",\"WARC-Record-ID\":\"<urn:uuid:ab0c30ba-9629-42fc-a10c-bb7bdbf94383>\",\"Content-Length\":\"15201\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:5383839f-f4fb-49b8-a382-625e8ca9f664>\",\"WARC-Concurrent-To\":\"<urn:uuid:ab8a866c-9f63-40a5-8cd7-c642605bb7aa>\",\"WARC-IP-Address\":\"35.188.52.69\",\"WARC-Target-URI\":\"https://rustgym.com/leetcode/1648\",\"WARC-Payload-Digest\":\"sha1:FWPPH77W4NC4C2AAUR6KOBWEQA3UN4XX\",\"WARC-Block-Digest\":\"sha1:WEAJKDYMNAKEADPY4MJRVA3QHVDZZMDN\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-33/CC-MAIN-2022-33_segments_1659882571987.60_warc_CC-MAIN-20220813202507-20220813232507-00782.warc.gz\"}"}
https://www.qklbishe.com/4023.html
[ "# C you again资料\n\n## 演示地址:点击查看演示\n\n《深入浅出理解动态规划(一) | 交叠子问题》\n\n《深入浅出理解动态规划(二) | 最优子结构》\n\n《用x种方式求第n项斐波那契数,99%的人只会第一种》\n\n今天我们就来讨论面试官最喜欢问到的排序算法吧,从冒泡排序、选择排序、插入排序等十大排序算法的排序步骤、代码实现两个方面入手,彻底搞清实现原理,保证面试道路一路畅通。\n\n## 01 排序算法的概述\n\n所谓排序算法,就是通过特定的算法因式将一组或多组数据按照一定模式进行重新排序。\n\n这种新序列遵循着一定的规则,体现出一定的规律,因此,经处理后的数据便于筛选和计算,大大提高了计算效率。\n\n## 02 排序算法的分类", null, "## 03评价标准\n\n(1)时间复杂度:即从序列的初始状态到经过排序算法的变换移位等操作变到最终排序好的结果状态的过程所花费的时间度量。\n\n(2)空间复杂度:就是从序列的初始状态经过排序移位变换的过程一直到最终的状态所花费的空间开销。\n\n(3)稳定性:稳定性是不管考虑时间和空间必须要考虑的问题,往往也是非常重要的影响选择的因素。\n\n## 04 实现步骤与代码\n\n#### 冒泡排序(Bubble Sort)\n\n冒泡排序是一种简单直观的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换的数据,也就是说该数列已经排序完成。这个算法的名字由来是因为越小的元素会经由交换慢慢\"浮\"到数列的顶端。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``public class BubbleSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); for (int i = 1; i < arr.length; i++) { // 设定一个标记,若为true,则表示此次循环没有进行交换,也就是待排序列已经有序,排序已经完成。 boolean flag = true; for (int j = 0; j < arr.length - i; j++) { if (arr[j] > arr[j + 1]) { int tmp = arr[j]; arr[j] = arr[j + 1]; arr[j + 1] = tmp; flag = false; } } if (flag) { break; } } return arr; } } ``\n\n#### 选择排序(Selection Sort)\n\n选择排序是一种简单直观的排序算法,无论什么数据进去都是 O(n²) 的时间复杂度。所以用到它的时候,数据规模越小越好。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``public class SelectionSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); // 总共要经过 N-1 轮比较 for (int i = 0; i < arr.length - 1; i++) { int min = i; // 每轮需要比较的次数 N-i for (int j = i + 1; j < arr.length; j++) { if (arr[j] < arr[min]) { // 记录目前能找到的最小值元素的下标 min = j; } } // 将找到的最小值和i位置所在的值进行交换 if (i != min) { int tmp = arr[i]; arr[i] = arr[min]; arr[min] = tmp; } } return arr; } } ``\n\n#### 插入排序(Insertion Sort)\n\n插入排序的算法描述是一种简单直观的排序算法。它的工作原理是通过构建有序序列,对于未排序数据,在已排序序列中从后向前扫描,找到相应位置并插入。插入排序在实现上,通常采用in-place排序(即只需用到O(1)的额外空间的排序),因而在从后向前扫描过程中,需要反复把已排序元素逐步向后挪位,为最新元素提供插入空间。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``public class InsertSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); // 从下标为1的元素开始选择合适的位置插入,因为下标为0的只有一个元素,默认是有序的 for (int i = 1; i < arr.length; i++) { // 记录要插入的数据 int tmp = arr[i]; // 从已经排序的序列最右边的开始比较,找到比其小的数 int j = i; while (j > 0 && tmp < arr[j - 1]) { arr[j] = arr[j - 1]; j--; } // 存在比其小的数,插入 if (j != i) { arr[j] = tmp; } } return arr; } } ``\n\n#### 希尔排序(Shell Sort)\n\n希尔排序,也称递减增量排序算法,是插入排序的一种更高效的改进版本。但希尔排序是非稳定排序算法。\n\n希尔排序是基于插入排序的以下两点性质而提出改进方法的:\n\n• 插入排序在对几乎已经排好序的数据操作时,效率高,即可以达到线性排序的效率;\n• 但插入排序一般来说是低效的,因为插入排序每次只能将数据移动一位;\n\n希尔排序的基本思想是:先将整个待排序的记录序列分割成为若干子序列分别进行直接插入排序,待整个序列中的记录\"基本有序\"时,再对全体记录进行依次直接插入排序。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``public class ShellSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); int gap = 1; while (gap < arr.length) { gap = gap * 3 + 1; } while (gap > 0) { for (int i = gap; i < arr.length; i++) { int tmp = arr[i]; int j = i - gap; while (j >= 0 && arr[j] > tmp) { arr[j + gap] = arr[j]; j -= gap; } arr[j + gap] = tmp; } gap = (int) Math.floor(gap / 3); } return arr; } } ``\n\n#### 归并排序(Merge Sort)\n\n归并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。归并排序是一种稳定的排序方法。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。\n\n和选择排序一样,归并排序的性能不受输入数据的影响,但表现比选择排序好的多,因为始终都是O(n log n)的时间复杂度。代价是需要额外的内存空间。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``public class MergeSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); if (arr.length < 2) { return arr; } int middle = (int) Math.floor(arr.length / 2); int[] left = Arrays.copyOfRange(arr, 0, middle); int[] right = Arrays.copyOfRange(arr, middle, arr.length); return merge(sort(left), sort(right)); } protected int[] merge(int[] left, int[] right) { int[] result = new int[left.length + right.length]; int i = 0; while (left.length > 0 && right.length > 0) { if (left <= right) { result[i++] = left; left = Arrays.copyOfRange(left, 1, left.length); } else { result[i++] = right; right = Arrays.copyOfRange(right, 1, right.length); } } while (left.length > 0) { result[i++] = left; left = Arrays.copyOfRange(left, 1, left.length); } while (right.length > 0) { result[i++] = right; right = Arrays.copyOfRange(right, 1, right.length); } return result; } } ``\n\n#### 快速排序(Quick Sort)\n\n快速排序是由东尼·霍尔所发展的一种排序算法。在平均状况下,排序n个项目要 Ο(n log n) 次比较。在最坏状况下则需要 Ο(n^2) 次比较,但这种状况并不常见。事实上,快速排序通常明显比其他 Ο(nlogn) 算法更快,因为它的内部循环(inner loop)可以在大部分的架构上很有效率地被实现出来。\n\n快速排序使用分治法(Divide and conquer)策略来把一个串行(list)分为两个子串行(sub-lists)。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``public class QuickSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); return quickSort(arr, 0, arr.length - 1); } private int[] quickSort(int[] arr, int left, int right) { if (left < right) { int partitionIndex = partition(arr, left, right); quickSort(arr, left, partitionIndex - 1); quickSort(arr, partitionIndex + 1, right); } return arr; } private int partition(int[] arr, int left, int right) { // 设定基准值(pivot) int pivot = left; int index = pivot + 1; for (int i = index; i <= right; i++) { if (arr[i] < arr[pivot]) { swap(arr, i, index); index++; } } swap(arr, pivot, index - 1); return index - 1; } private void swap(int[] arr, int i, int j) { int temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } } ``\n\n#### 堆排序(Heap Sort)\n\n堆排序是指利用堆这种数据结构所设计的一种排序算法。堆积是一个近似完全二叉树的结构,并同时满足堆积的性质:即子结点的键值或索引总是小于(或者大于)它的父节点。堆排序可以说是一种利用堆的概念来排序的选择排序。分为两种方法:\n\n• 大顶堆:每个节点的值都大于或等于其子节点的值,在堆排序算法中用于升序排列;\n• 小顶堆:每个节点的值都小于或等于其子节点的值,在堆排序算法中用于降序排列;\n\n堆排序的平均时间复杂度为 O(n log n)。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``public class HeapSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); int len = arr.length; buildMaxHeap(arr, len); for (int i = len - 1; i > 0; i--) { swap(arr, 0, i); len--; heapify(arr, 0, len); } return arr; } private void buildMaxHeap(int[] arr, int len) { for (int i = (int) Math.floor(len / 2); i >= 0; i--) { heapify(arr, i, len); } } private void heapify(int[] arr, int i, int len) { int left = 2 * i + 1; int right = 2 * i + 2; int largest = i; if (left < len && arr[left] > arr[largest]) { largest = left; } if (right < len && arr[right] > arr[largest]) { largest = right; } if (largest != i) { swap(arr, i, largest); heapify(arr, largest, len); } } private void swap(int[] arr, int i, int j) { int temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } } ``\n\n#### 计数排序(Counting Sort)\n\n计数排序 的核心在于将输入的数据值转化为键存储在额外开辟的数组空间中。作为一种线性时间复杂度的排序,计数排序要求输入的数据必须是有确定范围的整数。\n\n``&nbsp;&nbsp;&nbsp;&nbsp; 计数排序是一种稳定的排序算法。计数排序使用一个额外的数组C,其中第i个元素是待排序数组A中值等于i的元素的个数。然后根据数组C来将A中的元素排到正确的位置。它只能对整数进行排序。 ``\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``public class CountingSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); int maxValue = getMaxValue(arr); return countingSort(arr, maxValue); } private int[] countingSort(int[] arr, int maxValue) { int bucketLen = maxValue + 1; int[] bucket = new int[bucketLen]; for (int value : arr) { bucket[value]++; } int sortedIndex = 0; for (int j = 0; j < bucketLen; j++) { while (bucket[j] > 0) { arr[sortedIndex++] = j; bucket[j]--; } } return arr; } private int getMaxValue(int[] arr) { int maxValue = arr; for (int value : arr) { if (maxValue < value) { maxValue = value; } } return maxValue; } } ``\n\n#### 桶排序(Bucket Sort)\n\n桶排序是计数排序的升级版。它利用了函数的映射关系,高效与否的关键就在于这个映射函数的确定。为了使桶排序更加高效,我们需要做到这两点:\n\n• 在额外空间充足的情况下,尽量增大桶的数量\n• 使用的映射函数能够将输入的N个数据均匀的分配到K个桶中\n\n同时,对于桶中元素的排序,选择何种比较排序算法对于性能的影响至关重要。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n`` /** * 桶排序 * * @param array * @param bucketSize * @return */ public static ArrayList<Integer> BucketSort(ArrayList<Integer> array, int bucketSize) { if (array == null || array.size() < 2) return array; int max = array.get(0), min = array.get(0); // 找到最大值最小值 for (int i = 0; i < array.size(); i++) { if (array.get(i) > max) max = array.get(i); if (array.get(i) < min) min = array.get(i); } int bucketCount = (max - min) / bucketSize + 1; ArrayList<ArrayList<Integer>> bucketArr = new ArrayList<>(bucketCount); ArrayList<Integer> resultArr = new ArrayList<>(); for (int i = 0; i < bucketCount; i++) { bucketArr.add(new ArrayList<Integer>()); } for (int i = 0; i < array.size(); i++) { bucketArr.get((array.get(i) - min) / bucketSize).add(array.get(i)); } for (int i = 0; i < bucketCount; i++) { if (bucketSize == 1) { // 如果待排序数组中有重复数字时 for (int j = 0; j < bucketArr.get(i).size(); j++) resultArr.add(bucketArr.get(i).get(j)); } else { if (bucketCount == 1) bucketSize--; ArrayList<Integer> temp = BucketSort(bucketArr.get(i), bucketSize); for (int j = 0; j < temp.size(); j++) resultArr.add(temp.get(j)); } } return resultArr; } ``\n\n基数排序也是非比较的排序算法,对每一位进行排序,从最低位开始排序,复杂度为O(kn),为数组长度,k为数组中的数的最大的位数;\n\n基数排序是按照低位先排序,然后收集;再按照高位排序,然后再收集;依次类推,直到最高位。有时候有些属性是有优先级顺序的,先按低优先级排序,再按高优先级排序。最后的次序就是高优先级高的在前,高优先级相同的低优先级高的在前。基数排序基于分别排序,分别收集,所以是稳定的。\n\n(1)算法步骤\n\n(2)过程演示", null, "(3)代码实现\n\n``/** * 基数排序 */ public class RadixSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); int maxDigit = getMaxDigit(arr); return radixSort(arr, maxDigit); } /** * 获取最高位数 */ private int getMaxDigit(int[] arr) { int maxValue = getMaxValue(arr); return getNumLenght(maxValue); } private int getMaxValue(int[] arr) { int maxValue = arr; for (int value : arr) { if (maxValue < value) { maxValue = value; } } return maxValue; } protected int getNumLenght(long num) { if (num == 0) { return 1; } int lenght = 0; for (long temp = num; temp != 0; temp /= 10) { lenght++; } return lenght; } private int[] radixSort(int[] arr, int maxDigit) { int mod = 10; int dev = 1; for (int i = 0; i < maxDigit; i++, dev *= 10, mod *= 10) { // 考虑负数的情况,这里扩展一倍队列数,其中 [0-9]对应负数,[10-19]对应正数 (bucket + 10) int[][] counter = new int[mod * 2]; for (int j = 0; j < arr.length; j++) { int bucket = ((arr[j] % mod) / dev) + mod; counter[bucket] = arrayAppend(counter[bucket], arr[j]); } int pos = 0; for (int[] bucket : counter) { for (int value : bucket) { arr[pos++] = value; } } } return arr; } /** * 自动扩容,并保存数据 * * @param arr * @param value */ private int[] arrayAppend(int[] arr, int value) { arr = Arrays.copyOf(arr, arr.length + 1); arr[arr.length - 1] = value; return arr; } } ``\n\n## 05 总结", null, "以上就是本期的所有内容了,了解更多算法请\nC you again资料部分资料来自网络,侵权毕设源码联系删除\n\nqklbishe.com区块链毕设代做网专注|以太坊fabric-计算机|java|毕业设计|代做平台 » C you again资料", null, "" ]
[ null, "https://img-blog.csdnimg.cn/20200724175840316.png", null, "https://img-blog.csdnimg.cn/20200724181419455.gif", null, "https://img-blog.csdnimg.cn/20200724181453264.gif", null, "https://img-blog.csdnimg.cn/20200724181527800.gif", null, "https://img-blog.csdnimg.cn/20200724181555459.gif", null, "https://img-blog.csdnimg.cn/20200724181647487.gif", null, "https://img-blog.csdnimg.cn/20200724181710286.gif", null, "https://img-blog.csdnimg.cn/20200724181737203.gif", null, "https://img-blog.csdnimg.cn/20200724181802968.gif", null, "https://img-blog.csdnimg.cn/20200724181836255.gif", null, "https://img-blog.csdnimg.cn/20200724181903698.gif", null, "https://img-blog.csdnimg.cn/20200724181315740.png", null, "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", null ]
{"ft_lang_label":"__label__zh","ft_lang_prob":0.6475095,"math_prob":0.9900386,"size":12464,"snap":"2020-34-2020-40","text_gpt3_token_len":6920,"char_repetition_ratio":0.14662921,"word_repetition_ratio":0.23486842,"special_character_ratio":0.30319318,"punctuation_ratio":0.16634241,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9908634,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],"im_url_duplicate_count":[null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,2,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-26T08:53:56Z\",\"WARC-Record-ID\":\"<urn:uuid:e2633b8c-d8a6-4861-ab38-2ab7c93da71c>\",\"Content-Length\":\"53687\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:eb9f131e-3b3b-4f8b-88ad-1aa34fde1c55>\",\"WARC-Concurrent-To\":\"<urn:uuid:cc737f63-ad1b-4e9b-bca3-27799bbfaf41>\",\"WARC-IP-Address\":\"129.226.164.249\",\"WARC-Target-URI\":\"https://www.qklbishe.com/4023.html\",\"WARC-Payload-Digest\":\"sha1:U35AGHJO74KTYOK2PRUVI3WDV2K7UUMK\",\"WARC-Block-Digest\":\"sha1:LFTXCMBLUGAQ54UA44D6N5HSXMZ3HAQ2\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400238038.76_warc_CC-MAIN-20200926071311-20200926101311-00222.warc.gz\"}"}
https://learnche.org/wiki_3K4/index.php?title=Assignment_2_-_2013&oldid=388
[ "# Assignment 2 - 2013\n\n(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)\n Due date(s): 30 January 2013", null, "(PDF) Tutorial questions\n\n<rst> <rst-options: 'toc' = False/> <rst-options: 'reset-figures' = False/>\n\nAssignment objectives\n\n###### =========\n• Assignment objectives**:\n\n* To refresh concepts from your math and chemistry pre-requisites * Learn how to work with conversion to size a reactor * To demonstrate that you understand material on design reactors, and know what rate laws and stoichiometric tables are used for.\n\n.. question:: :grading: 4\n\nMake sure you can do these in a test/exam (i.e. without internet access). Let :math:X be conversion; find:\n\n#. :math:\\displaystyle \\int{ \\frac{1}{(1-X)^2} \\,dX} = #. :math:\\displaystyle \\int_{X_1}^{X_2}{ \\frac{1}{(1-X)^2} \\,dX} = #. And in general, what is: :math:\\displaystyle \\int{ \\frac{a + x}{bx} \\,dx} =\n\n.. question:: :grading: 10\n\nFor the question we covered in the end of class last week (see last page of this tutorial), we showed the volume of a PFR required is the area under the curve. The volume required was :math:2.16\\,\\text{m}^3 to obtain 80% conversion.\n\nIf we used 4 CSTRs in series:\n\n#. What would be the size of each reactor if we wanted 20% conversion in each reactor? #. What is the total volume of these 4 reactors? #. How does this total CSTR volume compare with (a) the single CSTR volume and (b) the single PFR volume? #. What is the reaction rate in each reactor?\n\n.. question:: :grading: 20\n\nThe following reaction rate, :math:-r_A measured in units of :math:\\left[\\dfrac{\\text{kmol}}{\\text{hr.m}^3}\\right] is observed at a particular conversion, :math:X:\n\n.. csv-table:: :header: \"Reaction rate\", \"Conversion\" :widths: 15, 15\n\n78, 0.0 106, 0.2 120, 0.4 70, 0.6\n\nWe showed in class that the area under this curve is related to volume of the plug flow reactor.\n\n#. Start from the general mol balance and derive the equation that shows the area is equal to the plug flow reactor's volume; clearly state all assumptions used in your derivation. #. Assuming these assumptions are all met, calculate the plug flow reactor's volume to achieve a 60% conversion given a feed rate of :math:15\\,\\text{mol.s}^{-1} to the reactor. #. If there is zero conversion at the entry to the PFR and 60% at the exit; what is the conversion half-way along the reactor? #. What is the reaction rate at the entry of the reactor? #. And at the midpoint? #. And at the exit?\n\n.. question:: :grading: 12\n\nA new drug is being prototyped in a batch reactor; as is becoming common-place now, this drug is grown *inside* a cell as a by-product of the regular cellular processes. So far, experiments have shown the rate of consumption of the starting material, an animal-derived cell :math:A, is the only concentration in the rate expression.\n\n.. math::\n\n-r_A = \\frac{5.5C_A}{20+C_A}\n\nwhere :math:-r_A has units of :math:\\left[\\dfrac{\\text{mol}}{\\text{day.m}^3}\\right]\n\n#. Why is a batch reactor suitable for this type of testing? #. 30 mols of cellular material are added to a batch reactor of :math:0.5\\,\\text{m}^3; the liquid food source is added at the same time to the reactor, in excess. Calculate the amount of cellular material remaining in the tank after 10 days. #. How many days are required to convert 80% of the starting cellular material. #. Show a plot of the concentration in the tank over time until there is almost 100% conversion.\n\n*Note*: in tutorial 1 you solved a similar problem, but for a CSTR and PFR.\n\n.. question:: :grading: 5\n\nFor the elementary liquid-phase reaction, :math:A + B \\rightleftharpoons C with :math:C_{A0} = C_{B0} = 2\\,\\text{mol.L}^{-1} and :math:K_C = 10\\,\\text{L.mol}^{-1}\n\n#. What is the equilibrium concentrations of all the species? #. Does it matter in which reactor this occurs? Explain your answer. #. What is the equilibrium conversion of A?\n\n.. question:: :grading: 10\n\nSet up a stoichiometric table for the isothermal, isobaric gas-phase pyrolysis of ethane, and express the concentration of each species in the reaction as a function of conversion.\n\n#. Set up the table for a *flow reactor* at 6 atm and 1110K for the reaction: :math:\\text{C}_2\\text{H}_6 \\longrightarrow \\text{C}_2\\text{H}_4 + \\text{H}_2\n\n.. question:: :grading: 10\n\nFor the system considered in class previously (see last page of this tutorial's PDF) we have designed a single CSTR to achieve a conversion of 80%. I will teaching in you the 4N4 course how to estimate the capital cost of the CSTR vessel. For now, please use this formula to estimate the capital cost in dollars, in 2011 prices:\n\n.. math::\n\n\\text{Cost} = 2800 \\cdot \\left(\\frac{V}{100}\\right)^{0.53} \\cdot 4 \\cdot \\left(\\frac{1490}{300}\\right)\n\nwhere :math:V is the CSTR tank volume, in US gallons (these reason for the formula structure will become clear in the 4N4 course).\n\n#. Estimate the price of a single CSTR to obtain 80% conversion. #. Estimate the price of two equally-sized CSTR's to obtain 80% conversion. Also write down the reaction rate in each tank, and the conversion leaving each tank. #. Would it be more economically viable to purchase 3 equally-sizes CSTR's, ordered in series, than to buy a single large CSTR? Show your calculations and explain.\n\n</rst>" ]
[ null, "https://learnche.org/wiki_3K4/images/2/2c/Nuvola_mimetypes_pdf.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8612469,"math_prob":0.9694036,"size":5153,"snap":"2022-40-2023-06","text_gpt3_token_len":1437,"char_repetition_ratio":0.13808507,"word_repetition_ratio":0.024213076,"special_character_ratio":0.29730254,"punctuation_ratio":0.19784173,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9983776,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-09-26T09:07:11Z\",\"WARC-Record-ID\":\"<urn:uuid:501a1b52-71fd-4bb6-b1d4-79f51443517a>\",\"Content-Length\":\"22551\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:793017f0-84b9-438b-9e60-472f414da974>\",\"WARC-Concurrent-To\":\"<urn:uuid:1ed636dd-0682-45af-995b-e04bba2467db>\",\"WARC-IP-Address\":\"139.162.148.246\",\"WARC-Target-URI\":\"https://learnche.org/wiki_3K4/index.php?title=Assignment_2_-_2013&oldid=388\",\"WARC-Payload-Digest\":\"sha1:RWQKDBJWFMEVTWNUSCNMP4WHPN5Q74FE\",\"WARC-Block-Digest\":\"sha1:XD7M66SLTX7VJEJIDBBBFDFPLYQEYAU2\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030334855.91_warc_CC-MAIN-20220926082131-20220926112131-00102.warc.gz\"}"}
https://www.colorhexa.com/020d49
[ "# #020d49 Color Information\n\nIn a RGB color space, hex #020d49 is composed of 0.8% red, 5.1% green and 28.6% blue. Whereas in a CMYK color space, it is composed of 97.3% cyan, 82.2% magenta, 0% yellow and 71.4% black. It has a hue angle of 230.7 degrees, a saturation of 94.7% and a lightness of 14.7%. #020d49 color hex could be obtained by blending #041a92 with #000000. Closest websafe color is: #000033.\n\n• R 1\n• G 5\n• B 29\nRGB color chart\n• C 97\n• M 82\n• Y 0\n• K 71\nCMYK color chart\n\n#020d49 color description : Very dark blue.\n\n# #020d49 Color Conversion\n\nThe hexadecimal color #020d49 has RGB values of R:2, G:13, B:73 and CMYK values of C:0.97, M:0.82, Y:0, K:0.71. Its decimal value is 134473.\n\nHex triplet RGB Decimal 020d49 `#020d49` 2, 13, 73 `rgb(2,13,73)` 0.8, 5.1, 28.6 `rgb(0.8%,5.1%,28.6%)` 97, 82, 0, 71 230.7°, 94.7, 14.7 `hsl(230.7,94.7%,14.7%)` 230.7°, 97.3, 28.6 000033 `#000033`\nCIE-LAB 7.061, 22.322, -37.928 1.371, 0.782, 6.382 0.161, 0.092, 0.782 7.061, 44.009, 300.478 7.061, -2.543, -22.96 8.841, 12.214, -36.606 00000010, 00001101, 01001001\n\n# Color Schemes with #020d49\n\n• #020d49\n``#020d49` `rgb(2,13,73)``\n• #493e02\n``#493e02` `rgb(73,62,2)``\nComplementary Color\n• #023149\n``#023149` `rgb(2,49,73)``\n• #020d49\n``#020d49` `rgb(2,13,73)``\n• #1b0249\n``#1b0249` `rgb(27,2,73)``\nAnalogous Color\n• #314902\n``#314902` `rgb(49,73,2)``\n• #020d49\n``#020d49` `rgb(2,13,73)``\n• #491b02\n``#491b02` `rgb(73,27,2)``\nSplit Complementary Color\n• #0d4902\n``#0d4902` `rgb(13,73,2)``\n• #020d49\n``#020d49` `rgb(2,13,73)``\n• #49020d\n``#49020d` `rgb(73,2,13)``\n• #02493e\n``#02493e` `rgb(2,73,62)``\n• #020d49\n``#020d49` `rgb(2,13,73)``\n• #49020d\n``#49020d` `rgb(73,2,13)``\n• #493e02\n``#493e02` `rgb(73,62,2)``\n• #000000\n``#000000` `rgb(0,0,0)``\n• #010417\n``#010417` `rgb(1,4,23)``\n• #010930\n``#010930` `rgb(1,9,48)``\n• #020d49\n``#020d49` `rgb(2,13,73)``\n• #031162\n``#031162` `rgb(3,17,98)``\n• #03167b\n``#03167b` `rgb(3,22,123)``\n• #041a93\n``#041a93` `rgb(4,26,147)``\nMonochromatic Color\n\n# Alternatives to #020d49\n\nBelow, you can see some colors close to #020d49. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.\n\n• #021f49\n``#021f49` `rgb(2,31,73)``\n• #021949\n``#021949` `rgb(2,25,73)``\n• #021349\n``#021349` `rgb(2,19,73)``\n• #020d49\n``#020d49` `rgb(2,13,73)``\n• #020749\n``#020749` `rgb(2,7,73)``\n• #030249\n``#030249` `rgb(3,2,73)``\n• #090249\n``#090249` `rgb(9,2,73)``\nSimilar Colors\n\n# #020d49 Preview\n\nThis text has a font color of #020d49.\n\n``<span style=\"color:#020d49;\">Text here</span>``\n#020d49 background color\n\nThis paragraph has a background color of #020d49.\n\n``<p style=\"background-color:#020d49;\">Content here</p>``\n#020d49 border color\n\nThis element has a border color of #020d49.\n\n``<div style=\"border:1px solid #020d49;\">Content here</div>``\nCSS codes\n``.text {color:#020d49;}``\n``.background {background-color:#020d49;}``\n``.border {border:1px solid #020d49;}``\n\n# Shades and Tints of #020d49\n\nA shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000310 is the darkest color, while #fcfcff is the lightest one.\n\n• #000310\n``#000310` `rgb(0,3,16)``\n• #010623\n``#010623` `rgb(1,6,35)``\n• #010a36\n``#010a36` `rgb(1,10,54)``\n• #020d49\n``#020d49` `rgb(2,13,73)``\n• #03105c\n``#03105c` `rgb(3,16,92)``\n• #03146f\n``#03146f` `rgb(3,20,111)``\n• #041782\n``#041782` `rgb(4,23,130)``\n• #041b95\n``#041b95` `rgb(4,27,149)``\n• #051ea8\n``#051ea8` `rgb(5,30,168)``\n• #0521bc\n``#0521bc` `rgb(5,33,188)``\n• #0625cf\n``#0625cf` `rgb(6,37,207)``\n• #0628e2\n``#0628e2` `rgb(6,40,226)``\n• #072cf5\n``#072cf5` `rgb(7,44,245)``\n• #173af9\n``#173af9` `rgb(23,58,249)``\n• #2a4af9\n``#2a4af9` `rgb(42,74,249)``\n• #3d5afa\n``#3d5afa` `rgb(61,90,250)``\n• #506afa\n``#506afa` `rgb(80,106,250)``\n• #637afb\n``#637afb` `rgb(99,122,251)``\n• #768bfb\n``#768bfb` `rgb(118,139,251)``\n• #899bfc\n``#899bfc` `rgb(137,155,252)``\n• #9cabfc\n``#9cabfc` `rgb(156,171,252)``\n• #afbbfd\n``#afbbfd` `rgb(175,187,253)``\n• #c2cbfd\n``#c2cbfd` `rgb(194,203,253)``\n• #d5dcfe\n``#d5dcfe` `rgb(213,220,254)``\n• #e9ecfe\n``#e9ecfe` `rgb(233,236,254)``\n• #fcfcff\n``#fcfcff` `rgb(252,252,255)``\nTint Color Variation\n\n# Tones of #020d49\n\nA tone is produced by adding gray to any pure hue. In this case, #252526 is the less saturated color, while #020d49 is the most saturated one.\n\n• #252526\n``#252526` `rgb(37,37,38)``\n• #222329\n``#222329` `rgb(34,35,41)``\n• #1f212c\n``#1f212c` `rgb(31,33,44)``\n• #1c1f2f\n``#1c1f2f` `rgb(28,31,47)``\n• #191d32\n``#191d32` `rgb(25,29,50)``\n• #161b35\n``#161b35` `rgb(22,27,53)``\n• #131938\n``#131938` `rgb(19,25,56)``\n• #10173b\n``#10173b` `rgb(16,23,59)``\n• #0e153d\n``#0e153d` `rgb(14,21,61)``\n• #0b1340\n``#0b1340` `rgb(11,19,64)``\n• #081143\n``#081143` `rgb(8,17,67)``\n• #050f46\n``#050f46` `rgb(5,15,70)``\n• #020d49\n``#020d49` `rgb(2,13,73)``\nTone Color Variation\n\n# Color Blindness Simulator\n\nBelow, you can see how #020d49 is perceived by people affected by a color vision deficiency. This can be useful if you need to ensure your color combinations are accessible to color-blind users.\n\nMonochromacy\n• Achromatopsia 0.005% of the population\n• Atypical Achromatopsia 0.001% of the population\nDichromacy\n• Protanopia 1% of men\n• Deuteranopia 1% of men\n• Tritanopia 0.001% of the population\nTrichromacy\n• Protanomaly 1% of men, 0.01% of women\n• Deuteranomaly 6% of men, 0.4% of women\n• Tritanomaly 0.01% of the population" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.5461032,"math_prob":0.6369526,"size":3642,"snap":"2020-24-2020-29","text_gpt3_token_len":1594,"char_repetition_ratio":0.12671797,"word_repetition_ratio":0.011090573,"special_character_ratio":0.5623284,"punctuation_ratio":0.23783186,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9924161,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-07-03T11:10:58Z\",\"WARC-Record-ID\":\"<urn:uuid:3781c680-a4df-4a75-bae6-fa0eff45f2b6>\",\"Content-Length\":\"36154\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:a3790aa0-3cb8-4192-a411-61e60c0bb82a>\",\"WARC-Concurrent-To\":\"<urn:uuid:33e2be9f-4340-4068-83b5-1188d613d558>\",\"WARC-IP-Address\":\"178.32.117.56\",\"WARC-Target-URI\":\"https://www.colorhexa.com/020d49\",\"WARC-Payload-Digest\":\"sha1:6LZJUIYCYX5SH5ULUTCASGGW2ZTF5SEZ\",\"WARC-Block-Digest\":\"sha1:PFKUKO56TM7OLFLI44CEMW4PIXVHBFQS\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-29/CC-MAIN-2020-29_segments_1593655881984.34_warc_CC-MAIN-20200703091148-20200703121148-00469.warc.gz\"}"}
https://obeirnedesign.com/2019/04/01/whats-a-heat-load/
[ "Unravelling the mystery of the heat load.\n\nWe are often told about building heat loads, simulations etc. but what does this mean? It sounds awfully complicated. Let’s get back to basics and see what’s happening.\n\nThe basic calculation for a heat load is:\nq = U A ΔT\nwhere\nq = heat transfer (Watts)\nU = overall heat transfer coefficient (U-value is the Conductance, which is the inverse of an R-value), 1/U-value=R-value\nA = Area (m2)\nΔT = (Delta T is the temperature difference between inside and outside)\n\nIn other words,\nHeat Transfer = Conductance x Area x Temperature difference.\n\nWhen we do this calculation for the floor, walls & ceiling of a conditioned space and add them together we get the amount of energy in Watts needed to heat the space. The smaller the numbers, the less energy is required. (We have more control over the Conductance and Area than we do over the temperature difference).\n\nIn the attached image I have written the U A ΔT formula inside a box, and yes, there’s a reason for this. The box represents an airtight envelope. It’s no good if the air that we are trying to heat inside the house doesn’t stay inside the house. The purpose of the insulation is to keep the warm conditions inside the house but this is very difficult to do if the air constantly escapes. Try keeping your coffee warm with the lid off the thermos.\n\nThere you go, That’s a basic explanation. Of course there are factors that affect the temperature difference (Delta T) such as surface type, surface colour, absorptance, solar heat gain etc. but all of these end up as figures that are plugged into the basic U A ΔT formula.\n\nJust remember U A ΔT in a box, and work on keeping the controllable figures small.", null, "" ]
[ null, "https://obeirnedesign.files.wordpress.com/2019/04/uat.jpg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9268834,"math_prob":0.9750632,"size":1716,"snap":"2022-40-2023-06","text_gpt3_token_len":388,"char_repetition_ratio":0.10806075,"word_repetition_ratio":0.0,"special_character_ratio":0.21736597,"punctuation_ratio":0.09248555,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9791244,"pos_list":[0,1,2],"im_url_duplicate_count":[null,7,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-09-30T19:44:15Z\",\"WARC-Record-ID\":\"<urn:uuid:51c576f1-5ffb-4d40-b2a2-300edd4e9c52>\",\"Content-Length\":\"113119\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:42951f75-b733-4e31-8f8c-4c72f7ed5c5b>\",\"WARC-Concurrent-To\":\"<urn:uuid:0436f59f-a5cd-4ea3-a7bc-109e19cab009>\",\"WARC-IP-Address\":\"192.0.78.25\",\"WARC-Target-URI\":\"https://obeirnedesign.com/2019/04/01/whats-a-heat-load/\",\"WARC-Payload-Digest\":\"sha1:VX2OBVLGJYVRBGQGRNMPVVJHBQY7N377\",\"WARC-Block-Digest\":\"sha1:YLX7Y7JF7GDDSW634FRLALJRH3GCWGB5\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030335504.22_warc_CC-MAIN-20220930181143-20220930211143-00070.warc.gz\"}"}
https://downloads.hindawi.com/journals/mpe/2014/926251.xml
[ "MPE Mathematical Problems in Engineering 1563-5147 1024-123X Hindawi Publishing Corporation 10.1155/2014/926251 926251 Research Article Traffic Flow Prediction Model for Large-Scale Road Network Based on Cloud Computing http://orcid.org/0000-0002-0664-0426 Yang Zhaosheng 1,2,3 http://orcid.org/0000-0001-7127-455X Mei Duo 2 Yang Qingfang 1,2,3 http://orcid.org/0000-0002-5979-3741 Zhou Huxing 1,2,3 Li Xiaowen 2 Niu Huimin 1 State Key Laboratory of Automobile Simulation and Control College of Transportation, Jilin University, Changchun 130025 China jlu.edu.cn 2 College of Transportation Jilin University, Changchun 130025 China jlu.edu.cn 3 Jilin Province Key Laboratory of Road Traffic College of Transportation, Jilin University, Changchun 130025 China jlu.edu.cn 2014 1282014 2014 10 06 2014 21 07 2014 12 8 2014 2014 Copyright © 2014 Zhaosheng Yang et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.\n\nTo increase the efficiency and precision of large-scale road network traffic flow prediction, a genetic algorithm-support vector machine (GA-SVM) model based on cloud computing is proposed in this paper, which is based on the analysis of the characteristics and defects of genetic algorithm and support vector machine. In cloud computing environment, firstly, SVM parameters are optimized by the parallel genetic algorithm, and then this optimized parallel SVM model is used to predict traffic flow. On the basis of the traffic flow data of Haizhu District in Guangzhou City, the proposed model was verified and compared with the serial GA-SVM model and parallel GA-SVM model based on MPI (message passing interface). The results demonstrate that the parallel GA-SVM model based on cloud computing has higher prediction accuracy, shorter running time, and higher speedup.\n\n1. Introduction\n\nLarge-scale road network has high complexity, strong nonlinear, and high dynamic. The mass of traffic flow data brings enormous difficulties to traffic flow prediction. The traditional serial traffic flow prediction methods cannot meet the needs of real-time and accuracy. In order to solve this problem, the experts and scholars at home and abroad have been dedicated to the study on parallel traffic flow prediction methods and have achieved some research results. For example, Li et al. proposed a parallel traffic flow prediction method of space-time two-dimensional integration based on SVM, but this method is more suitable for emergency cases, not very practical for the normal traffic condition . Deng realized parallel neural network method based on dish network by Charm++ programming model and applied to traffic flow prediction. When the number of parallel nodes is 110, the running time of two thousand links was 520.88 s . Wang et al. implemented a parallel generalized neural network method for traffic flow prediction based on MPI (message passing interface) programming model. The experimental results showed that the speed of the proposed method was more than two times as fast as the serial method . Wang proposed a parallel traffic flow prediction method based on SVM, and the experimental results showed that the result of parallel SVM method is better than parallel BP neural network method, and when the number of parallel nodes is 100, the running time of two thousand links was 36.48 s . Zhang presented a short-term traffic flow prediction method based on genetic neural network in cloud computing environment. Its running efficiency was more than fourteen times as fast as the serial genetic neural network method .\n\nTo some extent, the above research results can solve the problem of large-scale road network traffic flow prediction, but there are some limitations, such as huge resource consumption and long running time. A large number of research results show that SVM is widely used in traffic flow forecasting and has certain advantages [1, 4, 6]. However, SVM still has some shortcomings; for example, it needs large store space and longer training time when it deals with large amounts of traffic flow data, so people have developed parallel SVM to reduce the computing cost and improve the running efficiency.\n\n2. Support Vector Machine\n\nSVM is developed based on the statistical theory. The numerous research results show that it has advantages in solving the problem of nonlinear, high dimension, and local minimum points, which becomes a research hot spot . Traffic flow prediction is a kind of nonlinear regression problem, so SVM is widely used in the field. The idea of solving this problem is as follows.\n\nKnown training set T={(x1,y1),,(xi,yi),,(xl,yl)}, xiRn, is the factors which impact traffic prediction, yiR is predictive value of traffic flow, i=1,,andl is the number of training samples. The traffic flow has the inevitable connection to the traffic flow in several periods before, so xi is the traffic flow in several periods before. A nonlinear function ϕ(x)=[ϕ1(x),ϕ2(x),,ϕN(x)]T is introduced to map the training data from the lower dimensional feature space to high-dimensional feature space. Then we build linear decision function to make the original nonlinear problem into a linear problem in the high dimensional feature space: (1)f(x)=m=1lwmϕm(x)+b.\n\nAn insensitive loss function (2)L(x,y,f(x))={0,|f(x)-y|ε|f(x)-y|-ε,others is introduced, where ε is insensitive loss factor. And then f(x) is brought in to minimize Ci=1lL(x,y,f(x))+(1/2)w2, where C is punishment factor and w=[w1,w2,,wN]T is linear weight vector.\n\nThe slack variables ξi and ξi* are introduced; then the type is rewritten as follows: (3)min{Ci=1lL(x,y,f(x))+12w2}s.t.yi-[m=1Nwmϕm(x)+b]ε+ξis.t.[m=1Nwmϕm(x)+b]-yiε+ξi*s.t.ξi0,ξi*0,i=1,2,,l.\n\nThe above question is a question of quadratic programming with inequality constraints. Then a kernel function K(xi,x)=ϕ(xi)Tϕ(xj) is introduced. We select the radial basis kernel function. And then the method of Lagrange multiplier is used to get the following formula: (4)min{12i,j=1l(αi*-αi)(αj*-αj)K(xi,xj)mink-i=1l(αi*-αi)yi+i=1l(αi+αi*)εi,j=1l(αi*-αi)(αj*-αj)K(xi,xj)}s.t.i=1l(αi-αi*)=0,s.t.0αi,αi*C,i=1,2,,l, where αi and αi* are the Lagrange multiplier. And then the above problem is solved to rewrite the regression function (1) as follows: (5)f(x)=i=1l(αi*-αi)K(xi,x)+b, where K(xi,x)=e-xi-x/σ2, σ>0.\n\nThus it can be seen that the SVM parameters C, insensitive loss factor ε, and the kernel function parameter σ have a greater influence on the calculation results, so we use parallel genetic algorithm based on cloud computing to optimize them.\n\n3. Parallel Genetic Optimization SVM\n\nGenetic algorithm (GA) has two shortcomings. First is easy to premature convergence, falling in a local optimum; the second is more time consuming in the selection, crossover and mutation steps, resulting in low efficiency. Considering the parallelism of genetic algorithm, the parallel GA is arisen at the historic moment. In this paper, Hadoop is used to implement the parallel genetic algorithm, which can avoid local convergence of genetic algorithm and improve the efficiency of genetic algorithm. The optimization of SVM based on the parallel genetic algorithm is a restricted area search problem. The three parameters are limited within a certain area based on the characteristics of traffic flow. The following research contents are several key problems of parallel genetic optimization SVM based on cloud computing.\n\n3.1. Chromosome Coding\n\nChromosome coding is convenient to calculate and improve the computing speed of the optimal solution. It is the process of translating the form of the problem to solve into the string form encoded, which can be identified by genetic algorithm. The binary coding method is selected to encode the parameters of SVM. The desirable coding range of C, ε, and σ is [0.1, 150], [0.01, 0.5], and [0.01, 10] in traffic flow prediction. Because 150 is between 27~28, the coding of the parameters needs 8-bit binary; encoding length is determined by the time.\n\nDecoding is the process of translating the form of encoded string into the form of the solution. Decoded by the following formula: (6)Xj=j=4k-34k(xj·24k-j), where Xj is the parameter and xj is the j-bit of binary coding for the parameters, xj=0or1.\n\n3.2. Fitness Function\n\nDefine a fitness function to guide the evolution of next generation and obtain the optimal solutions to the problem. The precise fitness function can improve the quality of reconciliation and the speed of the algorithm. Because the purpose of the SVM parameter optimization problem is to find the optimal parameters, the average relative error is chosen for fitness evaluation.\n\n3.3. Genetic Manipulation 3.3.1. Individual Choice\n\nThe purpose of individual choice is passing on excellent individual whose fitness value is higher than the next generation by copying. It can make excellent individual evolving continually. The roulette wheel selection method is chosen in this paper. The probability of the individual whose fitness value is G(i) is selected as follows: (7)P1(i)=G(i)i=1NG(i).\n\n3.3.2. Crossover and Mutation\n\nCrossover and mutation are the keys to affect the behavior of GA. Crossover operation is to reserve excellent genes of these parent individuals as far as possible and form a new individual. The aim of mutation is to avoid the algorithm trapping in local optimal solution and keep the diversity of population. Because the variation in nature is in order to adapt to the environment, the adaptive adjustment functions of crossover rate and mutation rate are introduced. In this case, the crossover rate and mutation rate are adjusted constantly to maintain the population diversity, so as to avoid GA into premature convergence. Probability functions are as follows : (8)P2(i)={K1N(gmax-g)(gmax-g^),gg^,K2,g<g^,P3(i)={K1N(gmax-gi)(gmax-g^),gig^,K2,gi<g^, where gmax is the maximum fitness value in current generation, g^ is the average fitness value in current generation, gi is the fitness value of the individual i in the current generation, g is the bigger fitness value in two crossover individuals in the current generation, N is the length of the chromosome, (gmax-g)/(gmax-g^) is the degree of the advantages and disadvantages whose fitness value is bigger of two crossover individuals in the current generation, (gmax-gi)/(gmax-g^) is the degree of the advantages and disadvantages of the individual i in the current generation, and K1 and K2 are the adjustment coefficient.\n\n4. The Genetic SVM Based on Cloud Computing\n\nMapReduce programming model is a cloud computing programming mode of Google, whose parallelism, fault tolerance and data distribution, load balancing, and so forth are implemented by the system, which is very suitable for processing and generating large data sets [8, 9]. Meanwhile, MapReduce has the advantages that MPI and any other programming models do not have, such as the function of balanced load and elastic computing and the ability to reduce bandwidth consumption and read latency, which can further improve the running efficiency of GA-SVM .\n\nThe parallel computing process is abstracted to the two functions in MapReduce: map() and reduce(). They are as shown in Table 1 [13, 14]. The data processing of MapReduce is demonstrated by Figure 1 . In the map(), the original data is set into M fragments, which is composed of countless key/value pairs k1,v1. And then, they are input to map() for processing. A group of intermediate key/value pairs k2,v2 are output. After key/value pairs k2,v2 are integrated and sorted by system, the key/value pairs which have the same k2 are output. And then they are decomposed into R fragments to input to reduce(). Finally, the key/value pairs k3,v3 needed are output.\n\nMap and Reduce functions.\n\nFunction Input Output Instructions\nMap k 1 , v 1 list (k2, v2) (1) Parse data into key/value pairs, input to map( ). (2) Input k1,v1, output intermediate result k2,v2.\nReduce k 2 , list  ( v 2 ) k 3 , v 3 Input k2,list (v2), list (v2) stands for the value, which belongs to the same k2.\n\nThe data processing of MapReduce.\n\nIn cloud computing environment, the genetic optimization SVM requires three steps: preparing of the training sample data, training of SVM, and traffic flow forecasting based on SVM trained. Specific steps are as follows.\n\n4.1. Preparation of the Training Sample Data\n\nIn order to improve the running speed of the algorithm, first of all is the pretreatment of the collected traffic flow data to generate the data set. The normalized processing by the following formula: (9)f(x):xy,y[-1,1],y=(ymax-ymin)(x-xmin)(xmax-xmin)+ymin=2(x-xmin)(xmax-xmin)+ymin, where x is the collected data and y is the mapped data.\n\n4.2. Training of SVM Based on Parallel Genetic Algorithm\n\nSVM is trained by genetic algorithm based on MapReduce. Its process is a problem of quadratic programming. The specific steps are as follows [16, 17].\n\nGenerate an initial parameter population. Generate an initial population of SVM parameters randomly. The populations are encoded and uploaded to Hadoop as a local file.\n\nInitial population. The initialization of population is completed by the master machine (Job Tracker). All individuals are divided into multiple child populations. Set up the parameters of genetic algorithm. And then, assign the parameters and the populations to the slave machine (Task Tracker).\n\nFitness evaluation. Call map(). Define the child population number as key. Define the chromosomes as value. The fitness evaluation is carried through for every population by Task Tracker to get the fitness value of each individual. The values of key/value pairs which have the same key are reduced and stored in the local HDFS file system.\n\nSelect operation. Call reduce(). Job Tracker reads the position of the intermediate file, and messages to reduce(). The reduce() reads intermediate file from a Data Node after receiving instructions. And then the reduce() completes selection operation of the child population. Each child population selects two individuals.\n\nCrossover and mutation operation. Crossover operation is performed on the two individuals selected from the child population through the method of inserting genes. And then produce two new individuals. Perform mutation operation using the method of adaptive mutation to produce new individuals, which make up offspring populations. They are read in HDFS file system in terms of key/value pairs.\n\nTermination conditions. Job Tracker judges whether the evolutionary generations approach the optimum. If true, the algorithm is terminated. Job Tracker consolidates the results, outputs the optimal SVM parameters; if not, turn to step (7).\n\nUpdate the evolutionary generations; turn to step (3).\n\n4.3. Parallel Genetic SVM Prediction Algorithm\n\nIn this paper, the process of the traffic flow prediction algorithm based on GA-SVM in cloud computing environment is as follows .\n\nThe traffic flow sample data collected of large-scale road network is preprocessed. Part of it is used as the training sample, and then the other part is used as the forecasting sample. They are uploaded to the Hadoop.\n\nJob Tracker divides training sample and forecasting sample automatically. And then it reads SVM parameters and assigns them to Task Trackers together with the sample data. At this point, each Task Tracker has a small training sample.\n\nTask Trackers call map(). Each small training sample is trained to output prediction results.\n\nThe prediction results of each training sample are sorted by Job Tracker. And then, Job Trackers call reduce(). At last, the prediction data tables of the entire road network are output. The performed process of MapReduce is over. The whole algorithm is terminated.\n\nTo sum up, the idea of “divide and rule” is adopted in parallel prediction model based on MapReduce. The sample data is divided into the child populations. GA algorithm is realized for child population, respectively, through map() and reduce(). Training SVM only needs the shorter time. Parallel traffic flow prediction is realized using SVM trained to reduce the running time of the algorithm.\n\n4.4. Evaluation Indices\n\nIn this paper, choose the relative error (RE), mean relative error (MRE), maximum relative error (MAXRE), and root-mean-square error (RMSE) as the evaluation index of prediction accuracy. Running time and the speedup (Sn) are chosen as the efficiency evaluation index. The related evaluation index expression is as follows: (10)RE=|y^(t)-y(t)|y(t)·100%,MRE=1n|y^(t)-y(t)|y(t),MAXRE=max|y^(t)-y(t)|y(t)·100%,RMSE=1n[y^(t)-y(t)y(t)]2,Sn=TsTp, where y(t) is the actual value, y^(t) is the average prediction value, n is the number of prediction, Ts is the running time of the serial algorithm, and Tp is the running time of the parallel algorithm.\n\n5. Example and the Result Analysis 5.1. Design of Experiment\n\nParallel traffic flow prediction program for the large-scale road network is developed by Java language, Hadoop, GA algorithm, and SVM. The parallel computing experiment platform is set up by 20 PCs. The experiments are carried out to test the proposed algorithm based on the real-time data of Haizhu District in Guangzhou City. Software environment is Redhat Enterprise Linux 5.0 virtual machine, Hadoop0.17.1, JRE1.5, and JAVA. Hardware environment is 20 PCs. Among them, one PC is as the master nodes and also as a slave node, the rest of 19 PCs are only as slave nodes. Hadoop0.17.1 and JRE1.5 are installed on the master node and configured to the slave nodes through the SCP command.\n\nHaizhu District of Guangzhou City contains 3,174 nodes and 8,914 links, whose network diagram is shown in Figure 2. Haizhu District is from Keyun Road in the east to Binjiang Road in the west and from Yuejiang Road in the north to Nanzhou Road in the south. Among them, one thousand links are chosen for traffic flow prediction. The data is from the SCATS traffic information collection system. A group of data is generated every five minutes. Acquisition times are 7 am to 7 pm. With 4*144=576 groups of data from Monday to Thursday as the training samples, the traffic flow data on Friday is predicted. The 144 groups of data on Friday are as the actual value to compare with the prediction value.\n\nRoad network of Guangzhou Haizhu District.\n\nThe number of parallel nodes is 1, 2, 4, 8, 16, and 20. The one thousand links are predicted by the serial GA-SVM algorithm, the parallel GA-SVM algorithm based on MPI, and the parallel GA-SVM algorithm based on MapReduce. The basic idea of parallel GA-SVM algorithm based on MPI is “divide and conquer.” Firstly, SVM is trained by parallel GA algorithm, and then the SVM trained is used to traffic flow prediction . The performance of three algorithms is compared through a numerical example.\n\n5.2. Selection of Experimental Parameters\n\nWhen the parameters of SVM are optimized, the number of parallel nodes is 4, the GA population size m=120, and the maximum evolution algebra 400.\n\n5.3. Result Analysis\n\nThe parameters of SVM are optimized by three kinds of algorithms. They are the serial GA, the parallel GA based on MPI, and the parallel GA based on MapReduce. The results of parameter optimization are shown in Table 2.\n\nSVM parameter values of three kinds of model.\n\nModel C ε σ\nSerial GA 105.23 0.016 0.89\nGA Based on MPI 102.45 0.021 1.22\nGA Based on MapReduce 100.01 0.015 0.72\n\nThe performance of the serial algorithm and the parallel algorithm (the number of parallel nodes is 16) is contrasted. It is analyzed from two aspects: prediction accuracy and operation efficiency.\n\n5.3.1. Prediction Accuracy\n\nThe prediction results and RE curves of Link 103-104 by three algorithms are shown in Figures 3, 4, and 5. It can be seen that the imitative effect of the prediction values and the actual values by two parallel algorithms is better than serial algorithm. When the traffic flow is fluctuating greatly, the absolute relative error of parallel algorithm based on MapReduce is relatively stable. Table 3 is the evaluation index of the prediction precision by three kinds of algorithm. It can be seen that MRE, MAXRE, and RMSE of parallel algorithms are smaller than the serial algorithm, so their prediction precision is higher. Because the parallel genetic algorithm can avoid the shortcomings of traditional genetic algorithm, the parameters of SVM are optimized better, and then the prediction precision is improved.\n\nEvaluation index of three kinds of algorithms.\n\nAlgorithm MRE MAXRE RMSE\nSerial GA-SVM 0.0914 0.2217 0.0956\nGA-SVM Based on MPI 0.0881 0.1887 0.0887\nGA-SVM Based on MapReduce 0.0779 0.1651 0.0807\n\n(a) Prediction results based on the serial algorithm, (b) RE based on the serial algorithm.\n\n(a) Prediction results based on MPI, (b) RE based on MPI.\n\n(a) Prediction results based on MapReduce, (b) RE based on MapReduce.\n\n5.3.2. Operation Efficiency\n\nFigure 6 is the running time contrast of two kinds of parallel algorithm. From the diagram, it can be seen that when the number parallel nodes is less than 4, the advantage of the parallel algorithm based on MapReduce is not obvious, because too little number of parallel nodes that the map phase will spend more time. With the increase in the number of parallel nodes, the advantage of MapReduce is manifested gradually. The running time is reduced greatly. But when the number of parallel nodes is increased to 16, the running time of two kinds of parallel algorithm is reduced slightly; the reason is that, with the increase of the number of parallel nodes, communication costs among the different nodes are increased gradually to increase communication time. Therefore, the proper number of parallel nodes in the process of forecasting can achieve high performance, save resources, and improve efficiency.\n\nRunning time comparison.\n\nThe speedup is an important index to measure the efficiency of the parallel algorithm. The higher the speedup is, the higher the efficiency will be. Figure 7 is the speedup contrast of two parallel algorithms. It can be seen that with the increase in the number of parallel nodes, the speedup of two algorithms is higher and higher, and the speedup of parallel algorithm based on MapReduce is much higher than the parallel algorithm based on MPI. When the number of parallel nodes is 20, the speedup of parallel algorithm based on MapReduce is Sn=Ts/Tp=770.15s/45.42s=16.96. Its efficiency is 16.96 times as high as the serial algorithm.\n\nSpeedup contrast.\n\n6. Conclusions\n\nIn this paper, we presented traffic flow prediction model for large-scale road network based on cloud computing, which has been implemented successfully by introducing genetic algorithm and support vector machine. In the process of traffic flow forecasting, we got the optimal parameters of support vector machine, the highest prediction accuracy, and the shortest running time. Finally, we verified the superiority of the proposed algorithm and the model through a numerical example based on Hadoop.\n\nFor further issues, we should introduce other algorithms into traffic flow prediction model for large-scale road network and verify it by the larger road network to be closer to the actual situation.\n\nConflict of Interests\n\nThe authors declare that there is no conflict of interests regarding the publication of this paper.\n\nAcknowledgments\n\nThis work is partly supported by Chinese National High Technology Research and Development Program (Grant nos. 2012AA112307, and 2014BAG03B03), Postdoctoral Science Foundation of China (Grant no. 2013T60331), and National Science Foundation of China (Grant nos. 51308248, and 61104168). The authors thank the anonymous reviewers for their valuable input and suggestions.\n\nLi Q. R. Chen L. Zhang Z. Zhi X. J. Parallel spatio-temporal data fusion on traffic flow prediction of road section China Journal of Hebei University of Technology 2008 37 3 112 116 Deng Q. Q. Study on parallel algorithms of flow prediction and path optimization for traffic flow guidance system [M.S. thesis] 2008 China Dalian University of Technology Wang F. Tan G. Z. Shi H. M. Xu Y. X. Traffic flow prediction based on parallel generalized neural network China Computer Engineering and Applications 2010 46 17 229 231 Wang F. Research on Methods of Traffic Flow Forecasting Based on SVM [Master thesis] 2010 China Dalian University of Technology Zhang L. Design and implementation of short-term traffic flow prediction algorithm based on cloud platform [M.S. thesis] 2013 Dalian, China Dalian University of Technology Zanghirati G. Zanni L. A parallel solver for large quadratic programs in training support vector machines Parallel Computing. Theory and Applications 2003 29 4 535 551 10.1016/S0167-8191(03)00021-8 MR1987229 2-s2.0-0037378238 Lim D. Ong Y. S. Jin Y. Sendhoff B. Lee B. S. Efficient hierarchical parallel genetic algorithms using grid computing Future Generation Computer Systems 2007 23 4 658 670 Radenski A. Ehwerhemuepha L. Speeding-up codon analysis on the cloud with local MapReduce aggregation Information Sciences 2014 263 175 185 10.1016/j.ins.2013.11.028 Kim Y. Shim K. Kim M. S. Lee J. S. DBCURE-MR: an efficient density-based clustering algorithm for large data using Information Systems 2014 42 15 35 Tapiador D. O'Mullane W. Brown A. G. A. Luri X. Huedo E. Osuna P. A framework for building hypercubes using MapReduce Computer Physics Communications 2014 185 5 1429 1438 Mohamed H. Marchand-Maillet S. MRO-MPI: MapReduce overlapping using MPI and an optimized data exchange policy Parallel Computing 2013 39 12 851 866 10.1016/j.parco.2013.08.010 Cherkassky V. Ma Y. Q. Practical selection of SVM parameters and noise estimation for SVM regression Neural Networks 2004 17 1 113 126 10.1016/S0893-6080(03)00169-2 2-s2.0-0346250790 Plimpton S. J. Devine K. D. MapReduce in MPI for large-scale graph algorithms Parallel Computing 2011 37 9 610 632 10.1016/j.parco.2011.02.004 2-s2.0-80052031568 Yang Q. F. Mei D. Han Z. B. Zhang B. Ant colony optimization for the shortest path of urban road network based on cloud computing China Journal of Jilin University (Engineering and Technology Edition) 2013 43 5 1210 1214 Vijayalakahmi V. Akila A. Nagadivya S. The survey on MapReduce International Journal of Engineering Science and Technology 2012 4 3335 3342 Ben-Shalom R. Aviv A. Razon B. Korngreen A. Optimizing ion channel models using a parallel genetic algorithm on graphical processors Journal of Neuroscience Methods 2012 206 2 183 194 10.1016/j.jneumeth.2012.02.024 2-s2.0-84859062903 Maheshwari N. Nanduri R. Varma V. Dynamic energy efficient data placement and cluster reconfiguration algorithm for MapReduce framework Future Generation Computer Systems 2012 28 1 119 127 10.1016/j.future.2011.07.001 Alham N. K. Li M. Z. Liu Y. Qi M. A MapReduce -based distributed SVM ensemble for scalable image classification and annotation Computers & Mathematics with Applications 2013 66 10 1920 1934 Acacio M. Cánovas O. García J. M. López-de-Teruel P. E. MPI–Delphi: an MPI implementation for visual programming environments and heterogeneous computing Future Generation Computer Systems 2002 18 3 317 333 10.1016/S0167-739X(01)00054-1 Devos O. Downey G. Duponchel L. Simultaneous data pre-processing and SVMclassification model selection based on a algorithm applied to spectroscopic data of olive oils Food Chemistry 2014 148 124 130 10.1016/j.foodchem.2013.10.020 Friedrichs F. Igel C. Evolutionary tuning of multiple SVM parameters Neurocomputing 2005 64 1–4 107 117 10.1016/j.neucom.2004.11.022 2-s2.0-15844394276" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8777756,"math_prob":0.9359672,"size":25463,"snap":"2021-04-2021-17","text_gpt3_token_len":6028,"char_repetition_ratio":0.16571742,"word_repetition_ratio":0.04941939,"special_character_ratio":0.23159094,"punctuation_ratio":0.13900162,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9813027,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-22T16:44:12Z\",\"WARC-Record-ID\":\"<urn:uuid:95010347-4b48-4ac5-8064-237bea0c2fee>\",\"Content-Length\":\"116274\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:98d71885-e65c-4d8d-b48e-42847d3d41c6>\",\"WARC-Concurrent-To\":\"<urn:uuid:08f24e74-2bc4-4467-911f-3a61b544927d>\",\"WARC-IP-Address\":\"99.86.230.17\",\"WARC-Target-URI\":\"https://downloads.hindawi.com/journals/mpe/2014/926251.xml\",\"WARC-Payload-Digest\":\"sha1:NDOTAMVXMBQGR373JGYD42EBHIQ6VTWA\",\"WARC-Block-Digest\":\"sha1:IDR2G353JQDOKRHJGY26N7VQGDWI4D4X\",\"WARC-Identified-Payload-Type\":\"application/xml\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618039594341.91_warc_CC-MAIN-20210422160833-20210422190833-00507.warc.gz\"}"}
https://in.mathworks.com/help/stats/predict-class-labels-using-classificationsvm-predict-block.html
[ "# Predict Class Labels Using ClassificationSVM Predict Block\n\nThis example shows how to use the ClassificationSVM Predict block for label prediction. The block accepts an observation (predictor data) and returns the predicted class label and class score for the observation using a trained support vector machine (SVM) classification model.\n\n### Train Classification Model\n\nThis example uses the `ionosphere` data set, which contains radar return qualities (`Y`) and predictor data (`X`) of 34 variables. Radar returns are either of good quality (`'g'`) or bad quality (`'b'`).\n\nLoad the `ionosphere` data set. Determine the sample size.\n\n```load ionosphere n = numel(Y)```\n```n = 351 ```\n\nSuppose that the radar returns are detected in sequence, and you have the first 300 observations, but you have not received the last 51 yet. Partition the data into present and future samples.\n\n```prsntX = X(1:300,:); prsntY = Y(1:300); ftrX = X(301:end,:); ftrY = Y(301:end);```\n\nTrain an SVM model using all presently available data. Specify predictor data standardization.\n\n`svmMdl = fitcsvm(prsntX,prsntY,'Standardize',true);`\n\n`svmMdl` is a `ClassificationSVM` model.\n\nCheck the negative and positive class names by using the `ClassNames` property of `svmMdl`.\n\n`svmMdl.ClassNames`\n```ans = 2×1 cell {'b'} {'g'} ```\n\nThe negative class is `'b'`, and the positive class is `'g'`. The output values from the Score port of the ClassificationSVM Predict block have the same order. The first and second elements correspond to the negative class and positive class scores, respectively.\n\nThis example provides the Simulink model `slexIonosphereClassificationSVMPredictExample.slx`, which includes the ClassificationSVM Predict block. You can open the Simulink model or create a new model as described in this section.\n\nOpen the Simulink model `slexIonosphereClassificationSVMPredictExample.slx`.\n\n```SimMdlName = 'slexIonosphereClassificationSVMPredictExample'; open_system(SimMdlName)```", null, "The `PreLoadFcn` callback function of `slexIonosphereClassificationSVMPredictExample` includes code to load the sample data, train the SVM model, and create an input signal for the Simulink model. If you open the Simulink model, then the software runs the code in `PreLoadFcn` before loading the Simulink model. To view the callback function, on the Modeling tab, in the Setup section, select Model Settings > Model Properties. Then, on the Callbacks tab, select the `PreLoadFcn` callback function in the Model callbacks pane.\n\nTo create a new Simulink model, open the Blank Model template and add the ClassificationSVM Predict block. Add the Inport and Outport blocks and connect them to the ClassificationSVM Predict block.\n\nDouble-click the ClassificationSVM Predict block to open the Block Parameters dialog box. Specify the Select trained machine learning model parameter as `svmMdl`, which is the name of a workspace variable that contains the trained SVM model. Click the action button (with three vertical dots) or click Update Model on the Modeling tab. The dialog box displays the classification type and the options used to train the SVM model `svmMdl` under Trained Machine Learning Model. Select the Add output port for predicted class scores check box to add the second output port Score.", null, "The ClassificationSVM Predict block expects an observation containing 34 predictor values. Double-click the inport block, and set the Port dimensions to 34 on the Signal Attributes tab.\n\nCreate an input signal data in the form of a structure array for the Simulink model. The structure array must contain these fields:\n\n• `time` — The points in time at which the observations enter the model. In this example, the duration includes the integers from 0 through 50. The orientation must correspond to the observations in the predictor data. So, in this case, `time` must be a column vector.\n\n• `signals` — A 1-by-1 structure array describing the input data and containing the fields `values` and `dimensions`, where `values` is a matrix of predictor data, and `dimensions` is the number of predictor variables.\n\nCreate an appropriate structure array for future radar returns.\n\n```radarReturnInput.time = (0:50)'; radarReturnInput.signals(1).values = ftrX; radarReturnInput.signals(1).dimensions = size(ftrX,2);```\n\nTo import signal data from the workspace:\n\n• Open the Configuration Parameters dialog box. On the Modeling tab, click Model Settings.\n\n• In the Data Import/Export pane, select the Input check box and enter `carsmallInput` in the adjacent text box.\n\n• In the Solver pane, under Simulation time, set Stop time to `radarReturnInput.time(end)`. Under Solver selection, set Type to `Fixed-step`, and set Solver to `discrete (no continuous states)`.\n\nSimulate the model.\n\n`sim(SimMdlName);`\n\nWhen the inport block detects an observation, it directs the observation into the ClassificationSVM Predict block. You can use the Simulation Data Inspector (Simulink) to view the logged data of the Outport blocks." ]
[ null, "https://in.mathworks.com/help/examples/stats/win64/PredictClassLabelsUsingClassificationSVMPredictBlockExample_01.png", null, "https://in.mathworks.com/help/examples/stats/win64/PredictClassLabelsUsingClassificationSVMPredictBlockExample_02.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.67649186,"math_prob":0.82666886,"size":4884,"snap":"2021-04-2021-17","text_gpt3_token_len":1095,"char_repetition_ratio":0.15717213,"word_repetition_ratio":0.0054719565,"special_character_ratio":0.20004095,"punctuation_ratio":0.1296729,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9557184,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,2,null,2,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-01-22T20:34:38Z\",\"WARC-Record-ID\":\"<urn:uuid:6878fe18-4a93-42d5-add9-e60ff68bc432>\",\"Content-Length\":\"76966\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e39eb5d2-87a5-4e13-a1aa-d7c160b59a65>\",\"WARC-Concurrent-To\":\"<urn:uuid:9323523d-75a4-431a-b23d-0879c2cfefa6>\",\"WARC-IP-Address\":\"23.196.32.67\",\"WARC-Target-URI\":\"https://in.mathworks.com/help/stats/predict-class-labels-using-classificationsvm-predict-block.html\",\"WARC-Payload-Digest\":\"sha1:YFTESMBY2YB2AA5H2ZLVAZRGN32UHZE4\",\"WARC-Block-Digest\":\"sha1:O3OKUW6CDPZB3M5TXONHCYAFXXD5QM6R\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-04/CC-MAIN-2021-04_segments_1610703531335.42_warc_CC-MAIN-20210122175527-20210122205527-00020.warc.gz\"}"}
https://math.stackexchange.com/questions/3844449/convergence-of-the-sign-of-a-function-in-a-sobolev-space
[ "# Convergence of the sign of a function in a Sobolev space\n\nConsider a sequence of function $$\\{f_n\\}$$, where $$f_n:\\mathbb{\\Omega}\\to \\mathbb{R}$$, $$\\Omega$$ is a bounded subset of $$\\mathbb{R}^m$$ with a smooth boundary. Let $$D$$ be a countable dense subset of $$\\Omega$$.\n\nIt is known that $$\\text{sign}(f_n(x))\\to 1\\text{ }\\forall x\\in D,$$\n\nIts also given that as $$n\\to\\infty$$, the Sobolev norm, $$\\|f_n\\|_{H^k(\\Omega)} = O(1)$$, for some $$k> \\frac{m}{2}$$.\n\nI want to know If I can say as $$n\\to\\infty$$, $$\\text{sign}(f_n(x)) \\to 1\\text{ }\\forall x\\in\\Omega$$\n\nWhat I know\n\nIf there was no $$\\text{sign}$$ function over $$f$$, then through a direct application of Morrey's inequality, the result holds. But with the appearance of the sign function, the result doesn't seem to hold, but I am not sure.\n\n## 1 Answer\n\nLet $$\\psi \\colon \\mathbb R^m \\to \\mathbb R$$ be smooth, compactly supported with $$\\psi(x) \\in [0,1]$$ and $$\\psi(0) = 1$$. Let us assume $$0 \\in \\Omega$$.\n\nThen, consider $$f_n(x) := 1 - \\psi(x).$$ Then, $$\\operatorname{sign}(f_n(x)) = 1$$ for all $$x \\in \\Omega \\setminus\\{0\\}$$." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.84247273,"math_prob":1.0000088,"size":725,"snap":"2021-21-2021-25","text_gpt3_token_len":246,"char_repetition_ratio":0.11511789,"word_repetition_ratio":0.0,"special_character_ratio":0.3337931,"punctuation_ratio":0.10897436,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":1.0000093,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-06-23T09:11:48Z\",\"WARC-Record-ID\":\"<urn:uuid:3d7c2d81-3381-4b4e-aca5-29b2777c383f>\",\"Content-Length\":\"160100\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:fa8b1152-8327-4ffd-a07e-69f7944f4e1f>\",\"WARC-Concurrent-To\":\"<urn:uuid:578e910c-9f39-44da-928e-f41f3941673d>\",\"WARC-IP-Address\":\"151.101.193.69\",\"WARC-Target-URI\":\"https://math.stackexchange.com/questions/3844449/convergence-of-the-sign-of-a-function-in-a-sobolev-space\",\"WARC-Payload-Digest\":\"sha1:HEIVZRLSNGGWS3UCC6SHOEMKG6EPFTJ4\",\"WARC-Block-Digest\":\"sha1:X63I6JMPUTMZABAGL64CDG7E4YBM2S67\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-25/CC-MAIN-2021-25_segments_1623488536512.90_warc_CC-MAIN-20210623073050-20210623103050-00522.warc.gz\"}"}
https://homework.cpm.org/category/CCI_CT/textbook/apcalc/chapter/1/lesson/1.2.3/problem/1-60
[ "", null, "", null, "### Home > APCALC > Chapter 1 > Lesson 1.2.3 > Problem1-60\n\n1-60.\n\nWhen the semi-circular flag below is rotated, it has a volume of $\\frac { 243 } { 2 }$π un3Homework Help ✎\n\n1. Describe the resulting three-dimensional figure.\n\nUse the eTool below to visualize the rotating flag.\nClick the link at right for the full version of the eTool: Calc 1-60 HW eTool\n\n2. What is the value of $d$?\n\n$\\frac{243}{2}\\pi =\\frac{4}{3}\\pi r^{3}$\n\n$r=\\frac{1}{2}d$", null, "3. If the diagram is rotated 90º and the flag is then rotated about a horizontal pole, will the volume change?\n\nBuild a model by taping a paper flag to a pencil. Try holding the pencil in different positions. Does the size or shape of the resultant solid change when the pencil is held horizontally vs. vertically?", null, "" ]
[ null, "https://homework.cpm.org/dist/7d633b3a30200de4995665c02bdda1b8.png", null, "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAABDCAYAAABqbvfzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QzA0RUVFMzVFNDExMUU1QkFCNEYxREYyQTk4OEM5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QzA0RUVFNDVFNDExMUU1QkFCNEYxREYyQTk4OEM5NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDMDRFRUUxNUU0MTExRTVCQUI0RjFERjJBOTg4Qzk0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDMDRFRUUyNUU0MTExRTVCQUI0RjFERjJBOTg4Qzk0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RSTQtAAAG9JJREFUeNrsXQmYXEW1Pj09PVtmJjsBDGFXiCKKIBJ2REEQQdaARBBiFFRAnrIoyhqCgLwnEfEpPMAgggsGJG7w2MMuiuwkJDGQINmTycxklu62/r5/0ZWaur3M9GQCc/7vO1/fvrfuvXXr1q3/nFOnqhLZbFYUCoVCoVC8u1GlRaBQKBQKhRK6QqFQKBQKJXSFQqFQKBRK6AqFQqFQKJTQFQqFQqFQQlcoFAqFQqGErlAoFAqFonKoLveE2jM+uTHk+zNGjjZyj5EXqJhgQH3KyClGOo1MNbK2vzOSTWakbmWTjHp+69y2QqFQKBQW85+avvES+kaCKUaOMHK8kcWS9zQkjYzj9l1Gnuj3nCSykuxIaa1VKBQKxbvLQt9I0Gjk30YehtPA2d9tZJGRPYxs0++EnjCaRFe1NC4emSN2hUKhUCiU0MtDjZE3jRwXODaRhP5hI7f1ZyayVRmpWdMoqbb63LZCoVAoFAOFd2tQHHzcWxppChwbxt89+zsTWWOV161okkQ6oTVJoVAoFErovQA8C6OMjA0csy74nSXfn155GA6vXlcj9cuHqnWuUCgUCiX0XqDByOiIUnNu9ThCh/W+T79Z54bEa1c1SnVbjdnW/nOFQqFQKKGXi/cbeR+3Px44PtrZPrw/M1K/vDlSKxQKhUKhUEIvG/tK1IcO7CE9KXVn/v7ZyAFGNqm4dY6hautqpGZNg7rbFQqFQqGE3sv8gtDXOeTt9pMPN/Ixh9CNCS2HVJzQq7JSu3qIJDtTaqErFAqFQgm9FwBZY/z520ZWS9Sfvrdz/AjHeke6RyWaOa6iwJBzuNsTyuYKhUKhUELvFdAn/rREQ9NeN/KkkaN4bAQJ/x7+hy/8RhL+DpVk86p0taRadOy5QqFQKJTQe4NtSNog8aESzdf+RyOfolX+ZSMPSDRbHIBhbXcaaTcyuVKZQP95am2dVHelctsKhUKhUAxGQoeP+hoj1xu5yciFZZwLUv6NRIuwWMKeLdGscRdLFN3+O8lHuY800mbkdiOnSn7CmT4Sukj9imZJZHShOoVCoVAMXkLH/bBc2ywj5xg5wcjnSjgP4803owU+kvsQ8PaskYeMnGbkCu6vd44D15LMT6yIRmLUiZq19WqdKxQKhWJQE/q2Eo0hR7/3GCMLJFoGddciefymkR/zfyN/U7TO20niNhjOTizTwN9/GPmrkfMcsu+ddV6VkVR7nVS31mn/uUKhUCgGNaGDyP9l5F6J3OMdRr5n5FwjH4w55wwjrxj5G/+787dfQwsd/eZf5b46z1IHLqUicVLfzHOR6vYaqepOas1RKBQKxaAldIwXR7/3XIn6wVskcp+D4NEHfomRXbxzDpJorPkPnX2WsDHm/FEeQ/Db13j9as9CF6bDuPSLJLygS4xFns1Z4lYy1encdK+JjA5XUygUCsXgJfQvGblDIrc7VkI71sh2Rg418gKtdFjrdknUCUYmSdTX3u1c533O9uP8vZrKAYLfugKEDpwvkZv/nFIzjGj2mtUNuRnhILWrhkhVV1LXPlcoFArFRocNtR76YUbeMrKElvqJJGlMDvNFWta3GDmGFjf2wa89xchSI0NoqeM6n3KuO4q//5Ro7fPvS34WOZ/Q0ZeO6PoLmPblYpke8crmhtRr1198pSohmaT2nysUCoVi8BH6hySa8AWBaacbSUvUdw7vAJjyK0a+bmSakVVGWiVykSPgDUPVOmlZg/zv4q+d3rXOuQ/c9kdKNFY9ROjAd5nmBiN7SX4IXBCIZI/c7vlkiYS62xUKxYbH/KemayEoCqI/Xe4YKnYKyXO8kZslmhBmUyM/kshNjpXTrpNoARUExX2e5yVI7BCYwwh8m0kLf0vnHm7g22u00LMFCH0l8zSBaRUKhUKhUAvdA4aLoX97FxL19iTVZ0nMcHnDHf5Vh4hB1KOYbpGRtRJN07o/rfKmInm8yMhEEjWC69p4D1x/SMw5mF3uKp77dyN3azVQKBQKhRJ6HqMlH8X+iJHlsn4wW7kAIY+k9b41lYQPkPDx20zLf3zM+bDkEdmO/vUXjbxqZB6tfATGITjvVxK53v+uVUGhUCgUg4rQs15AWCL9jtf+TUrkMM86vyGgfzr3E9sn3WrObzWJFprtZ5z9uOHmRnYzcqCR/WJIHX3wB1GEOYGSgWC4xySKuMc1fm9kHyMLtTooFAqFYtAQet2yJvJxQjLVGelsbn9nnDb25Qg+QzLPRPSbSaZzc59Ho72iKPFkR7VUmbSZmgJGfO787DtR5bx+xlEefk/ixopqCKA7TOJd7Ql6EPaW/JKrrUyPceyH0HpXKBQKheK9T+gjX9jCsZWz0l3XJV2N7dLZtC43RrtueWN+nXCQfqpb2ke1SMfwVknXduUixhsXDZfGN0fkyD+TSsdb6WZ/d32ndAxtM+SfkM7GDllnrgXNAJO7MPocUfD/TxkvmcRZ5nqnSmkBf5b8ETX/oERD2u7UaqFQKBSK9zyh+y736vaUVLfVSMPbCE5ff4hXDu01UruqIWfNg5xxvHZ1Q2TVGx5PdhbOAqZaradXAOfAI9A+eo20jVljlIeGnMcAln7HsFbpauh8KV3XNaW7oeN2c+1rEunEeEPuXQVvkIAHAHnOol/+DpN+lsnYmWb/v8p1Xkjk1u/QaqVQKBSKjZ7QexB8jsCzBQZ0g+SjrVRrtG4KplB1jPBid3jnfCA3c1tLvQxZNCJH9u+wqSF2XCpd0w3Sv79t9JqPdA5vHZdOdVfB2x6arjVrlIzkulR2yOLmNnMcD5HoGtIxdN3IlrebFozOXb+HghKPL0i0UMxtWq0UCoVC8a4jdAJ907tLNIkMItPB2JgZDtHjz5DofHLEvdFv3SSFJ3gBE6+QaJz569ZDUN2Rst6CKl5naBb6QXcyR+5GMplU98PrRrQuXjt2ec6yr0onc3ey+WhcOFIaI8XgIJuPbFUmaxSOj1V1VafM9bHe+vz1lICsYf2wEgL3va7aolAoFIp3JaFjKVPMwY7JWjaPSYOo8usoLuCixpKoW5R4Lyzmgrnb/8fIn5z1yJO8TjThDAztZHQskU7OHvLvofvVL2/sXrPlMml934qc6z/VWifD5mwqtSuHIP0hhsBnradBGOKnsnCyT+gFACVG54RVKBQKxYCgLzPFYeKY+yUKJNu8QLodSbhYLrXZNXYlmgimVMCC/rREE8P8oKTrJLJ7GgI/VjJVMmzupjLipbHSvHCUjP77VjkyN6RdY6z1qYHz7FaXVhGFQqFQvJcJHdO3wqrdrYxzMIf6LVIZtzQmhil16taLDUE3od8ervjm18fkoutpgcOz8BGtBgqFQqEYrIR+JS30cnGERCupVQJYaAV99sVmo8MSrWfkTHlD4jkijyzwkfQuKBQKhUIxKAkds7JNjDn2N4lWTcPCK/MKWNcIT0/HHEcA3F8kWp0NU7c+GZMO1zi1xDz/l0TLtrr4tqy/trpCoVAoFO9a9CYoDv3YqcB+zNp2vOTHYWNd8wckmnvdBf7vIdHCLCE8Z+RgT+k4wciNJHEXmLK1toByYDGc1vgU/se88F/T169QKBSKwWyhfzSwL03L3J1U5d8S9XPPpcyhzCepJ0pUMtDZfatEAXg+xkq03Gop0eUnG9mV25dIFKGvUCgUCsWgtdBDEe1wky8I7P+NkT95+0DkiB6vr0D+s5JfBqYY4FU4z8i1Ro7ZCN8FFIzNJD+Gvz2QppZeiqxXnp0SnqEuxXJexzSFUMf0uG9cXEKC10tKgWV3nGtUM72ftkviZ9SrYV46me+4Z+qKKSMAK/8hRgLL8S6SwvMcWDQzvascJkuopwm+szYqyA2SH3kRum89v6EE33NrjKLdwLy0Ffh2G4qUg32uVon3YtWxXrWXUEd8FCqftTH765n3cuqEC7zXUczvGyW8W5TzFrwvFmda1k/5wn0wEqelQJ7qWX/XlHC9Jr6z9hLrr0LRKws9tPhJS4FKutaTFjbUcSQcIhO48vcP7F9sZHWJhA58zshvpW/D9SoNNFAIMkRXQ27yHInWkL+ADa2LqTyGCXv+6ciz9GLs7aWfxLT3s4GIAxq8x5n2oALpQCB38X7PeXlw5bNM/2mmfdY59jz/38HjPr7BfFwVk4ejeXxG4NhHeN2XJJr/AOWJlfWOK/IO7D0v8fbv4z0Xnvlv3vNAfsf07+exh6ic+cR5Ae9jPVbYvijwbhDvMZv32jMmz0fy/FsK1P+TmZ9rCjz7VF7nm72ou7vElAfK6RGWq0/4tzL9PwJ1Au/04zH3QnDrLyRaCvkVvtvZRd7tRL7/13gOzv2l9OwGRPndXCBfuO8nipSFfbffKpBmBtNMLXKtk5gOsUTDlKYU/WmhZ2MIvbNCefqQ00BmaG3tE9Nozab2HCLoNY5G7Fp3owNp0T0wpgzFoFLYjB6Mnfn/VeYRDc6lEi0aM9GxEDZhwybcZxeoBfHbYMVT2ABZLX8bCqam/WlMPr4i+eF7Q4rkGaMbtuS76QqUWcJpxOud/HY69cfm91iS6IWedY38xgUsDuXxVd7+/VlvhrNsXmR5oSG+nedMi7EyJ/P4ZCoSqx2PyFjHE5Ry6ppb31c639P2tIirPCX4VxKtBgjMo/W1PZ/9Uzy2wrnODvRWYA6HCQEr3JbDigIWHIJGtyWxX0GPgA+U89Ysq3JRRyXGWrJZx1BA3vYyciiVsLWO8rgd03YG6vBRVODvcu6D7+MevosMFTYowntQcPw7Xt6+4xDnElrmyOsJLG8onU85dXIrJ1+2TXHzdQzzNTNG0Z1MRWwyvYAhq34sy+Ub/BbfiCnT8/jemjYy40PxHrTQQ+iqoFtoNK2PI9kQ7BtDtLDkf+6QiA806D8q4X7PsdFMDED5X83GaIFEa7uPpxxPUsAwv9O9cgZ+xgZ/R/4iNuA2ktN0yc++57pZz2BjEfIQuKMFisUjWCI7xcmDK+PZ+LrXQgO8k5Nmd8fC/j6f3ffQxE3qkw4QKkj8Jv7+kff6MJXDHzLNZVSQfNgpi4VKneuheJjPY8t5MvfPoQJkn/dwrx52eN/Dt0jYq1incc4H+X6XkbAv9JTmDsfrcEGJ5eBiJz4b0OwoE6FvN84zVgz2/UKp2I1ltAOf78tU9A/y6rDN77leHd6dym09CXGYo1TdSDKczfLYieV3GdOc79WhfRwyv5RpbZ14gG3M9Z4HzObrvJh81Xn58pXJcY6XZq8i3w6I+rSYNJ93PAgdou52xQAQ+kBgKt1icV6GIbRKFhS5DhqDtwcg/2igPsftMyVa/jXDjxgW5ZU8dnbAbbmazzWPv3B7TqIS00wLxMeOtH58wHrbtBf5X+TkwZW5bMh90niNx+fTMsJ8BLMc5aAv+CS9Bkv4PHNYlktIpo+wrp8ZOHcij83l/0nOsTbut+X8hkN+9nlej7G0xCGkE7l9Cb0IHSyTu0ggQqKPc69+m5ZoOTiGHoV5zO+kfqzLackHvM7n9g2S78I4WnpOKLXUq8OoEyfxnYEcd2G63aiItbKePM93i/7w7xm5m+lOdK5tn/XPVBiX8ZyX6alq4/UPCTwL7v8vL1+TuB+KcqhLwN77Nf6eUEKZTQ54C1EPz1JaUgw0oW/oRUlg2V5cJE2t89HH4T5q300DUPZoHBpp3TweOD6dpPftwHtKxlhLL3M7zl39TU8Bgqvwq45VWA7K6a6B5VoT2P9bx5rsSx3awfG2LA0cn0Kiv9Xb30yLKMuyWUhLb8uY+6Sc56ktMW9Qlmx/+gOB4w+R3DeR9fvdq0g8C3jfH5dxT6Q71lEGXqVC8MF+qstx5fG04wWqLaH+LCVxAkMdi1eoWL0WOOde/m7r7NveO+biLXrAzohRxEL5Wu7UK1/p2oyKwTpes4WK+ogSPJH+PBoHSnwMgULRL4Qeck03SnhseiXRzgbxMDZSxQjIRr+jEX8wcBxW0jkFnqm/Yee1XynhaG7sn0Fr3Y+E7o7xSNh+8IXesQdo2XzMs0pgOW1HC/8fZea/EjETbzl5b+jDdWwjG+dpQUAUgsf+GmhA4SlBlwC6CeBih2v1iAq+5yaSWafk+9r9et1CIqnzvrMsLbZVtCi/U+I94fL9AOsBvAD3U2Hqr9EdWQlH2u/rELVfx0PR+weQjLO08oHhzjUk5juxdci2aU1F6sPdVJifCRwL5etAyceCvOwd+yy/ZVjyCGJDtwCi8A8t0Hb+kt/w1x3FxSrcwEyJjw1SKCpiZbkNUKjRapJ8UE9fAGviSoeQYXku4wf+ai8UljQVgNmelfgTiSJJB7rsu6T8/stNaNW6VuC32OgsCxAXgv4w8c+1THc3G3jr3kMU9GllNN7AFWwwk16D9b2YhlJilCrrceiLhZ4sUDcLwbpGf+80pCdy/3SpzOp5SckPLQzFBXQ7+xMBJe0JiVzXeEfnUvF4usg9j3eIK81fBGIhIvxyqVwAq1uXMT/FWueZP8P8WgLzyxJW7OZMm6FX5EQqP4gHedF7t+uKKJZJpwxD9WFXfjdZJ13I6j/Cy9dYenf8fPllfadThw5mHZoRk2d8n2OoKEyi9wWWOUZ9wN3/fxLFZWj/uaLfCT2k9Q7nR+AT+v5s4NNO5QSp3sCPI4TFrNCVBAgGQTBnOhbs1AEue7dhKddDcDLFByL7vyw9o5mHsnFBfy2Gtu1GBeyjtDhmUukpB3EL8/y0DEJ3yyJbobIsFWioD2KjbUdVII5hCZ9tl148R2/ec7H3D+/Xj0jGu7Px372AEjhC8gFwv+bvoxL1Ce9A6/3+CtdlfP+PxRybwW/Px3HSc8hZG7/9s5xyK/ZuE166uHNQhhO8c690lA6LYwKeDHjIEIB7tqeYjGd5tku+L38W0+9PBXtujBJyNQkdVvr/UuGCAYKA1/kyMF5DxSAk9BcC+6C9fs2z8rDvssBHBFxVwPqp7qdnRV6OYkOOhV2WD3DZ9+WDfZtKSZKNACwjuPxulsi1HipTuG2voyJzjuOt+G82pMky84358Z+UvFswUaB+FPKgDFRZHk6yhJvddjesIrmfxkb9mQrlLdGH57CW4mkkzY+TBBbFXOMztEThfXrEsW7RdQOX/cR+IPRuWq7dfKcZEtmdjlLhA11hiB9AVx2i4D9EMjy1l+82UeQcxGu8QuPCkm1XgXwlWc7IF0ZOTAmktYGHs0jCwJtMj2NHSj641QW6l+5gvUM3GQJz0RXWQkLfSqlJsaEI/a8kR/+jQXAV+o7gEkRf4BdjyBxE9KCEg6T6E8v4cR0vPYOjBgJtzsddI4XXhk94FsgvJN//Xw5gZaCf7mj+XyDR+OjeAIQxu49lYPu+OyTvUrWKRZzClw4oA+scS7FURcK6SuGh2JPfQkbyoyKg/F1c5L2Ugg5aZPUSjhOwM9+JxA/Vs+WNbo6LJBri9ouYdLYb4SXvuawCcBjLaWUF6/JKWqpryzgHwai3OSQICxf90RjG+ZyTrt3xMoUwxClnW286vPplFVeLmwsQ+h+db+JNtmeH0ZvldtHVOJb8K3z+JOuntcqhPP1Qes7SZ2daRJ5ukXyA73S2Ux9QalL0Br2xkBBA9ZeYY0fzY/lpDJkDP6FLKjUAz3ujQ2YDjVX8qEfHNFZoQOACnik9I2t7a9kulfUnl7mOjXBvrldXgTKw0elLnEbYTuoyJuacTZ3ycz0WwLiYc6ZQibya/3eSfDQxJtV5lMdhrf+A+xE1vW8FnnEFSQllHJo2eRRJqU16Dvfzgbw9zXNs95Gr6CHP+3H7C95zXeeU38H94G0q1zho8Ej0CSo2/ph7G/W+eUybMc6rD1lHWdk65t7betcOKQhW6XhM8rP8uXBHDZxHb8iD/D2f+6Gc7FqgDOyshlYpvVYpSbGhCd0O8elNANzj1EIH0ipevJGU/Rx6K+okP3TMfS/Q2g8gma8ONKC9xfW0gEAMN/XhOi1lpE1Lz0AsDEeyE7Xc5+x/mL8TAoQKIjuJ2+5qfU84SpAfXTyWFu2+TkNvXaVv0Br7jSP4/6pDin3FUsfiDAUens73PUcKj2e3jf43aFmGukg+T6JEEOTtged6vsBztffxOftSJ9P0PgBwU3/CMyDWkZxPCNSHL3h1QBzP0XHSc6w3vAC7sx17rEi+YO3b2QWP8IwU6+GZS0+DW9b4P9/zBMV5by6nV+g6Cfe3KxQlo7f91a+wgt9awCoKWfbHSt9dmO8VrGUjdj01fFikGGJUS9I6hA3Kd6Uy0dYWi9lgurOR9QYns4FLBOoUvAovelb1+ZJ3PW5FTwkaW7g1f+aR80zWL/R7wmWJvkaMrf86FYGF9LZYPMWG9Bg2pldTYRlH5RPW3WtsNF1X6eUSng4XZT+Lv2OkbxMPZfme9yPBQIGzUd/HOXkBcZQy2uFJWuoXBAh1IrevlfA0txNIdgfwHSxwjkHhCc15kKLy9Eg/fw/38N1/gs/2WYcwf05FBvVkRyp9GP+Ncd8Y5vaW5GeNBG6gVwZu9XtZHkizN89JUZl9roR8WSt9Ar/FQ6lkH+5Y578LnIeI/RlUsnBea8z1URf+UKaCrFBUlNCFHzg+kMvYKMW5YGHJ3yzR0JvVXgPUHEhf7rKmdpUjH0PLuEbcilH93c8PMkFUMmaz+hLFAtbk2bJ+P7V1B5Y6ZrsupkxDQ4CaS3hmt6xPLZBuCQndXmszkqePZ+ideMuziibz3EMCxPQyFZ63A+ckaeH5i6y8SOsObtmjqBRkJD9TnY+H+Qyb0AK8xiub5hiLtNqpey4xoovqFF7ncIcMrKcDBHaHsy/pvOOQJY5vDv26OzvvAwqDndp2ZsxzQcnBzHbbsq5d6NxnP8m7631MjyF06wIfVoa3z9az2oCVPo1K7aFU6OxznMO6jzI8V9aPTH+ZyqXr3XiLRHozy+hG716/ooLgoqlIvv7A+ngg68WmrE9xAYb30usxjnVyRoF7rIkp16GiY9EVG4jQhZYSgt8QbIbpRnciQWXo9kODfZ/0nOjEupum8eNIO/mZ1wt33Q9oSaWdRnCJlD4U6kESjjseGNd4dgO8g8tpBdg5vrtpOaCBn+OlvZ3l83AZStc0elSKWZFX0QouZLV08nqjC3gNkpJ3f2Jq3qmyflBQgiSGYw9IeEz0clpoIL6DmS8ohugT/rX07IKwjeJRJDpEem9BpegR75x2PkMhFze8J6eTIBd75DGNhNEZ4/24hPfw83gTlbOJJJkEy+D2wPtZRpJHw7405tuBBXi8971cwW8t7n2jfqPvfU/nPFiIr0p+oZQQad8Xc715VC7WluF5g7W8jazvIreAgnUWyTLlKaCnsqxQJ7Zk+T7EfS0xyuIEltFeJMc3SMx/jsnXdgXydSYV03rWtWl8f3HBhVA4v0KPwhpHMYIy9XiRMprH72ZlActeoehpcWWz5Q3/3WrX0wZ7kUmiKjjC62w25NdrtVIoFJXG/KemayEo+tVCH3x0noiN/XlaCg87UigUCoVi47HQFQqFQqFQbHzQgAuFQqFQKJTQFQqFQqFQKKErFAqFQqGoCP4jwADQNvw20jA5ogAAAABJRU5ErkJggg==", null, "https://s3-us-west-2.amazonaws.com/c3po-media-dev/files/abf13860-6d4e-11e9-a188-ef5cbab29e48/Volumes_std_solids_original.png", null, "https://s3-us-west-2.amazonaws.com/c3po-media-dev/files/3da349d0-259f-11e9-ab6b-d7741872f579/apcalc_original.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8006469,"math_prob":0.9887998,"size":638,"snap":"2019-43-2019-47","text_gpt3_token_len":156,"char_repetition_ratio":0.1214511,"word_repetition_ratio":0.0,"special_character_ratio":0.2413793,"punctuation_ratio":0.10606061,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.988533,"pos_list":[0,1,2,3,4,5,6,7,8],"im_url_duplicate_count":[null,null,null,null,null,1,null,4,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-11-22T21:35:01Z\",\"WARC-Record-ID\":\"<urn:uuid:b8abffb9-2f0e-4265-b3a3-0f2d44cb4492>\",\"Content-Length\":\"45179\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:9a40f236-506d-4135-bace-a79f3100c83f>\",\"WARC-Concurrent-To\":\"<urn:uuid:12445e18-6f78-447c-a497-aa0e981b6520>\",\"WARC-IP-Address\":\"104.26.6.16\",\"WARC-Target-URI\":\"https://homework.cpm.org/category/CCI_CT/textbook/apcalc/chapter/1/lesson/1.2.3/problem/1-60\",\"WARC-Payload-Digest\":\"sha1:QMRSAYOV6KU5WLXQTQVMCLBPCWCKALZA\",\"WARC-Block-Digest\":\"sha1:TMCYS6XM2IUAABQVJ4KQUCL57J6PGGYM\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-47/CC-MAIN-2019-47_segments_1573496671548.98_warc_CC-MAIN-20191122194802-20191122223802-00066.warc.gz\"}"}
http://www.xin-chen.site/feed.xml
[ "Jekyll2021-05-12T09:09:28-07:00https://xinchen236.github.io//feed.xmlXin Chen / HomePhD Candidate at Harvard UniveristyXin Chen (陈欣)chen_xin@g.harvard.eduNotes on Gaussian Process2020-07-29T00:00:00-07:002020-07-29T00:00:00-07:00https://xinchen236.github.io//posts/2020/07/gaussianprocess<p>My study notes on Gaussian Process and some useful resources.</p> <script id=\"MathJax-script\" async=\"\" src=\"&lt;url-to-your-site&gt;/mathjax/tex-chtml.js\"></script> <h2 id=\"useful-resources\">Useful Resources</h2> <ul> <li> <p>GP Toolbox in Matlab: <a href=\"http://www.gaussianprocess.org/gpml/code/matlab/doc/\">GPML</a>. A GP theme website is <a href=\"http://www.gaussianprocess.org/\">here</a>.</p> </li> <li> <p>A good GP textbook: <a href=\"http://www.gaussianprocess.org/gpml/chapters/RW.pdf\">Gaussian Processes for Machine Learning</a>.</p> </li> </ul> <h2 id=\"notes-on-gaussian-process\"><a href=\"https://xinchen236.github.io/files/ACC2020slides.pdf\">Notes on Gaussian Process</a></h2> <h1 id=\"i-introduction\">I. Introduction</h1> <p>Gaussian process (GP) is a non-parametric supervised machine learning method, which has been widely used to model nonlinear system dynamics as well. GP works to infer an unknown function $y = f(x)$ based on the training set $\\mathcal{D}:= \\{(x_i, y_i): i=1,\\cdots,n\\}$ with $n$ noisy observations. Comparing with other machine learning techniques, GP has the following main merits:</p> <ul> <li> <p>GP provides an estimate of uncertainty or confidence in the predictions through the predictive variance, in addition to using the predictive mean as the prediction.</p> </li> <li> <p>GP can work well with small datasets.</p> </li> <li> <p>In the nature of Bayesian learning, GP incorporates prior domain knowledge of the unknwon system by defining kernel covariance function or setting hyperparameters.</p> </li> </ul> <p>Formally, a GP is defined as a collection of random variables, any Gaussian process finite number of which have a joint Gaussian distribution. A GP is fully specified by a mean function $m(x)$ and a (kernel) covariance function $k(x,x')$, which is denoted as \\begin{align} f(x)\\sim\\mathcal{GP}(m(x),k(x,x’)) \\end{align}</p> <p>It aims to infer the function value $f(x_*)$ on a new point $x_{*}$ based on the observations $\\mathcal{D}$. According to the formal definition, the collection $(\\boldsymbol f_{\\mathcal{D}}, f(x_*))$ follows a joint Gaussian distribution with</p> $[\\boldsymbol f_{\\mathcal{D}}; f(x_*)] \\sim \\mathcal{N} \\Big( [ \\boldsymbol m_{\\mathcal{D}}; m(x_*) ], [ K_{\\mathcal{D},\\mathcal{D}}, \\boldsymbol k_{ *,\\mathcal{D}}; \\boldsymbol k_{ *,\\mathcal{D}}^\\top, k(x_*,x_*) ] \\Big)$ <p>where vector $\\boldsymbol k_{*, \\mathcal{D}}:= [ k(x_*,x_1); \\cdots; k(x_*, x_n)]$, and matrix $K_{\\mathcal{D},\\mathcal{D}}$ is the covariance matrix, whose $ij$-component is $k(x_i,x_j)$. Then conditioning on the given observations $\\mathcal{D}$, it is known that the posterior distribution $f(x_*)|(\\boldsymbol f_{\\mathcal{D}} =\\boldsymbol y_{\\mathcal{D}})$ is also a Gaussian distribution $\\mathcal{N}(\\mu_{*|\\mathcal{D}}, \\sigma^2_{*|\\mathcal{D}} )$ with the closed form</p> <p>\\begin{align<em>} \\mu_{</em>|\\mathcal{D}} &amp; = m(x_<em>) + <br /> \\sigma^2_{</em>|\\mathcal{D}} &amp; = \\end{align*}</p> $\\mu_{*|\\mathcal{D}} &amp; = m(x_*) + \\\\\\\\ \\sigma^2_{*|\\mathcal{D}} &amp; =$Xin Chen (陈欣)chen_xin@g.harvard.eduMy study notes on Gaussian Process and some useful resources.Notes on Gaussian Process2014-08-14T00:00:00-07:002014-08-14T00:00:00-07:00https://xinchen236.github.io//blog-post-3My study notes on Gaussian Process and some useful resources. Useful Resources ------ - GP Toolbox in Matlab: [GPML](http://www.gaussianprocess.org/gpml/code/matlab/doc/). A GP theme website is [here](http://www.gaussianprocess.org/). - A good GP textbook: [Gaussian Processes for Machine Learning](http://www.gaussianprocess.org/gpml/chapters/RW.pdf). I. Introduction ====== Gaussian process (GP) is a non-parametric supervised machine learning method, which has been widely used to model nonlinear system dynamics as well. GP works to infer an unknown function $$y = f(x)$$ based on the training set $$\\mathcal{D}:= \\{(x_i, y_i): i=1,\\cdots,n\\}$$ with $$n$$ noisy observations. Comparing with other machine learning techniques, GP has the following main merits: - GP provides an estimate of uncertainty or confidence in the predictions through the predictive variance, in addition to using the predictive mean as the prediction. - GP can work well with small datasets. - In the nature of Bayesian learning, GP incorporates prior domain knowledge of the unknwon system by defining kernel covariance function or setting hyperparameters. Formally, a GP is defined as a collection of random variables, any Gaussian process finite number of which have a joint Gaussian distribution. A GP is fully specified by a mean function $$m(x)$$ and a (kernel) covariance function $$k(x,x')$$, which is denoted as \\begin{align} f(x) & \\sim\\mathcal{GP}(m(x),k(x,x')) \\\\ g(y) & = \\end{align} <script type=\"text/x-mathjax-config\"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], [\"\\$\",\"\\$\"] ], processEscapes: true } }); </script> <script type=\"text/javascript\" charset=\"utf-8\" src=\"https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML\" > </script> <script type=\"text/javascript\" charset=\"utf-8\" src=\"https://vincenttam.github.io/javascripts/MathJaxLocal.js\" > </script>Xin Chen (陈欣)chen_xin@g.harvard.eduMy study notes on Gaussian Process and some useful resources.Blog Post number 22013-08-14T00:00:00-07:002013-08-14T00:00:00-07:00https://xinchen236.github.io//posts/2013/08/blog-post-2<p>This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.</p> <h1 id=\"headings-are-cool\">Headings are cool</h1> <h1 id=\"you-can-have-many-headings\">You can have many headings</h1> <h2 id=\"arent-headings-cool\">Aren’t headings cool?</h2>Xin Chen (陈欣)chen_xin@g.harvard.eduThis is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.668551,"math_prob":0.95793295,"size":6261,"snap":"2021-21-2021-25","text_gpt3_token_len":1837,"char_repetition_ratio":0.11922646,"word_repetition_ratio":0.3982808,"special_character_ratio":0.30921578,"punctuation_ratio":0.15070774,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9991998,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-05-13T06:46:02Z\",\"WARC-Record-ID\":\"<urn:uuid:3a36f6ac-d6bc-4372-816a-53addf39c57f>\",\"Content-Length\":\"9639\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:eab40c36-ad37-4473-b798-e2cfa1ce74f2>\",\"WARC-Concurrent-To\":\"<urn:uuid:71e6b34b-e441-48f0-83ab-45bfec013814>\",\"WARC-IP-Address\":\"185.199.108.153\",\"WARC-Target-URI\":\"http://www.xin-chen.site/feed.xml\",\"WARC-Payload-Digest\":\"sha1:POEUUQSVBIHNYXZYNQWSTJII5GEDHFEC\",\"WARC-Block-Digest\":\"sha1:5COB2Z5J3IG5FM32XTU2345UAHMHHUGW\",\"WARC-Identified-Payload-Type\":\"application/atom+xml\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-21/CC-MAIN-2021-21_segments_1620243991537.32_warc_CC-MAIN-20210513045934-20210513075934-00263.warc.gz\"}"}
https://math.stackexchange.com/questions/2887117/complex-number-question-spurious-solutions
[ "# Complex number question - spurious solutions…\n\n$$z_1 = 2 + 3i$$ and $$z_2 = 3 - 4i$$\n\nThe complex number $$z = x + iy$$ is such that $$\\frac{z + z_1}{2z - z_2} = 1$$.\n\nFind the value of $$x$$ and the value of $$y$$.\n\nMethod 1:\n\n$$z + z_1 = 2z - z_2$$$$\\Rightarrow x + iy + 2 + 3i = 2x + 2iy - 3 + 4i$$\n\nEquating real and imaginary components, I obtain $$x = 5$$ and $$y = -1$$.\n\nThis is a single unique solution as expected.\n\nMethod 2:\n\n$$\\frac{x + iy + 2 + 3i}{2x + 2iy - 3 + 4i} = 1$$\n\n$$\\Rightarrow \\frac{(x+2) + i(y+3)}{(2x-3) + i(2y + 4)} = 1$$ Multiplying top and bottom by the conjugate of the denominator gives: $$\\frac{(x+2)(2x-3) + (y+3)(2y+4)}{(2x-3)^2 + (2y+4)^2} + i \\frac{(y+3)(2x-3) - (x+2)(2y+4)}{(2x-3)^2 + (2y+4)^2} = 1$$\n\nStraightaway, I can see that this will have two solutions for $$x$$ and $$y$$ when you equate components as one of the equations will be quadratic.\n\nWorking through the algebra gives $$x= 5$$ and $$y=-1$$ as above but also $$x = \\frac{3}{2}$$ and $$y = -2$$. I have noticed that this additional solution gives a denominator of $$0$$ when substituted back into the problem, so I suppose the issue lies there somehow...\n\nQuestion: I would like to be enlightened about the origins of this additional solution and why it appears in this 2nd method and not the 1st.\n\n## 3 Answers\n\nAs you noticed the extra solution is not acceptable since it is a zero of the denominator. In the general setting if you have a fraction of the same kind $\\displaystyle \\frac{f(z)}{g(z)} = 0$ then mupliplyng and dividing by the complex coniugate of $g$ yields $$\\frac{f(z) \\overline{g(z)}}{|g(z)|} = 0$$ Hence it adds to the numerator all the zeroes of $\\overline{g(z)}$ but it is always true that $$\\overline{g(z)} = 0 \\quad \\iff \\quad |g(z)| = 0 \\quad \\iff \\quad g(z) = 0$$ Hence you are not adding new solutions\n\n• Thanks, this is amazing – PhysicsMathsLove Aug 18 '18 at 21:14\n\nWhen you write a fraction you always have to justify why the denominator is not null. So, when you're trying to solve the equation :\n\n$$\\frac{z_1 + z}{2z - z_2} = 1$$\n\nYou have to add : \"for $2z \\neq z_2$\" i.e. for $x \\neq 3/2$ and $y\\neq -2$. So those numbers aren't a solution.\n\nWe have that\n\n$$\\frac{a}{b}=1\\implies \\frac{ab}{b^2}=1\\implies ab=b^2\\implies b=a\\:\\text{or}\\: b=0.$$ But $b=0$ is not a solution of $\\frac{a}{b}=1.$\n\nFor the same reason\n\n$$\\dfrac{1}{z}=2\\implies \\dfrac{\\bar{z}}{z\\bar{z}}=2\\implies \\bar{z}=2|z|^2.$$ $z=0$ is a solution of $\\bar{z}=2|z|^2$ but not of $\\dfrac{1}{z}=2.$\n\nConclusion: We have to be careful that we don't multiply and divide by a quantity that can be zero." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.86053926,"math_prob":1.0000082,"size":1213,"snap":"2021-21-2021-25","text_gpt3_token_len":460,"char_repetition_ratio":0.10918114,"word_repetition_ratio":0.01724138,"special_character_ratio":0.41714758,"punctuation_ratio":0.067729086,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":1.0000062,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-06-19T19:46:13Z\",\"WARC-Record-ID\":\"<urn:uuid:80c7319a-8603-4ce0-9a0a-981b0c5663c0>\",\"Content-Length\":\"179344\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:0072f69e-b986-4e1b-b41f-f8472ec53f9e>\",\"WARC-Concurrent-To\":\"<urn:uuid:6788dd0c-1f80-49d5-963f-2b2db868912c>\",\"WARC-IP-Address\":\"151.101.193.69\",\"WARC-Target-URI\":\"https://math.stackexchange.com/questions/2887117/complex-number-question-spurious-solutions\",\"WARC-Payload-Digest\":\"sha1:EEA4FGREAURFMB5OLJGGXJQL5VHSG4GS\",\"WARC-Block-Digest\":\"sha1:YTFJEHHZWNWCOGBIHH5POQ6FYTMR4GYZ\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-25/CC-MAIN-2021-25_segments_1623487649688.44_warc_CC-MAIN-20210619172612-20210619202612-00529.warc.gz\"}"}
https://codegolf.stackexchange.com/questions/2878/whats-the-day-today-or-other-dates
[ "# What's the day today (or other dates)?\n\nWrite a program or a function that calculates a week-day name of a date which a user inputs.\n\n## Input & Output\n\nInput is a string, YYYYMMDD.\n\nExample of input values:\n\n20110617 : June 17, 2011\n19040229 : February 29, 1904\n06661225 : December 25, 666\n00000101 : January 1, 0\n99991231 : December 31, 9999\n\n\nYou may assume that all inputs are valid. Note that year zero is valid.\n\nOutput is an integer between 0 and 6. Each integer represents a week-day name. You can decide freely which integer represents a week-day name, like this one\n\n0 : Monday\n1 : Tuesday\n2 : Wednesday\n...\n6 : Sunday\n\n\n(in order) or this one\n\n0 : Monday\n1 : Wednesday\n2 : Sunday\n...\n6 : Saturday\n\n\n(not in order).\n\n## Test Cases\n\nInput Week-day Output ([0..6 -> Monday..Sunday] is used in this example.)\n\n20110617 Friday 4\n19500101 Sunday 6\n22220202 Saturday 5\n19000228 Wednesday 2\n19000301 Thursday 3\n19450815 Wednesday 2\n19040229 Monday 0\n19040301 Tuesday 1\n17760704 Thursday 3\n20000228 Monday 0\n20000229 Tuesday 1\n20000301 Wednesday 2\n20121223 Sunday 6\n00000401 Saturday 5\n66660606 Wednesday 2\n59161021 Saturday 5\n\n\n## Restriction\n\nYou must not use any kind of function/class/... which are related to timestamp or date, like Date class in Java/JavaScript/ActionScript, or getdate function in PHP.\n\nYou should use Gregorian calender, which is used by many people now.\n\nOf course, shortest code wins. If two code have same length, then the code with highest votes wins.\n\n(Due: When there's more than 5 codes which has more than (or equal) +1 votes.)\n\n• To-day? Why, Christmas Day! – Joey Adams Jun 17 '11 at 5:57\n• Optimistic solution written in Bash (6 chars):echo 4. – trutheality Jun 17 '11 at 6:41\n• @trutheality No, I didn't mean that.. What I wanted is a code that prints/returns the day of week of a date someone typed, not just print the day of week of today. – JiminP Jun 17 '11 at 6:55\n• Oh I know. That's what this one does. – trutheality Jun 17 '11 at 16:45\n• It's right at least 14% of the time! – Draco18s no longer trusts SE May 17 '17 at 15:37\n\n## Ruby, 95 92 characters\n\nPlain straightforward ruby implementation with 0:Monday, ...\n\np ((y=(d=gets.to_i)/(k=100)/k-((m=d/k%k)<3?1:0))+y/4-y/k+y/400+\"squsptrotqro\"[-m].ord+d%k)%7\n\n\n# PHP - 10197103 125 characters\n\n• Sakamoto Algorithm\n• 0 = Sunday\n\n## Code\n\n<?php fscanf(STDIN,\"%4d%2d%2d\",$y,$m,$d);@$a=a032503514624;$y-=$m<3;$z=$y+1;echo($y+$y/4%$z-$y/100%$z+$y/400%$z+$a[$m]+$d)%7;\n\n\n### Note\n\nUnfortunately, due to PHP's dynamic, weak typing, the Sakamoto algorithm doesn't function properly without explicitly flooring each division operation.\n\n• Can you please test again? For some years it gives me different results (e.g. testcase 17760704 yields tuesday instead of wednesday). – Howard Jun 17 '11 at 15:05\n• @Howard that's very odd; for 17760704, I get Wednesday. I do get other inconsistencies, though, which I cannot account for, e.g. 19040229 returns Tuesday. Not sure what could be causing this. I get the same results when I expand the algorithm back out to y+y/4-y/100+y/400. – rintaun Jun 17 '11 at 18:38\n• I can see it happening with 497*y/400: y=4 in that case returns 4, instead of the correct 5 from y+y/4+y/100+y/400 (where only the first two terms come into play). That is what plagues my JavaScript answer. Is it possible that doubles are being created instead of ints? (My PHP is too weak to know.) – DocMax Jun 17 '11 at 20:57\n• @DocMax: Leaving the expression expanded has the same result (497y/400 should be equivalent: y/100 is subtracted and y/400 added again regardless). I'm guessing that PHP is just chopping off everything after the decimal instead of rounding it. I tested this by rounding before the modulo. This fixes two of the anomalies, but 19040229 still returns the same result. Any other ideas? – rintaun Jun 18 '11 at 6:24\n• @rintaun i don't think it is the rounding. They are fundamentally different. Take the example from above (y=4): 497*4/400=1988/400=4 but on the other hand 4+4/4-4/100+4/400=4+1-0+0=5. The terms /100 and /400 get too much weight in your calculation such that the 2000 can not be reached. – Howard Jun 18 '11 at 7:08\n\n## C - 129\n\nmain(y,m,d,s)\n{\nscanf(\"%04d%02d%02d\",&y,&m,&d);\ny-=s=86400;\nm>2?y++:0;\nputchar(48+(d+y/4-y/100+y/400+s+s)%7);\n}\n\n\nThis abuses how division rounds toward zero, at least on my system (Linux x86).\n\nThe magic constant, 86400, serves two purposes:\n\n• Subtract from the year to make it negative, without affecting the day of the week. This makes it so the divisions will round up instead of down.\n• Shift the day number so Monday will be 0.\n\nIt also happens to be the number of seconds in a day.\n\n• Use y+=m>2; instead of m>2?y++:0; and shave a few bytes off. – Clearer Oct 28 '17 at 22:36\n\n## Javascript, 126 123 characters\n\nUsing Sakamoto's algorithm with 0 = Sunday:\n\nprompt().replace(/(....)(..)(..)/,function(_,y,m,d){y-=m<3;alert((+d+y-~(y/4)+~(y/100)-~(y/400)+ +\".621462403513\"[+m])%7)})\n\n\nI suspect the divisions can be collapsed, but right now I'm not seeing it.\n\nEdit: Improved the divisions (no need to ~~ when you can just ~).\n\n# Python 2, 83116113 109 bytes\n\nImplements Sakamoto's algorithm. Golfing suggestions welcome. Try it online!\n\nEdit: I should have fixed this ages ago. -6 bytes from Jonathan Allan's suggestions +2 bytes to actually fixing the code.\n\ndef w(s):m=int(s[4:6]);y,d=int(s[:4])-(m<3),int(s[6:]);return(y+y/4-y/100+y/400+int('032503514624'[m-1])+d)%7\n\n• Input should be a single string. – msh210 Dec 7 '15 at 20:46\n• int('032503514624'[m-1]) saves 6 – Jonathan Allan Mar 7 '17 at 14:44\n\n## Perl -- 110 bytes\n\nHere is a solution to be run with perl -p source.pl OR perl -pe 'here-is-code'.\n\ns/((..)(..))(..)(..)/(1+3*$1+$2-2*($1%4+$2%4)-(2<$4?$4+(1&$4&&4-(8&$4)):(2^$4)+(!($3%4)-!-$3+!($2%4)))+\\$5)%7/e\n\n\nSimply copy-paste the test cases to stdin.\n\nThis seems to be the only code without variables, string constants and divisions.\n\n# JavaScript (ES6), 73 bytes (Non-competing)\n\nd=>(w=new Date(d[s=\"slice\"](0,4),d[s](4,6)-1,d[s](-2)).getDay())-(w?1:-6)\n\n\n## Try it\n\nf=\nd=>(w=new Date(d[s=\"slice\"](0,4),d[s](4,6)-1,d[s](-2)).getDay())-(w?1:-6)\no.innerText=f(i.value=\"59161021\")\noninput=_=>i.value.length==8&&(o.innerText=f(i.value))\n<input id=i type=number><pre id=o>\n\n• Why non-competing? – programmer5000 May 18 '17 at 18:17\n• @programmer5000, check the date the challenge was posted ;) – Shaggy May 18 '17 at 18:18" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.80777997,"math_prob":0.8658473,"size":1558,"snap":"2020-34-2020-40","text_gpt3_token_len":465,"char_repetition_ratio":0.11196911,"word_repetition_ratio":0.02173913,"special_character_ratio":0.38318357,"punctuation_ratio":0.171875,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9544465,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-27T17:12:51Z\",\"WARC-Record-ID\":\"<urn:uuid:1fe532bb-58bb-4b57-a9f0-e868145b661e>\",\"Content-Length\":\"221211\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:f0db681a-dba2-484d-a2a5-eaaa9178596b>\",\"WARC-Concurrent-To\":\"<urn:uuid:35459116-d083-444c-9900-aecb4f7b9615>\",\"WARC-IP-Address\":\"151.101.193.69\",\"WARC-Target-URI\":\"https://codegolf.stackexchange.com/questions/2878/whats-the-day-today-or-other-dates\",\"WARC-Payload-Digest\":\"sha1:LU6QDQPFCUEGK2WWSAJIK3YVHC2RU5BG\",\"WARC-Block-Digest\":\"sha1:N2UYPD3TWGSMME3IFPO4XUJ4WEN7QSCV\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400283990.75_warc_CC-MAIN-20200927152349-20200927182349-00155.warc.gz\"}"}
https://www.devinline.com/2016/08/
[ "# Bash Shell Script Sample Code - Part 1\n\n1. Read user input and display message Welcome\n\n```#!/bin/bash\n```\nSample output:\nDevinline\nWelcome on Devinline\n\n2. Print Even natural numbers up to given N.\n```#!/bin/bash\necho 'Enter input value N=?' ;\nx=0 #no space in variable declaration\nzero=0\nt=9\nwhile [ \\$x -le \\$N ]\ndo\nlet p=\\$x%2;\nif [ \\$p -eq 0 ]\nthen\necho \"\\$x\"\nfi\nx=\\$((x+1))\ndone\n```\nSample Output:-\n[cloudera@quickstart Desktop]\\$ sh even.sh\nEnter input value N=?\n15\n0\n2\n4\n6\n8\n10\n12\n14\n\n3. Print 1 to N  (N is read as user input)\n```#!/bin/bash\nx=1\necho 'Enter input value N=?' ;\nwhile [ \\$x -le \\$N ]\ndo\necho \\$x\nx=\\$((x+1)) #Arithmatic compound expression\ndone\n```\nSample output:-\nEnter input value N=?\n8\n1\n2\n3\n4\n5\n6\n7\n8\n\n4. Arithmetic operation - read two number from user and perform addition, subtraction, multiplication and division\n\n```#!/bin/bash\necho 'Enter input value1 x=?' ;\necho 'Enter input value2 y=?' ;\necho \"Sum is \\$((x+y))\"\necho \"Subtraction is \\$((x-y))\"\necho \"Multiplication is \\$((x*y))\"\necho \"Division is \\$((x/y))\"\n```\nSample Output:-\nEnter input value1 x=?\n12\nEnter input value2 y=?\n4\nSum is 16\nSubtraction is 8\nMultiplication is 48\nDivision is 3\n\n5. Compare two number entered as user input (If-else block)\n\n```#!/bin/bash\necho 'Enter input value1 x=?' ;\necho 'Enter input value2 y=?' ;\nif [ \\$x -gt \\$y ]\nthen\necho \"X is greater than Y\"\nelif [ \\$x -lt \\$y ]\nthen\necho \"X is less than Y\"\nelse\necho \"X is equal to Y\"\nfi\n```\nSample output:-\nEnter input value1 x=?\n12\nEnter input value2 y=?\n34\nX is less than Y\n\n6. Using Switch case - Print YES if Y/y is user input and NO for N/n 6666666666666666\n\n```#!/bin/bash\necho 'Enter input char=?' ;\n\ncase \"\\$char\" in\nY) echo \"YES\"\n;;\ny) echo \"YES\"\n;;\nn) echo \"NO\"\n;;\nN) echo \"NO\" ;;\nesac\n```\nSample output:-\nEnter input char=?\ny\nYES\n\n7. Check triangle is SCALENE,ISOSCELES or EQUILATERAL . Get sides of triangle as user input.\n\n```#!/bin/bash\necho 'Enter triangle side1 length x=?' ;\necho 'Enter triangle side1 length y=?' ;\necho 'Enter triangle side1 length z=?' ;\nif [ \\$x -eq \\$y ] && [ \\$y -eq \\$z ]\nthen\necho \"EQUILATERAL triangle\"\nelif [ \\$x -eq \\$y ] || [ \\$y -eq \\$z ] || [ \\$x -eq \\$z ]\nthen\necho \"ISOSCELES triangle\"\nelse\necho \"SCALENE triangle\"\nfi\n```\nSample output:-\nEnter triangle side1 length x=?\n6\nEnter triangle side1 length y=?\n5\nEnter triangle side1 length z=?\n5\nISOSCELES triangle\n\n8. Sum of N natural numbers. Take user input value of N.\n\n```#!/bin/bash\n\necho -n \"Enter number N=?\"\n\ns=0 # here sum\n\nfor((i=1; i <=N ; i++))\ndo\nlet s=\\$s+\\$i\ndone\n\necho \"sum= \"\\$s\n```\nSample output:-\n[cloudera@quickstart Desktop]\\$ sh sum.sh\nEnter number N=?5\nsum= 15\n\n# Minimum number of character deletions required to make two strings anagrams\n\nProblem statement: Given two strings s1 and s2 such that, they may or may not be of the same length. Determine the minimum number of character deletions required to make s1 and s2 anagrams. Any characters can be deleted from either of the strings.\ns1= qcvdb\ns2= asbc\noutput : 5\n\n### Complete Sample program :-\n\n```import java.util.*;\n\npublic class MakeAnagram {\npublic static int numberNeeded(String first, String second) {\nchar[] ch1 = first.toCharArray();\nchar[] ch2 = second.toCharArray();\nint count = 0;\nMap<Character, Integer> map = new HashMap<Character, Integer>();\nfor (int j = 0; j < ch2.length; j++) {\nchar t = ch2[j];\nif (map.get(t) != null) {\nmap.put(t, map.get(t) + 1);\n} else {\nmap.put(t, 1);\n}\n}\n\nfor (int j = 0; j < ch1.length; j++) {\nchar t = ch1[j];\nif (map.get(t) != null) {\nif (map.get(t) != 0)\nmap.put(t, map.get(t) - 1);\nelse\ncount++;\n} else {\ncount++;\n}\n}\nint temp = 0;\nfor (Character c : map.keySet()) {\ntemp += map.get(c);\n}\nSystem.out.println(temp + \" \" + count);\nreturn temp + count;\n}\n\npublic static void main(String[] args) {\nScanner in = new Scanner(System.in);\nString input1 = in.next();\nString input2 = in.next();\nSystem.out.println(\"No of characters deleted is \"+ numberNeeded(first, second));\n}\n}\n```\n\nSample output\n:-\n\nNo of characters deleted is 102\n------------------------------------------------------\n\n# Simulate Unix GREP command in Python\n\nGrep command :- Grep searches the named input FILE's (or standard input if no files are named, or the file name - is given) for lines containing a match to the given PATTERN.\nBy default, grep prints the matching lines.takes 2 parameters \"source\" and \"pattern\" that need to be searched.\n\n#### Sample program simulating grep command:-\n\nCreate a file(fgrepwc.py) with following sample code. Here three command line argument is passed \"\" i.e : python fgrepwc.py \"world\" input.txt.\n\n```import sys\nimport string\n\ndef findpatterninfile(pattern, filename):\ncount = 0\ntry:\nfilehandle = open(filename,'r')\nexcept:\nprint filename, \":\", sys.exec_info()\nfilehandle.close()\n\nfor line in allLines :\nif string.find(line,pattern) > -1:\ncount = count+1\nsys.stdout.write(line)\nprint \"\\nTotal pattern match count is : \" + str(count)\n\ndef errorreport():\nprint \"Invalid input/usage\"\nsys.exit(1)\n\ndef validateArgs():\n#agrc = len(sys.argv)\nif len(sys.argv) != 3:\nerrorreport()\nelse:\nfindpatterninfile(sys.argv,sys.argv)\n#Executed directly as application\nif __name__ == '__main__':\nvalidateArgs()\n```\n\nContent of input.txt:-\n\nHello world\nPython world\nworld is game\n\nSample output:- Create input.txt with above lines and execute following command -\n\n> python fgrepwc.py \"world\" input.txt\nHello world\nPython world\nworld is game\nTotal line count is : 3\n\n## Aug 14, 2016", null, "# Display nodes of binary tree in a vertical line viewed from top and compute sum of vertical line nodes\n\nProblem:- Display nodes of binary tree in a vertical line viewed from top.\nOutput:-\nNodes at vertical line\n56\n11\n23 78\n12 43 12\n18 98\n99\n\nSum at vertical line\nSum at 0 is/are 67\nSum at 1 is/are 116\nSum at 2 is/are 99\nSum at -3 is/are 56\nSum at -2 is/are 11\nSum at -1 is/are 101\n\n#### Sample code - Order of O(n2 )\n\n```// To find min and max horizontal distance.\npublic static void findMinMaxHorizontal(Node root, Values val, int hd) {\nif (root == null)\nreturn;\nif (hd < val.min) {\nval.min = hd;\n} else if (hd > val.max) {\nval.max = hd;\n}\nfindMinMaxHorizontal(root.getLeftChild(), val, hd - 1);\nfindMinMaxHorizontal(root.getRightChild(), val, hd + 1);\n}\n\n// order of o(N2) - worst case complexity\npublic static void printVerticalOrderOfON2(Node root) {\nValues val = new Values();\nfindMinMaxHorizontal(root, val, 0);\n// System.out.println(val.min + \" \" + val.max);\n\nfor (int i = val.min; i <= val.max; i++) {\nSystem.out.println(\"Nodes in horizontal distance \" + i\n+ \" is/are \");\nprintVerticalLineNodes(root, i, 0);\n\nSystem.out.println();\n}\n\n}\n\npublic static void printVerticalLineNodes(Node root, int line_no, int hd) {\n\nif (root == null)\nreturn;\nif (hd == line_no) {\nSystem.out.print(root.getData() + \" \");\n}\nprintVerticalLineNodes(root.getLeftChild(), line_no, hd - 1);\nprintVerticalLineNodes(root.getRightChild(), line_no, hd + 1);\n}\nclass Values {\nint min;\nint max;\n}\n```\n\n#### Sample code using a HashMap  - Order of O(n ), space complexity also O(n)\n\n```public static void printVerticalOrderHashMapbased(Node root,\nMap<Integer, List<Integer>> hmap, int hd) {\nif (root == null)\nreturn;\nif (hmap.get(hd) == null) {\nhmap.put(hd, list);\n} else {\nList<Integer> list2 = hmap.get(hd);\nhmap.put(hd, list2);\n}\n\nprintVerticalOrderHashMapbased(root.getLeftChild(), hmap, hd - 1);\nprintVerticalOrderHashMapbased(root.getRightChild(), hmap, hd + 1);\n}\n```\n\n### Complete sample program\n\n```package com.devinline.trees;\n\nimport java.util.HashMap;\nimport java.util.List;\nimport java.util.Map;\n\npublic class BinaryTreeVerticalSum {\n\n// To find min and max horizontal distance.\npublic static void findMinMaxHorizontal(Node root, Values val, int hd) {\nif (root == null)\nreturn;\nif (hd < val.min) {\nval.min = hd;\n} else if (hd > val.max) {\nval.max = hd;\n}\nfindMinMaxHorizontal(root.getLeftChild(), val, hd - 1);\nfindMinMaxHorizontal(root.getRightChild(), val, hd + 1);\n}\n\n// order of o(N2) - worst case complexity\npublic static void printVerticalOrderOfON2(Node root) {\nValues val = new Values();\nfindMinMaxHorizontal(root, val, 0);\n// System.out.println(val.min + \" \" + val.max);\n\nfor (int i = val.min; i <= val.max; i++) {\nSystem.out.println(\"Nodes in horizontal distance \" + i\n+ \" is/are \");\nprintVerticalLineNodes(root, i, 0);\n\nSystem.out.println();\n}\n\n}\n\npublic static void printVerticalLineNodes(Node root, int line_no, int hd) {\n\nif (root == null)\nreturn;\nif (hd == line_no) {\nSystem.out.print(root.getData() + \" \");\n}\nprintVerticalLineNodes(root.getLeftChild(), line_no, hd - 1);\nprintVerticalLineNodes(root.getRightChild(), line_no, hd + 1);\n}\n\npublic static void printVerticalLineNodesSum(Node root, int hd,\nMap<Integer, Integer> hmap) {\nif (root == null)\nreturn;\n\nint prevSum = hmap.get(hd) == null ? 0 : hmap.get(hd);\nhmap.put(hd, prevSum + root.getData());\n\nprintVerticalLineNodesSum(root.getLeftChild(), hd - 1, hmap);\nprintVerticalLineNodesSum(root.getRightChild(), hd + 1, hmap);\n}\n\npublic static void printVerticalOrderHashMapbased(Node root,\nMap<Integer, List<Integer>> hmap, int hd) {\nif (root == null)\nreturn;\nif (hmap.get(hd) == null) {\nhmap.put(hd, list);\n} else {\nList<Integer> list2 = hmap.get(hd);\nhmap.put(hd, list2);\n}\n\nprintVerticalOrderHashMapbased(root.getLeftChild(), hmap, hd - 1);\nprintVerticalOrderHashMapbased(root.getRightChild(), hmap, hd + 1);\n}\n\npublic static void main(String[] args) {\nBinaryTree bt = new BinaryTree();\nNode root = bt.createTree();\nSystem.out\n.println(\"\\n====Print vertical elemets of order O(n2)===\");\nprintVerticalOrderOfON2(root);\nMap<Integer, List<Integer>> hmap2 = new HashMap<>();\nSystem.out\n.println(\"\\n====Print vertical elemets using hashmap of order O(n)===\");\nprintVerticalOrderHashMapbased(root, hmap2, 0);\nSystem.out.println(hmap2.entrySet());\nfor (int i : hmap2.keySet()) {\nSystem.out.println(\"Nodes with horizontal distance \" + i\n+ \" is/are \" + hmap2.get(i));\n}\nMap<Integer, Integer> hmap = new HashMap<>();\nprintVerticalLineNodesSum(root, 0, hmap);\nSystem.out.println(\"\\n===Print sum of vertical elements using hashmap====\");\nfor (int i : hmap.keySet()) {\nSystem.out.println(\"Sum of nodes at horizontal distance \" + i\n+ \" is/are \" + hmap.get(i));\n}\n}\n}\n\nclass Values {\nint min;\nint max;\n}\nclass BinaryTree {\nNode root;\n\npublic BinaryTree() {\nroot = null;\n}\npublic Node createTree() {\nif (root == null) {\nroot = new Node(12);\n}\nroot.setLeftChild(new Node(23));\nroot.setRightChild(new Node(18));\nroot.getLeftChild().setLeftChild(new Node(11));\nroot.getLeftChild().setRightChild(new Node(43));\nroot.getRightChild().setLeftChild(new Node(12));\nroot.getLeftChild().getLeftChild().setLeftChild(new Node(56));\nroot.getLeftChild().getLeftChild().setRightChild(new Node(78));\nroot.getRightChild().getLeftChild().setRightChild(new Node(98));\nroot.getRightChild().setRightChild(new Node(99));\nreturn root;\n}\n}\n\nclass Node {\n\nprivate int data;\nprivate Node leftChild;\nprivate Node rightChild;\n\npublic Node(int data) {\nthis.data = data;\nleftChild = null;\nrightChild = null;\n}\n\npublic int getData() {\nreturn data;\n}\n\npublic void setData(int data) {\nthis.data = data;\n}\n\npublic Node getLeftChild() {\nreturn leftChild;\n}\n\npublic void setLeftChild(Node leftChild) {\nthis.leftChild = leftChild;\n}\n\npublic Node getRightChild() {\nreturn rightChild;\n}\n\npublic void setRightChild(Node rightChild) {\nthis.rightChild = rightChild;\n}\n\n}\n```\n\nSample output:-\n\n====Print vertical elemets of order O(n2)===\nNodes in horizontal distance  -3 is/are\n56\nNodes in horizontal distance  -2 is/are\n11\nNodes in horizontal distance  -1 is/are\n23 78\nNodes in horizontal distance  0 is/are\n12 43 12\nNodes in horizontal distance  1 is/are\n18 98\nNodes in horizontal distance  2 is/are\n99\n\n====Print vertical elemets using hashmap of order O(n)===\n[0=[12, 43, 12], 1=[18, 98], 2=, -3=, -2=, -1=[23, 78]]\nNodes with horizontal distance 0 is/are [12, 43, 12]\nNodes with horizontal distance 1 is/are [18, 98]\nNodes with horizontal distance 2 is/are \nNodes with horizontal distance -3 is/are \nNodes with horizontal distance -2 is/are \nNodes with horizontal distance -1 is/are [23, 78]\n\n===Print sum of vertical elements using hashmap====\nSum of nodes at horizontal distance 0 is/are 67\nSum of nodes at horizontal distance 1 is/are 116\nSum of nodes at horizontal distance 2 is/are 99\nSum of nodes at horizontal distance -3 is/are 56\nSum of nodes at horizontal distance -2 is/are 11\nSum of nodes at horizontal distance -1 is/are 101\n\n## Aug 7, 2016", null, "# Traverse all possible path from root to leaves and Display all nodes\n\nProblem:- Display all nodes from root to leaves, consider all possible paths.\nOutput for above Binary tree:- 12-23-11-56, 12-23-11-78, etc\n\n```public static void pathFromtRootToleafs(Node root, Vector<Integer> vector,\nint index) {\nif (root == null)\nreturn;\nvector.insertElementAt(root.getData(), index);\nindex++;\npathFromtRootToleafs(root.getLeftChild(), vector, index);\npathFromtRootToleafs(root.getRightChild(), vector, index);\nif (root.getLeftChild() == null && root.getRightChild() == null) {\n\ndisplayNodes(vector, index);System.out.println(\"\");\n}\n}\n```\nHere we are doing pre-order traversal and storing nodes values in a vector till we reach leaf (left and right node are null). Once we reach at leaf node, we call display method with index value to display all nodes.\n\n### Complete Sample program:-\n\n```package com.devinline.trees;\nimport java.util.Vector;\n\npublic class AllPathsFromRootToLeafs {\n\n/**\n* To display all nodes from root to leaf - consider all possible paths\n*/\npublic static void main(String[] args) {\nVector<Integer> vector = new Vector<>();\nBinaryTree bt = new BinaryTree();\nNode root = bt.createTree();\npathFromtRootToleafs(root, vector, 0);\n}\n\npublic static void pathFromtRootToleafs(Node root, Vector<Integer> vector,\nint index) {\nif (root == null)\nreturn;\nvector.insertElementAt(root.getData(), index);\nindex++;\npathFromtRootToleafs(root.getLeftChild(), vector, index);\npathFromtRootToleafs(root.getRightChild(), vector, index);\nif (root.getLeftChild() == null && root.getRightChild() == null) {\n\ndisplayNodes(vector, index);System.out.println(\"\");\n}\n}\n\nprivate static void displayNodes(Vector<Integer> vector, int index) {\nfor (int i = 0; i < index; i++) {\nSystem.out.print(vector.get(i) + \" \");\n}\n}\n}\nclass BinaryTree {\nNode root;\n\npublic BinaryTree() {\nroot = null;\n}\npublic Node createTree() {\nif (root == null) {\nroot = new Node(12);\n}\nroot.setLeftChild(new Node(23));\nroot.setRightChild(new Node(18));\nroot.getLeftChild().setLeftChild(new Node(11));\nroot.getLeftChild().setRightChild(new Node(43));\nroot.getRightChild().setLeftChild(new Node(12));\nroot.getLeftChild().getLeftChild().setLeftChild(new Node(56));\nroot.getLeftChild().getLeftChild().setRightChild(new Node(78));\nroot.getRightChild().getLeftChild().setRightChild(new Node(98));\nroot.getRightChild().setRightChild(new Node(99));\nreturn root;\n}\n}\n\nclass Node {\n\nprivate int data;\nprivate Node leftChild;\nprivate Node rightChild;\n\npublic Node(int data) {\nthis.data = data;\nleftChild = null;\nrightChild = null;\n}\n\npublic int getData() {\nreturn data;\n}\n\npublic void setData(int data) {\nthis.data = data;\n}\n\npublic Node getLeftChild() {\nreturn leftChild;\n}\n\npublic void setLeftChild(Node leftChild) {\nthis.leftChild = leftChild;\n}\n\npublic Node getRightChild() {\nreturn rightChild;\n}\n\npublic void setRightChild(Node rightChild) {\nthis.rightChild = rightChild;\n}\n\n}\n```\n\nSample output:\n-\n12 23 11 56\n12 23 11 78\n12 23 43\n12 18 12 98\n12 18 99" ]
[ null, "https://3.bp.blogspot.com/-i1Wd3e2i50w/V9wzof54tXI/AAAAAAAAK2I/FCGv2whjogYjrmPRkMr4IGmKxnYA66h2wCEw/s320/Capture.PNG", null, "https://4.bp.blogspot.com/-i1Wd3e2i50w/V9wzof54tXI/AAAAAAAAK18/P0E7t2vGJ5Q6jbrJfCGHCZ2JZPC2bXL6gCLcB/s400/Capture.PNG", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.5154961,"math_prob":0.9502659,"size":3216,"snap":"2020-45-2020-50","text_gpt3_token_len":1072,"char_repetition_ratio":0.20641345,"word_repetition_ratio":0.37067544,"special_character_ratio":0.35167912,"punctuation_ratio":0.13165267,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99498403,"pos_list":[0,1,2,3,4],"im_url_duplicate_count":[null,3,null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-11-27T07:47:32Z\",\"WARC-Record-ID\":\"<urn:uuid:63b25997-c55c-4a10-b045-80dfdeed28ec>\",\"Content-Length\":\"226250\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:c0b606b1-ffcd-47db-9efe-0828220163f7>\",\"WARC-Concurrent-To\":\"<urn:uuid:95d47713-3671-4423-9d5e-00a705d60abd>\",\"WARC-IP-Address\":\"172.217.7.211\",\"WARC-Target-URI\":\"https://www.devinline.com/2016/08/\",\"WARC-Payload-Digest\":\"sha1:YMXG3BA63S5PNBZKUBGUJZIQH5WFVWFY\",\"WARC-Block-Digest\":\"sha1:6H72EQ6NTYFACHW64C2MWHUKLYDEJXXV\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-50/CC-MAIN-2020-50_segments_1606141191511.46_warc_CC-MAIN-20201127073750-20201127103750-00208.warc.gz\"}"}
https://www.textbooks.com/Catalog/MFJ/Intermediate-Algebra.php?CSID=A3U223WT2JMACTK2OU22QUSMB
[ "", null, "Intermediate Algebra Textbooks - Textbooks.com\n\nIntermediate Algebra Textbooks\n\nIntermediate algebra textbooks expand on concepts explored in introductory college algebra courses. Your studies may have you graphing linear equations, multiplying radical expressions, or solving quadratic equations. Either way, intermediate algebra – like its advanced mathematics counterparts geometry, trigonometry, and calculus – is about problem solving.\n\nIntermediate Algebra\nby Margaret L. Lial, John Hornsby and Terry McGinnis\nHardback\nISBN13: 978-0321969354\n12th Edition" ]
[ null, "https://events.xg4ken.com/pixel/v2", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8121446,"math_prob":0.9029089,"size":547,"snap":"2019-43-2019-47","text_gpt3_token_len":94,"char_repetition_ratio":0.20257826,"word_repetition_ratio":0.0,"special_character_ratio":0.16270566,"punctuation_ratio":0.114285715,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9847657,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-10-18T05:02:32Z\",\"WARC-Record-ID\":\"<urn:uuid:c25901f7-2fe2-4665-941c-7aaabc60d2e2>\",\"Content-Length\":\"87128\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:5fb49be3-603f-480c-b418-0b9339e0ae74>\",\"WARC-Concurrent-To\":\"<urn:uuid:0407f66f-4b08-4251-8f12-3f61c01e05f8>\",\"WARC-IP-Address\":\"104.17.27.195\",\"WARC-Target-URI\":\"https://www.textbooks.com/Catalog/MFJ/Intermediate-Algebra.php?CSID=A3U223WT2JMACTK2OU22QUSMB\",\"WARC-Payload-Digest\":\"sha1:RF7KZNXBHMRVGGSNWHRY2SDEUSOBOKKQ\",\"WARC-Block-Digest\":\"sha1:5QFEKUSS56C5ZFQ5WTOLC62HYKZYFXBE\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-43/CC-MAIN-2019-43_segments_1570986677884.28_warc_CC-MAIN-20191018032611-20191018060111-00402.warc.gz\"}"}
https://rechneronline.de/winkel/distance.php
[ "Anzeige\n\n# Calculate Angle, Length and Distance of the Legs\n\nCalculator for angle, legs length and distance of the two legs at their end. Each of these values can be calculated from the other ones. Enter three values to get the fourth. When calculating the length of leg a or b, there are zero, one or two solutions. If there isn't a solution, Error will be displayed. For two solutions, the larger one will be shown at the top, the smaller one at the bottom as alternative length.", null, "Angle γ: ° Length of leg a: Length of leg b: Distance c:\nRound to    decimal places.\n\nAlternative length leg a:\nAlternative length leg b:\n\nFor more extensive triangle calculations, e.g. for the other two angles, see Triangle Calculator. Here you can convert radian into degrees.\n\nAnzeige" ]
[ null, "https://rechneronline.de/winkel/distance.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8507749,"math_prob":0.9980359,"size":625,"snap":"2019-13-2019-22","text_gpt3_token_len":136,"char_repetition_ratio":0.1352657,"word_repetition_ratio":0.0,"special_character_ratio":0.2048,"punctuation_ratio":0.14728682,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99705786,"pos_list":[0,1,2],"im_url_duplicate_count":[null,4,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-03-20T22:12:32Z\",\"WARC-Record-ID\":\"<urn:uuid:e62dabdb-d6c2-4677-8c7e-a3d495ecd55c>\",\"Content-Length\":\"8389\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:007089f7-9d1f-4fd4-98dd-6f8f9e3a54d7>\",\"WARC-Concurrent-To\":\"<urn:uuid:29fd33ab-faf8-402d-9ba6-01e8b1d572da>\",\"WARC-IP-Address\":\"77.91.232.178\",\"WARC-Target-URI\":\"https://rechneronline.de/winkel/distance.php\",\"WARC-Payload-Digest\":\"sha1:MJEVFPL7MNZBDGPOHNYIBLMFXAJKKTSX\",\"WARC-Block-Digest\":\"sha1:Z7MQADPU6CY7P3QSKXZFRY3BBUQOQG6Q\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-13/CC-MAIN-2019-13_segments_1552912202471.4_warc_CC-MAIN-20190320210433-20190320231950-00066.warc.gz\"}"}
https://doc.sagemath.org/html/en/prep/Symbolics-and-Basic-Plotting.html
[ "# Tutorial for Symbolics and Plotting¶\n\nThis Sage document is one of the tutorials developed for the MAA PREP Workshop “Sage: Using Open-Source Mathematics Software with Undergraduates” (funding provided by NSF DUE 0817071). It is licensed under the Creative Commons Attribution-ShareAlike 3.0 license (CC BY-SA).\n\nThis tutorial has the following sections:\n\nIt assumes that one is familiar with the absolute basics of functions and evaluation in Sage. We provide a (very) brief refresher.\n\n1. Make sure the syntax below for defining a function and getting a value makes sense.\n\n2. Then evaluate the cell by clicking the “evaluate” link, or by pressing Shift-Enter (hold down Shift while pressing the Enter key).\n\nsage: f(x)=x^3+1\nsage: f(2)\n9\n\n\n## Symbolic Expressions¶\n\nIn the first tutorial, we defined functions using notation similar to that one would use in (say) a calculus course.\n\nThere is a useful variant on this - defining expressions involving variables. This will give us the opportunity to point out several important, and sometimes subtle, things.\n\nIn the cell below, we define an expression $$FV$$ which is the future value of an investment of $100, compounded continuously. We then substitute in values for $$r$$ and $$t$$ which calculate the future value for $$t=5$$ years and $$r=5\\%$$ nominal interest. sage: var('r,t') (r, t) sage: FV=100*e^(r*t) sage: FV(r=.05,t=5) 128.402541668774 The previous cells point out several things to remember when working with symbolic expressions. Some are fairly standard. • An asterisk (*) signifies multiplication. This should be how you always do multiplication. • Although it is possible to allow implicit multiplication, this can easily lead to ambiguity. • We can access the most important constants; for instance, $$e$$ stands for the constant $$2.71828...$$. Likewise, pi (or $$\\pi$$) and $$I$$ (think complex numbers) are also defined. • Of course, if you redefine $$e$$ to be something else, all bets are off! However, two others may be unfamiliar, especially if you have not used much mathematical software before. • You must tell Sage what the variables are before using them in a symbolic expression. • We did that above by typing var('r,t'). • This is automatically done with the $$f(x)$$ notation, but without that it is necessary, so that Sage knows one intends t (for instance) is a symbolic variable and not a number or something else. • If you then wish to substitute some values into the expression, you must explicitly tell Sage which variables are being assigned which values. • For instance, above we used FV(r=.05,t=5) to indicate the precise values of $$r$$ and $$t$$. Notice that when we define a function, we don’t need to specify which variable has which value. In the function defined below, we have already specified an order. sage: FV2(r,t)=100*e^(r*t) sage: FV2(.05,5) 128.402541668774 In this case it is clear that $$r$$ is first and $$t$$ is second. But with FV=100*e^(r*t), there is no particular reason $$r$$ or $$t$$ should be first. sage: FV(r=.05,t=5); FV(t=5,r=.05) 128.402541668774 128.402541668774 This is why we receive a deprecation error message when we try to do $$FV$$ without explicitly mentioning the variables. sage: FV(5,.05) doctest:...: DeprecationWarning: Substitution using function-call syntax and unnamed arguments is deprecated and will be removed from a future release of Sage; you can use named arguments instead, like EXPR(x=..., y=...) See http://trac.sagemath.org/5930 for details. 128.402541668774 In this case, the outcome is the same, since $$rt=tr$$! Of course, in most expressions, one would not be so lucky, as the following example indicates. sage: y = var('y') sage: G = x*y^2 sage: G(1,2); G(2,1) 4 2 Also remember that when we don’t use function notation, we’ll need to define our variables. One of the great things we can do with expressions is manipulate them. Let’s make a typical expression. sage: z = (x+1)^3 In the cells below, you’ll notice something new: the character #. In Sage (and in Python ), anything on a single line after the number/pound sign (the octothorp ) is ignored. We say that # is a comment character. We use it below to mention alternative ways to do the same thing. sage: expand(z) # or z.expand() x^3 + 3*x^2 + 3*x + 1 sage: y = expand(z) sage: y.factor() # or factor(y) (x + 1)^3 In the previous cell, we assigned the expression which is the expansion of $$z$$ to the variable $$y$$ with the first line. After that, anything we want to do to the expansion of $$z$$ can be done by doing it to $$y$$. There are more commands like this as well. Notice that $$z$$ will no longer be $$(x+1)^3$$ after this cell is evaluated, since we’ve assigned $$z$$ to a (much more complex) expression. sage: z = ((x - 1)^(3/2) - (x + 1)*sqrt(x - 1))/sqrt((x - 1)*(x + 1)) sage: z.simplify_full() -2*sqrt(x - 1)/sqrt(x^2 - 1) This is a good place for a few reminders of basic help. • You can see various methods for simplifying an expression by using tab completion. Put your cursor at the end of the next cell (after the simplify) and press tab to see lots of different methods. • Also remember that you can use the question mark (e.g., z.simplify_rational?) to get help about a particular method. sage: z.simplify <built-in method simplify of sage.symbolic.expression.Expression object at ...> Finally, recall that you can get nicely typeset versions of the output in several ways. • One option is to click the ‘Typeset’ button at the top. • Another - which does not require scrolling! - is to use the show command. sage: show(z.simplify_rational()) $-\\frac{2 \\, \\sqrt{x - 1}}{\\sqrt{x^{2} - 1}}$ Another Sage command that is useful in this context is solve. Here, we solve the simple equation $$x^2=-1$$. sage: solve(x^2==-1,x) # solve x^2==-1 for x [x == -I, x == I] • In the solve command, one types an equals sign in the equation as two equal signs. • This is because the single equals sign means assignment to a variable, as we’ve done above, so Sage (along with Python) uses the double equals sign for symbolic equality. • We also include the variable we’d like to solve for after the comma. It’s also possible to solve more than one expression simultaneously. sage: solve([x^2==1,x^3==1],x) [[x == 1]] ## Basic 2D Plotting¶ One of the other basic uses of mathematics software is easy plotting. Here, we include a brief introduction to the sorts of plotting which will prepare us to use Sage in calculus. (There will be a separate tutorial for more advanced plotting techniques.) Recall that we can generate a plot using fairly simple syntax. Here, we define a function of $$x$$ and plot it between $$-1$$ and $$1$$. sage: f(x)=x^3+1 sage: plot(f,(x,-1,1)) Graphics object consisting of 1 graphics primitive We can give the plot a name, so that if we want to do something with the plot later, we don’t have to type out the entire plot command. Remember, this is called assigning the plot to the name/variable. In the next cell, we give the plot the name $$P$$. sage: P=plot(f,(x,-1,1)) One plot is nice, but one might want to superimpose plots as well. For instance, the tangent line to $$f$$ at $$x=0$$ is just the line $$y=1$$, and we might want to show this together with the plot. So let’s plot this line in a different color, and with a different style for the line, but over the same interval. sage: Q=plot(1,(x,-1,1),color=\"red\", linestyle=\"--\") sage: Q Graphics object consisting of 1 graphics primitive Because we put $$Q$$ in a line by itself at the end, it shows. We were able to use just one cell to define $$Q$$ and show it, by putting each command in a separate line in the same input cell. Now to show the plots superimposed on each other, we simply add them. sage: P+Q Graphics object consisting of 2 graphics primitives Suppose we wanted to view a detail of this. • We could create another plot with different endpoints. • Another way is to keep the currently created plots, but to set the viewing window using the show command, as below. sage: (P+Q).show(xmin=-.1,xmax=.1,ymin=.99,ymax=1.01) Since the axes no longer cross in the frame of reference, Sage shows a short gap between the horizontal and vertical axes. There are many options one can pass in for various purposes. • Some require quotes around the values. • Such as the color option when we made a \"red\" line. • Some do not. • Such as the xmin in the previous plot, where the minimum x value was just $$-.1$$ Usually (though not always) quotes are required for option values which are words or strings of characters, and not required for numerical values. Two of the most useful of these options help in labeling graphs. • The axes_labels option labels the axes. • As with the word processor, we can use dollar signs (like in LaTeX) to make the labels typeset nicely. • Here we need both quotes and brackets for proper syntax, since there are two axes to label and the labels are not actually numbers. sage: plot(f,(x,-1,1),axes_labels=['$x$','$y$'],legend_label='$f(x)$',show_legend=True) Graphics object consisting of 1 graphics primitive • The legend_label option is especially useful with multiple plots. • LaTeX notation works here too. • In the graphic above, we needed to explicitly ask to show the label. With multiple graphs this should not be necessary. sage: P1 = plot(f,(x,-1,1),axes_labels=['$x$','$y$'],legend_label='$f(x)$') sage: P2 = plot(sin,(x,-1,1),axes_labels=['$x$','$y$'],legend_label=r'$\\sin(x)\\$',color='red')\nsage: P1+P2\nGraphics object consisting of 2 graphics primitives\n\n\nOne additional useful note is that plots of functions with vertical asymptotes may need their vertical viewing range set manually; otherwise the asymptote may really go to infinity!\n\nsage: plot(1/x^2,(x,-10,10),ymax=10)\nGraphics object consisting of 1 graphics primitive\n\n\nRemember, you can use the command plot? to find out about most of the options demonstrated above.\n\nBelow, you can experiment with several of the plotting options.\n\n• Just evaluate the cell and play with the sliders, buttons, color picker, etc., to change the plot options.\n\n• You can access low-level options like the initial number of plotted points, or high-level ones like whether axes are shown or not.\n\n• This uses a feature of Sage called “interacts”, which is a very powerful way to engage students in exploring a problem.\n\nsage: x = var('x')\nsage: @interact\nsage: def plot_example(f=sin(x^2),r=range_slider(-5,5,step_size=1/4,default=(-3,3)),\n....: color=color_selector(widget='colorpicker'),\n....: thickness=(3,(1..10)),\n....: plot_points=(20,(1..100)),\n....: linestyle=['-','--','-.',':'],\n....: gridlines=False, fill=False,\n....: frame=False, axes=True\n....: ):\n....: show(plot(f, (x,r,r), color=color, thickness=thickness,\n....: linestyle=linestyle, fill=fill if fill else None),\n....: gridlines=gridlines, frame=frame, axes=axes)\n\n\n## Basic 3D Plotting¶\n\nThere are several mechanisms for viewing three-dimensional plots in Sage, but we will stick to the default option in the notebook interface, which is via javascript applets from the program Jmol/JSmol .\n\nPlotting a 3D plot is similar to plotting a 2D plot, but we need to specify ranges for two variables instead of one.\n\nsage: g(x,y)=sin(x^2+y^2)\nsage: plot3d(g,(x,-5,5),(y,-5,5))\nGraphics3d Object\n\n\nThere is a lot you can do with the 3D plots.\n\n• Try rotating the plot above by clicking and dragging the mouse inside of the plot.\n\n• Also, right-click (Control-click if you have only one mouse button) just to the right of the plot to see other options in a menu.\n\n• If you have a wheel on your mouse or a multi-touch trackpad, you can scroll to zoom.\n\n• You can also right-click to see other options, such as\n\n• spinning the plot,\n\n• changing various colors,\n\n• and even making the plot suitable for viewing through 3D glasses (under the “style”, then “stereographic” submenus),\n\nWhen using the plot3d command, the first variable range specified is plotted along the usual “x” axis, while the second range specified is plotted along the usual “y” axis.\n\nThe plot above is somewhat crude because the function is not sampled enough times - this is fairly rapidly changing function, after all. We can make the plot smoother by telling Sage to sample the function using a grid of 300 by 300 points. Sage then samples the function at 90,000 points!\n\nsage: plot3d(g,(x,-5,5),(y,-5,5),plot_points=300)\nGraphics3d Object\n\n\nAs with 2D plots, we can superimpose 3D plots by adding them together.\n\nNote that in this one, we do not define the functions, but only use expressions (see the first set of topics in this tutorial), so it is wisest to define the variables ahead of time.\n\nsage: var('x,y')\n(x, y)\nsage: b = 2.2\nsage: P=plot3d(sin(x^2-y^2),(x,-b,b),(y,-b,b), opacity=.7)\nsage: Q=plot3d(0, (x,-b,b), (y,-b,b), color='red')\nsage: P+Q\nGraphics3d Object\n\n\nAs usual, only the last command shows up in the notebook, though clearly all are evaluated. This also demonstrates that many of the same options work for 3D plots as for 2D plots.\n\nWe close this tutorial with a cool plot that we define implicitly as a 3D contour plot.\n\nsage: var('x,y,z')\n(x, y, z)\nsage: T = golden_ratio\nsage: p = 2 - (cos(x + T*y) + cos(x - T*y) + cos(y + T*z) + cos(y - T*z) + cos(z - T*x) + cos(z + T*x))\nsage: r = 4.78\nsage: implicit_plot3d(p, (x, -r, r), (y, -r, r), (z, -r, r), plot_points=50, color='yellow')\nGraphics3d Object\n\n\nThe next tutorial will use all that you have learned about Sage basics, symbolics, and plotting in a specific mathematical venue - the calculus sequence!" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.83698475,"math_prob":0.9931365,"size":13565,"snap":"2021-31-2021-39","text_gpt3_token_len":3600,"char_repetition_ratio":0.1143721,"word_repetition_ratio":0.011111111,"special_character_ratio":0.28138593,"punctuation_ratio":0.17771794,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9993416,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-09-20T03:08:06Z\",\"WARC-Record-ID\":\"<urn:uuid:b7784672-4dcc-4b43-b4f2-3147497b7ec4>\",\"Content-Length\":\"54509\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:250b350f-13b9-4333-bba1-4dd8180b34f5>\",\"WARC-Concurrent-To\":\"<urn:uuid:12815a88-f763-46b7-bcbf-3b16dcb0c38d>\",\"WARC-IP-Address\":\"104.26.11.200\",\"WARC-Target-URI\":\"https://doc.sagemath.org/html/en/prep/Symbolics-and-Basic-Plotting.html\",\"WARC-Payload-Digest\":\"sha1:KYXP6S5ANS2FDN7KT5ALOTHM2ALDFOMQ\",\"WARC-Block-Digest\":\"sha1:P2OKEOY6NCBSJKEHFIDGBNQYYV3GNOPO\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-39/CC-MAIN-2021-39_segments_1631780056974.30_warc_CC-MAIN-20210920010331-20210920040331-00104.warc.gz\"}"}
http://beaconlearningcenter.com/Lessons/Lesson.asp?ID=1654
[ "## Probability and Odds\n\n### Johnny WolfeSanta Rosa District Schools\n\n#### Description\n\nStudents determine the probability and odds for various events.\n\n#### Objectives\n\nInterprets data that has been collected, organized, and displayed in charts, tables, plots.\n\nDetermines the probability for simple and compound events as well as independent and dependent events.\n\n#### Materials\n\n- Overhead transparencies (if examples are to be worked on overhead) for Probability and Odds (See Associated File)\n- Probability and Odds Examples (See Associated File)\n- Probability and Odds Worksheet (See Associated File)\n- Probability and Odds Checklist (See Associated File)\n\n#### Preparations\n\n1. Prepare transparencies (if teacher uses overhead for examples) for Probability and Odds Examples. (See Associated File)\n2. Have marking pens (for overhead).\n3. Have Probability and Odds Examples (See Associated File) prepared and ready to demonstrate to students.\n4. Have enough copies of Probability and Odds Worksheet (See Associated File) for each student.\n5. Have enough copies of Probability and Odds Checklist (See Associated File) for each student.\n\n#### Procedures\n\nPrior Knowledge: Students should be familiar with basic operation skills such as addition, subtraction, multiplication, division, exponents, fractions, decimals, area, distributive property, and multiplying binomials.\nNOTE: This lesson does not address compound events or dependent events. This lesson also does not address plots.\n\n1. To help students understand the concept of probability, ask questions that require students to make educated guesses based on prior knowledge. (See #1 on Probability and Odds Examples) Answer student questions and comments.\n\n2. Ask the students to come up with a definition of “probability;” you may have to help students put their thoughts into words. Many students have an idea of what “probability” is but have difficulty describing it. (See #2 on Probability and Odds Examples)\n\n3. To test students' understanding of “probability,” probe their minds by giving them a situation where they must make a judgment based on “probability.” (See #3 on Probability and Odds Examples)\n\n4. Ask students to name several areas in their lives that would involve probability. (See #4 on Probability and Odds Examples)\n\n5. Work #5 Example. (See Probability and Odds Examples) Answer student questions and comments.\n\n6. Work #6 Example. (See Probability and Odds Examples) Answer student questions and comments.\n\n7. Work #7 Example. (See Probability and Odds Examples) Answer student questions and comments.\n\n8. Work #8 Example. (See Probability and Odds Examples) Answer student questions and comments.\n\n9. Discuss with the students what a “probability” of “zero” and “one” suggest. Also, introduce students to the idea that probability must lie in the range “0 <= P(event) <= 1.” (See #9 on Probability and Odds Examples)\n\n10. Give the students an example that uses the terms “probability” and “odds.” Ask the students to describe the differences between “probability” and “odds.” Help the students come up with a definition of “odds.” Make sure students understand that the probability of the successes plus the probability of the failures must equal 1. (See #10 on Probability and Odds Examples)\n\n11. Work #11 Example. (See Probability and Odds Examples) Answer student questions and comments.\n\n12. Work #12 Example. (See Probability and Odds Examples) Answer student questions and comments.\n\n13. Work #13 Example. (See Probability and Odds Examples) Answer student questions and comments.\n\n14. Work #14 Example. (See Probability and Odds Examples) Answer student questions and comments.\n\n15. Distribute the Probability and Odds Worksheet. (See Associated File)\n\n16. Distribute the Probability and Odds Checklist. (See Associated File) Describe what constitutes an A, B, C, D, and F in the Checklist.\n\n17. The students write their responses on the worksheets.\n\n18. The teacher moves from student to student, observing the students' work and lending assistance.\n\n#### Assessments\n\nThe student worksheet is collected and scored according to the Probability and Odds Checklist. (See Associated File)\n\n#### Extensions\n\nHave students collect data from a school sporting event such as football--i.e., how many times the ball was run/passed, the types of plays that were executed on 1st, 2nd, 3rd, and 4th downs. Then give the students a play situation and have them (based on their data) predict (probability and odds) what type of play the coach would have called." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.9102339,"math_prob":0.59790134,"size":4624,"snap":"2020-34-2020-40","text_gpt3_token_len":964,"char_repetition_ratio":0.2590909,"word_repetition_ratio":0.16381766,"special_character_ratio":0.21345156,"punctuation_ratio":0.12686567,"nsfw_num_words":1,"has_unicode_error":false,"math_prob_llama3":0.99836534,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-23T23:15:19Z\",\"WARC-Record-ID\":\"<urn:uuid:cf603ff5-4b2e-4b1b-99e8-42af0b848e58>\",\"Content-Length\":\"6615\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:86f2e9e7-b33a-4096-88f1-101caecfa942>\",\"WARC-Concurrent-To\":\"<urn:uuid:3f3c02bf-ed0f-45ff-80b7-f245af46956f>\",\"WARC-IP-Address\":\"67.212.182.107\",\"WARC-Target-URI\":\"http://beaconlearningcenter.com/Lessons/Lesson.asp?ID=1654\",\"WARC-Payload-Digest\":\"sha1:TEHI2IISC4S7IYUBZO3M3MGIBH72KYDK\",\"WARC-Block-Digest\":\"sha1:7FULXX5XRWFZP5MUKTDFFMQ7FGVVSEQX\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600400212959.12_warc_CC-MAIN-20200923211300-20200924001300-00791.warc.gz\"}"}
https://myokit.readthedocs.io/en/stable/api_simulations/Simulation.html
[ "# Single cell simulation¶\n\nclass `myokit.``Simulation`(model, protocol=None, apd_var=None)\n\nRuns single cell simulations using the CVODE solver (see ); CVODE uses an implicit multi-step method to achieve high accuracy and stability with adaptive step sizes.\n\nThe model passed to the simulation is cloned and stored internally, so changes to the original model object will not affect the simulation. A protocol can be passed in as `protocol` or set later using `set_protocol()`.\n\nSimulations maintain an internal state consisting of\n\n• the current simulation time\n• the current state\n• the default state\n\nWhen a simulation is created, the simulation time is set to 0 and both the current and the default state are copied from the model. After each call to `Simulation.run()` the time variable and current state are updated, so that each successive call to run continues where the previous simulation left off. A `reset()` method is provided that will set the time back to 0 and revert the current state to the default state. To change the time or state manually, use `set_time()` and `set_state()`.\n\nA pre-pacing method `pre()` is provided that doesn’t affect the simulation time but will update the current and the default state. This allows you to pre-pace, run a simulation, reset to the pre-paced state, run another simulation etc.\n\nTo get action potential duration (APD) measurements, the simulation can be run with threshold crossing detection. To enable this, the membrane potential variable must be specified when the simulation is created using the `apd_var` argument. This can be either a variable object or a string containing the variable’s fully qualified name. When running a simulation a threshold value can be passed in. In addition to the usual simulation log the run method will then return a list of all times at which `apd_var` crossed the threshold. Please note this is an APD calculated as the time between the crossing of a fixed threshold, it does not calculate dynamic thresholds like “90% of max(V) - min(V)”.\n\nThe simulation provides four inputs a model variable can be bound to:\n\n`time`\nThis input provides the simulation time.\n`pace`\nThis input provides the current value of the pacing variable. This is determined using the protocol passed into the Simulation.\n`evaluations`\nThis input provides the number of rhs evaluations used at each point in time and can be used to gain some insight into the solver’s behaviour.\n`realtime`\nThis input provides the elapsed system time at each logged point.\n\nNo variable labels are required for this simulation type.\n\n SUNDIALS: Suite of nonlinear and differential/algebraic equation solvers. Hindmarsh, Brown, Woodward, et al. (2005) ACM Transactions on Mathematical Software.\n\n`default_state`()\n\nReturns the default state.\n\n`eval_derivatives`(y=None)\n\nEvaluates and returns the state derivatives.\n\nThe state to evaluate for can be given as `y`. If no state is given the current simulation state is used.\n\n`last_number_of_evaluations`()\n\nReturns the number of rhs evaluations performed by the solver during the last simulation.\n\n`last_number_of_steps`()\n\nReturns the number of steps taken by the solver during the last simulation.\n\n`last_state`()\n\nIf the last simulation resulted in an error, this will return the last state reached during that simulation. In all other cases, this method will return `None`.\n\n`pre`(duration, progress=None, msg='Pre-pacing Simulation')\n\nThis method can be used to perform an unlogged simulation, typically to pre-pace to a (semi-)stable orbit.\n\nAfter running this method\n\n• The simulation time is not affected\n• The current state and the default state are updated to the final state reached in the simulation.\n\nCalls to `reset()` after using `pre()` will set the current state to this new default state.\n\nTo obtain feedback on the simulation progress, an object implementing the `myokit.ProgressReporter` interface can be passed in. passed in as `progress`. An optional description of the current simulation to use in the ProgressReporter can be passed in as msg.\n\n`reset`()\n\nResets the simulation:\n\n• The time variable is set to 0\n• The state is set to the default state\n`run`(duration, log=None, log_interval=None, log_times=None, apd_threshold=None, progress=None, msg='Running simulation')\n\nRuns a simulation and returns the logged results. Running a simulation has the following effects:\n\n• The internal state is updated to the last state in the simulation.\n• The simulation’s time variable is updated to reflect the time\nelapsed during the simulation.\n\nThe number of time units to simulate can be set with `duration`.\n\nThe method returns a `myokit.DataLog` dictionary that maps variable names to lists of logged values. The variables to log can be indicated using the `log` argument. There are several options for its value:\n\n• `None` (default), to log all states.\n• An integer flag or a combination of flags. Options: `myokit.LOG_NONE`, `myokit.LOG_STATE`, `myokit.LOG_BOUND`, `myokit.LOG_INTER`, `myokit.LOG_DERIV` or `myokit.LOG_ALL`.\n• A sequence of variable names. To log derivatives, use “dot(membrane.V)”.\n• A `myokit.DataLog` object. In this case, the new data will be appended to the existing log.\n\nFor detailed information about the `log` argument, see the function `myokit.prepare_log()`.\n\nBy default, every step the solver takes is logged. This is usually advantageous, since more points are added exactly at the times the system gets more interesting. However, if equidistant points are required a `log_interval` can be set. Alternatively, the `log_times` argument can be used to specify logging times directly.\n\nTo obtain accurate measurements of the action potential (AP) duration, the argument `apd_threshold` can be set to a fixed threshold level used to define the AP. This functionality is only available for simulations created with a valid `apd_var` argument. If apd measurements are enabled, the value returned by this method has the form `(log, apds)`.\n\nTo obtain feedback on the simulation progress, an object implementing the `myokit.ProgressReporter` interface can be passed in. passed in as `progress`. An optional description of the current simulation to use in the ProgressReporter can be passed in as `msg`.\n\n`set_constant`(var, value)\n\nChanges a model constant. Only literal constants (constants not dependent on any other variable) can be changed.\n\nThe constant `var` can be given as a `Variable` or a string containing a variable qname. The `value` should be given as a float.\n\n`set_default_state`(state)\n\nAllows you to manually set the default state.\n\n`set_fixed_form_protocol`(times=None, values=None)\n\nConfigures this simulation to run with a predetermined protocol instead of the usual event-based mechanism.\n\nA 1D time-series should be given as input. During the simulation, the value of the pacing variable will be determined by linearly interpolating between the two nearest points in the series. If the simulation time is outside the bounds of the time-series, the first or last value in the series will be used.\n\nSetting a predetermined protocol clears any previously set (event-based or pre-determined) protocol. To clear all protocols, call this method with times=None. When a simulation is run without any protocol, the value of any variables bound to pace will be set to 0.\n\nArguments:\n\n`times`\nA non-decreasing array of times. If any times appear more than once, only the value at the highest index will be used.\n`values`\nAn array of values for the pacing variable. Must have the same size as `times`.\n`set_max_step_size`(dtmax=None)\n\nSets a maximum step size. To let the solver pick any step size it likes use `dtmax = None`.\n\n`set_min_step_size`(dtmin=None)\n\nSets a minimum step size. To let the solver pick any step size it likes use `dtmin = None`.\n\n`set_protocol`(protocol=None)\n\nSets the pacing `Protocol` used by this simulation.\n\nTo run without pacing call this method with `protocol = None`. In this case, the value of any variables bound to pace will be set to 0.\n\n`set_state`(state)\n\nSets the current state.\n\n`set_time`(time=0)\n\nSets the current simulation time.\n\n`set_tolerance`(abs_tol=1e-06, rel_tol=0.0001)\n\nSets the solver tolerances. Absolute tolerance is set using `abs_tol`, relative tolerance using `rel_tol`. For more information on these values, see the Sundials CVODE documentation.\n\n`state`()\n\nReturns the current state.\n\n`time`()\n\nReturns the current simulation time.\n\n## Sundials utility classes¶\n\nclass `myokit.``Sundials`\n\nTests for Sundials/Sundials support.\n\nstatic `version`()\n\nReturns the detected Sundials version on this system, or None if no version of Sundials was found.\n\nstatic `version_int`()\n\nReturns a sundials version number as an integer, or None if no version number could be detected." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.77004665,"math_prob":0.9355964,"size":8316,"snap":"2020-34-2020-40","text_gpt3_token_len":1845,"char_repetition_ratio":0.16626564,"word_repetition_ratio":0.091393754,"special_character_ratio":0.2085137,"punctuation_ratio":0.11357527,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9512565,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-10-01T05:48:43Z\",\"WARC-Record-ID\":\"<urn:uuid:374c2d7e-6a30-4bdd-b357-fc2b5384eaee>\",\"Content-Length\":\"29843\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:ff857947-9657-4dd6-9a2d-5a9064b31ab9>\",\"WARC-Concurrent-To\":\"<urn:uuid:a483d9f2-1a77-440a-9e90-fa5803d71f72>\",\"WARC-IP-Address\":\"104.17.32.82\",\"WARC-Target-URI\":\"https://myokit.readthedocs.io/en/stable/api_simulations/Simulation.html\",\"WARC-Payload-Digest\":\"sha1:2PQNJHNNBNUU4GE2QUCMSVSBQHY72ODU\",\"WARC-Block-Digest\":\"sha1:LWV4GP7ADHFXZRWOMLXIDTBS53HLEK5A\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600402130615.94_warc_CC-MAIN-20201001030529-20201001060529-00598.warc.gz\"}"}
http://api.call-cc.org/5/doc/srfi-127
[ "## SRFI-127: Lazy Sequences\n\nLazy sequences (or lseqs, pronounced \"ell-seeks\") are a generalization of lists. In particular, an lseq is either a proper list or a dotted list whose last cdr is a SRFI 121 generator. A generator is a procedure that can be invoked with no arguments in order to lazily supply additional elements of the lseq. When a generator has no more elements to return, it returns an end-of-file object. Consequently, lazy sequences cannot reliably contain end-of-file objects.\n\nThis SRFI provides a set of procedures suitable for operating on lazy sequences based on SRFI-1.\n\n## SRFI Description\n\nFor a full description of this SRFI, see the full SRFI document. This documentation covers the API only.\n\n## Lazy Sequences\n\nThe templates given below obey the following conventions for procedure formals:\n\nlseq\nA lazy sequence\nx, y, a, b\nAny value\nobject, value\nAny value\nn, i\nA natural number (an integer >= 0)\nproc\nA procedure\npred\nA procedure whose return value is treated as a boolean\ngenerator\nA procedure with no arguments that returns a sequence of values\n=\nA boolean procedure taking two arguments\n\nTo interpret the examples, pretend that they are executed on a Scheme that prints lazy sequences with the syntax of lists, truncating them when they get too long.\n\n### Constructors\n\nEvery list constructor procedure is also an lseq constructor procedure. The procedure generator->lseq constructs an lseq based on the values of a generator. In order to prepend a value to an lseq, simply use cons; to prepend more than one value, use SRFI 1's cons*.\n\ngenerator->lseq generatorprocedure\n\nReturns an lseq whose elements are the values generated by generator. The exact behavior is as follows:\n\n• generator is invoked with no arguments to produce an object obj.\n• If obj is an end-of-file object, the empty list is returned.\n• Otherwise, a newly allocated pair whose car is obj and whose cdr is generator is returned.\n`(generator->lseq (make-iota-generator +inf.0 1)) ;=> (1 2 3 ...)`\n\n### Predicates\n\nlseq? xprocedure\n\nReturns #t if x is an lseq. This procedure may also return #t if x is an improper list whose last cdr is a procedure that requires arguments, since there is no portable way to examine a procedure to determine how many arguments it requires. Otherwise it returns #f.\n\nlseq=? elt=? lseq1 lseq2procedure\n\nDetermines lseq equality, given an element-equality procedure. Two lseqs are equal if they are of the same length, and their corresponding elements are equal, as determined by elt=?. When elt=? is called, its first argument is always from lseq1 and its second argument is from lseq2.\n\nThe dynamic order in which the elt=? procedure is applied to pairs of elements is not specified.\n\nThe elt=? procedure must be consistent with eq?. This implies that two lseqs which are eq? are always lseq=?, as well; implementations may exploit this fact to \"short-cut\" the element-by-element equality tests.\n\n### Selectors\n\nlseq-car lseqprocedure\nlseq-first lseqprocedure\n\nThese procedures are synonymous. They return the first element of lseq. They are included for completeness, as they are the same as car. It is an error to apply them to an empty lseq.\n\nlseq-cdr lseqprocedure\nlseq-rest lseqprocedure\n\nThese procedures are synonymous. They return an lseq with the contents of lseq except for the first element. The exact behavior is as follows:\n\n• If lseq is a pair whose cdr is a procedure, then the procedure is invoked with no arguments to produce an object obj.\n• If obj is an end-of-file object, then the cdr of lseq is set to the empty list, which is returned.\n• If obj is any other object, then a new pair is allocated whose car is obj and whose cdr is the cdr of lseq (i.e. the procedure). The cdr of lseq is set to the newly allocated pair, which is returned.\n• If lseq is a pair whose cdr is not a procedure, then the cdr is returned.\n• If lseq is not a pair, it is an error.\n\nImplementations that inline cdr are advised to inline lseq-cdr if possible.\n\nlseq-ref lseq iprocedure\n\nReturns the ith element of lseq. (This is the same as (lseq-first (lseq-drop lseq i))). It is an error if i >= n, where n is the length of lseq.\n\n`(lseq-ref '(a b c d) 2) ;=> c`\nlseq-take lseq iprocedure\nlseq-drop lseq iprocedure\n\nlseq-take lazily returns the first i elements of lseq. lseq-drop returns all but the first i elements of lseq.\n\n```(lseq-take '(a b c d e) 2) ;=> (a b)\n(lseq-drop '(a b c d e) 2) ;=> (c d e)```\n\nlseq-drop is exactly equivalent to performing i lseq-rest operations on lseq.\n\n### The Whole Lazy Sequence\n\nlseq-realize lseqprocedure\n\nRepeatedly applies lseq-cdr to lseq until its generator (if there is one) has been exhausted, and returns lseq, which is now guaranteed to be a proper list. This procedure can be called on an arbitrary lseq before passing it to a procedure which only accepts lists. However, if the generator never returns an end-of-file object, lseq-realize will never return.\n\nlseq->generator lseqprocedure\n\nReturns a generator which when invoked will return all the elements of lseq, including any that have not yet been realized.\n\nlseq-length lseqprocedure\n\nReturns the length of its argument, which is the non-negative integer n such that lseq-rest applied n times to the lseq produces an empty lseq. lseq must be finite, or this procedure will not return.\n\nlseq-append lseq ...procedure\n\nReturns an lseq that lazily contains all the elements of all the lseqs in order.\n\nlseq-zip lseq1 lseq2 ...procedure\n\nIf lseq-zip is passed n lseqs, it lazily returns an lseq each element of which is an n-element list comprised of the corresponding elements from the lseqs. If any of the lseqs are finite in length, the result is as long as the shortest lseq.\n\n```(lseq-zip '(one two three)\n(generator->lseq (make-iota-generator +inf.0 1 1))\n(generator->lseq (make-repeating-generator) '(odd even))))\n;=> ((one 1 odd) (two 2 even) (three 3 odd))\n\n(lseq-zip '(1 2 3)) ;=> ((1) (2) (3))```\n\n### Mapping and Filtering\n\nlseq-map proc lseq1 lseq2 ...procedure\n\nThe lseq-map procedure lazily applies proc element-wise to the corresponding elements of the lseqs, where proc is a procedure taking as many arguments as there are lseqs and returning a single value, and returns an lseq of the results in order. The dynamic order in which proc is applied to the elements of the lseqs is unspecified.\n\n```(lseq-map\n(lambda (x) (lseq-car (lseq-cdr x)))\n'((a b) (d e) (g h)))\n;=> (b e h)\n\n(lseq-map (lambda (n) (expt n n))\n(make-iota-generator +inf.0 1 1)\n;=> (1 4 27 256 3125 ...)\n\n(lseq-map + '(1 2 3) '(4 5 6)) => (5 7 9)\n\n(let ((count 0))\n(lseq-map (lambda (ignored)\n(set! count (+ count 1))\ncount)\n'(a b)))\n;=> (1 2) or (2 1)```\nlseq-for-each proc lseq1 lseq2 ...procedure\n\nThe arguments to lseq-for-each are like the arguments to lseq-map, but lseq-for-each calls proc for its side effects rather than for its values. Unlike lseq-map, lseq-for-each is guaranteed to call proc on the elements of the lseqs in order from the first element(s) to the last, and the value returned by lseq-for-each is unspecified. If none of the lseqs are finite, lseq-for-each never returns.\n\n```(let ((v (make-vector 5)))\n(lseq-for-each (let ((count 0))\n(lambda (i)\n(vector-set! v count (* i i))\n(set! count (+ count 1))))\n'(0 1 2 3 4))\nv)\n;=> (#0 1 2 3 4)```\nlseq-filter pred lseqprocedure\nlseq-remove pred lseqprocedure\n\nThe procedure lseq-filter lazily returns an lseq that contains only the elements of lseq that satisfy pred.\n\nThe procedure lseq-remove is the same as lseq-filter, except that it returns elements that do not satisfy pred. These procedures are guaranteed to call pred on the elements of the lseqs in sequence order.\n\n```(lseq-filter odd? (generator->lseq (make-range-generator 1 5)))\n;=> (1 3)\n\n(lseq-remove odd? (generator->lseq (make-range-generator 1 5)))\n;=> (2 4)```\n\n### Searching\n\nThe following procedures all search lseqs for the leftmost element satisfying some criterion.\n\nlseq-find pred lseqprocedure\n\nReturn the first element of lseq that satisfies predicate pred, or #f if no element does. It cannot reliably be applied to lseqs that include #f as an element; use lseq-find-tail instead. The predicate is guaranteed to be evaluated on the elements of lseq in sequence order, and only as often as necessary.\n\n`(lseq-find even? '(3 1 4 1 5 9 2 6)) ;=> 4`\nlseq-find-tail pred lseqprocedure\n\nReturns the longest tail of lseq whose first element satisfies pred, or #f if no element does. The predicate is guaranteed to be evaluated on the elements of lseq in sequence order, and only as often as necessary.\n\nlseq-find-tail can be viewed as a general-predicate variant of the lseq-member function.\n\nExamples:\n\n```(lseq-find-tail even? '(3 1 37 -8 -5 0 0)) ;=> (-8 -5 0 0)\n(lseq-find-tail even? '(3 1 37 -5)) ;=> #f\n\n;; equivalent to (lseq-member elt lseq)\n(lseq-find-tail (lambda (elt) (equal? x elt)) lseq)```\nlseq-take-while pred lseqprocedure\n\nLazily returns the longest initial prefix of lseq whose elements all satisfy the predicate pred.\n\n`(lseq-take-while even? '(2 18 3 10 22 9)) ;=> (2 18)`\nlseq-drop-while pred lseqprocedure\n\nDrops the longest initial prefix of lseq whose elements all satisfy the predicate pred, and returns the rest of the lseq.\n\n`(lseq-drop-while even? '(2 18 3 10 22 9)) ;=> (3 10 22 9)`\n\nNote that lseq-drop-while is essentially lseq-find-tail where the sense of the predicate is inverted: lseq-find-tail searches until it finds an element satisfying the predicate; lseq-drop-while searches until it finds an element that doesn't satisfy the predicate.\n\nlseq-any pred lseq1 lseq2 ...procedure\n\nApplies pred to successive elements of the lseqs, returning true if pred returns true on any application. If an application returns a true value, lseq-any immediately returns that value. Otherwise, it iterates until a true value is produced or one of the lseqs runs out of values; in the latter case, lseq-any returns #f. It is an error if pred does not accept the same number of arguments as there are lseqs and return a boolean result.\n\nNote the difference between lseq-find and lseq-any -- lseq-find returns the element that satisfied the predicate; lseq-any returns the true value that the predicate produced.\n\nLike lseq-every, lseq-any's name does not end with a question mark -- this is to indicate that it does not return a simple boolean (#t or #f), but a general value.\n\n```(lseq-any integer? '(a 3 b 2.7)) ;=> #t\n(lseq-any integer? '(a 3.1 b 2.7)) ;=> #f\n(lseq-any < '(3 1 4 1 5) '(2 7 1 8 2)) ;=> #t\n\n(define (factorial n)\n(cond\n((< n 0) #f)\n((= n 0) 1)\n(else (* n (factorial (- n 1))))))\n(lseq-any factorial '(-1 -2 3 4)) ;=> 6```\nlseq-every pred lseq1 lseq2 ...procedure\n\nApplies pred to successive elements of the lseqs, returning true if the predicate returns true on every application. If an application returns a false value, lseq-every immediately returns that value. Otherwise, it iterates until a false value is produced or one of the lseqs runs out of values; in the latter case, lseq-every returns the last value returned by pred, or #t if pred was never invoked. It is an error if pred does not accept the same number of arguments as there are lseqs and return a boolean result.\n\nLike lseq-any, lseq-every's name does not end with a question mark -- this is to indicate that it does not return a simple boolean (#t or #f), but a general value.\n\n`(lseq-every factorial '(1 2 3 4)) ;=> 24`\nlseq-index pred lseq1 lseq2 ...procedure\n\nReturn the index of the leftmost element that satisfies pred.\n\nApplies pred to successive elements of the lseqs, returning an index usable with lseq-ref if the predicate returns true. Otherwise, it iterates until one of the lseqs runs out of values, in which case #f is returned. It is an error if pred does not accept the same number of arguments as there are lseqs and return a boolean result.\n\nThe iteration stops when one of the lseqs runs out of values; in this case, lseq-index returns #f.\n\n```(lseq-index even? '(3 1 4 1 5 9)) ;=> 2\n(lseq-index < '(3 1 4 1 5 9 2 5 6) '(2 7 1 8 2)) ;=> 1\n(lseq-index = '(3 1 4 1 5 9 2 5 6) '(2 7 1 8 2)) ;=> #f```\nlseq-member x lseq #!optional predprocedure\nlseq-memq x lseqprocedure\nlseq-memv x lseqprocedure\n\nThese procedures return the longest tail of lseq whose first element is x, where the tails of lseq are the non-empty lseqs returned by (lseq-drop lseq i) for i less than the length of lseq. If x does not occur in lseq, then #f is returned. lseq-memq uses eq? to compare x with the elements of lseq, while lseq-memv uses eqv?, and lseq-member uses pred, which defaults to equal?.\n\n```(lseq-memq 'a '(a b c)) ;=> (a b c)\n(lseq-memq 'b '(a b c)) ;=> (b c)\n(lseq-memq 'a '(b c d)) ;=> #f\n(lseq-memq (list 'a) '(b (a) c)) ;=> #f\n(lseq-member (list 'a)\n'(b (a) c)) ;=> ((a) c)\n(lseq-memq 101 '(100 101 102)) ;=> *unspecified*\n(lseq-memv 101 '(100 101 102)) ;=> (101 102)```\n\nThe equality procedure is used to compare the elements ei of lseq to the key x in this way: the first argument is always x, and the second argument is one of the lseq elements. Thus one can reliably find the first element of lseq that is greater than five with (lseq-member 5 lseq <)\n\nNote that fully general lseq searching may be performed with the lseq-find-tail procedure, e.g.\n\n`(lseq-find-tail even? lseq) ; Find the first elt with an even key.`\n\nGithub\n\n## Version History\n\n1.2\nRemoves hardcoded .so extension from setup files.\n1.1\nFixes typo in meta file.\n1.0\nInitial release" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.82393533,"math_prob":0.9445634,"size":14558,"snap":"2020-24-2020-29","text_gpt3_token_len":3952,"char_repetition_ratio":0.18606569,"word_repetition_ratio":0.16428572,"special_character_ratio":0.26638275,"punctuation_ratio":0.10829103,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9723697,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-07-02T10:02:44Z\",\"WARC-Record-ID\":\"<urn:uuid:69ef1787-a071-4d00-a7bd-f386c003964d>\",\"Content-Length\":\"32859\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:277fd321-260c-42a1-9cf5-570024314e97>\",\"WARC-Concurrent-To\":\"<urn:uuid:d2ce914a-c750-4138-adbb-432b2909988b>\",\"WARC-IP-Address\":\"173.230.137.156\",\"WARC-Target-URI\":\"http://api.call-cc.org/5/doc/srfi-127\",\"WARC-Payload-Digest\":\"sha1:ZNEFTDLKU7PMDDVWNWIGOUQKQW4FC2H6\",\"WARC-Block-Digest\":\"sha1:R2CILX72EQQCEJJ7QSLYGXWLYEIIAMXG\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-29/CC-MAIN-2020-29_segments_1593655878639.9_warc_CC-MAIN-20200702080623-20200702110623-00011.warc.gz\"}"}
https://answers.everydaycalculation.com/multiply-fractions/3-42-times-5-40
[ "Solutions by everydaycalculation.com\n\n## Multiply 3/42 with 5/40\n\nThis multiplication involving fractions can also be rephrased as \"What is 3/42 of 5/40?\"\n\n3/42 × 5/40 is 1/112.\n\n#### Steps for multiplying fractions\n\n1. Simply multiply the numerators and denominators separately:\n2. 3/42 × 5/40 = 3 × 5/42 × 40 = 15/1680\n3. After reducing the fraction, the answer is 1/112\n\nMathStep (Works offline)", null, "Download our mobile app and learn to work with fractions in your own time:" ]
[ null, "https://answers.everydaycalculation.com/mathstep-app-icon.png", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.89350075,"math_prob":0.98742586,"size":413,"snap":"2023-14-2023-23","text_gpt3_token_len":162,"char_repetition_ratio":0.1809291,"word_repetition_ratio":0.0,"special_character_ratio":0.4479419,"punctuation_ratio":0.06185567,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98375845,"pos_list":[0,1,2],"im_url_duplicate_count":[null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2023-06-06T23:25:33Z\",\"WARC-Record-ID\":\"<urn:uuid:35ea0cea-1b8a-43f4-b0ae-5979b78ea30d>\",\"Content-Length\":\"7237\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:cbd9eed5-5125-4162-b656-db137a261617>\",\"WARC-Concurrent-To\":\"<urn:uuid:e6b21a52-8336-401f-ada3-2f80289aa86d>\",\"WARC-IP-Address\":\"96.126.107.130\",\"WARC-Target-URI\":\"https://answers.everydaycalculation.com/multiply-fractions/3-42-times-5-40\",\"WARC-Payload-Digest\":\"sha1:ZO5X5JGW7AEZL5HNJOZG7XCSMTQJCF6G\",\"WARC-Block-Digest\":\"sha1:KROX3UBN7DXMQVS7VARZBKXS443BRTEL\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2023/CC-MAIN-2023-23/CC-MAIN-2023-23_segments_1685224653183.5_warc_CC-MAIN-20230606214755-20230607004755-00742.warc.gz\"}"}
https://math.stackexchange.com/questions/302086/summation-of-an-infinite-series-sum-n-1-infty-frac42nn3-binom2n
[ "Summation of an Infinite Series: $\\sum_{n=1}^\\infty \\frac{4^{2n}}{n^3 \\binom{2n}{n}^2} = 8\\pi G-14\\zeta(3)$\n\nI am having trouble proving that\n\n$$\\sum_{n=1}^\\infty \\frac{4^{2n}}{n^3 \\binom{2n}{n}^2} = 8\\pi G-14\\zeta(3)$$\n\nI know that\n\n$$\\frac{2x \\ \\arcsin(x)}{\\sqrt{1-x^2}} = \\sum_{n=1}^\\infty \\frac{(2x)^{2n}}{n \\binom{2n}{n}}$$\n\nWhat should I do if the binomial coefficient is squared?\n\n• Is this the sum that comes up in Apery's proof of the irrationality of $\\zeta(3)$? – Gerry Myerson Feb 13 '13 at 12:09\n\nThis series evaluates to the exact same solution as the integrals:\n\n$\\displaystyle 4\\int_{0}^{\\frac{\\pi}{2}}x^{2}\\csc(x)dx$\n\nand $\\displaystyle 16\\int_{0}^{1}\\frac{(\\tan^{-1}(x))^{2}}{x}dx$\n\nEDIT:\n\nI found a way to evaluate said series using the above csc.\n\nThough, I am going to use some already established identities.\n\nRewrite the series as $\\displaystyle \\sum_{n=1}^{\\infty}\\frac{4^{2n}(n!)^{4}}{n^{3}((2n)!)^{2}}$\n\nBegin with the handy $\\displaystyle(\\sin^{-1}(t))^{2}=\\frac{1}{2}\\sum_{n=1}^{\\infty}\\frac{(n!)^{2}}{n^{2}(2n)!}(2t)^{2n}$\n\nNow, let $\\displaystyle x=\\sin^{-1}(t)$: $\\displaystyle x^{2}=\\frac{1}{2}\\sum_{n=1}^{\\infty}\\frac{(n!)^{2}}{n^{2}(2n)!}2^{2n}\\sin^{2n}(x)$\n\nDivide by $\\displaystyle\\sin(x)$ and integrate from $0$ to $\\displaystyle\\frac{\\pi}{2}$\n\n$\\displaystyle\\int_{0}^{\\frac{\\pi}{2}}x^{2}\\csc(x)dx=\\frac{1}{2}\\sum_{n=1}^{\\infty}\\frac{(n!)^{2}}{n^{2}(2n)!}2^{2n}\\int_{0}^{\\frac{\\pi}{2}}\\sin^{2n-1}(x)dx...$\n\nBut, $\\displaystyle\\int_{0}^{\\frac{\\pi}{2}}\\sin^{2n-1}(x)dx=\\frac{2^{2n}(n!)^{2}}{2n(2n)!}$\n\nSubbing this into results in: $\\displaystyle\\int_{0}^{\\frac{\\pi}{2}}x^{2}\\csc(x)dx=\\frac{1}{4}\\sum_{n=1}^{\\infty}\\frac{4^{2n}(n!)^{4}}{n^{3}((2n)!)^{2}}$\n\nNow, multiply it all by 4 and get the final:\n\n$\\displaystyle4\\int_{0}^{\\frac{\\pi}{2}}x^{2}\\csc(x)dx=\\sum_{n=1}^{\\infty}\\frac{4^{2n}(n!)^{4}}{n^{3}((2n)!)^{2}}$\n\nSince $\\displaystyle\\int_{0}^{\\frac{\\pi}{2}}x^{2}\\csc(x)dx=2\\pi G-7/2\\zeta(3)$,\n\nmultiplying by 4 gives the required result.\n\nOf course, the evaluation of the integral can be shown if needed. But, it is a rather famous one and can be found here and there.\n\n• Thanks! I can solve the integral myself. – Shobhit Bhatnagar Feb 17 '13 at 14:18" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.570203,"math_prob":0.999998,"size":1588,"snap":"2019-26-2019-30","text_gpt3_token_len":683,"char_repetition_ratio":0.18939394,"word_repetition_ratio":0.0,"special_character_ratio":0.45465994,"punctuation_ratio":0.09659091,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":1.0000051,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-06-17T04:54:41Z\",\"WARC-Record-ID\":\"<urn:uuid:d3ff737f-5ae1-482e-acff-951171265cf8>\",\"Content-Length\":\"134020\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:288af9a5-bda7-4532-b154-eba582e67be0>\",\"WARC-Concurrent-To\":\"<urn:uuid:52b3cc64-9f66-423c-8b86-b6153ce614c0>\",\"WARC-IP-Address\":\"151.101.129.69\",\"WARC-Target-URI\":\"https://math.stackexchange.com/questions/302086/summation-of-an-infinite-series-sum-n-1-infty-frac42nn3-binom2n\",\"WARC-Payload-Digest\":\"sha1:H3WVUQTSTH3VHFVO7WOXFU556YZZUXRO\",\"WARC-Block-Digest\":\"sha1:HMXMD34BXI4PD3MXCCET7XEYY5QFDL6T\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-26/CC-MAIN-2019-26_segments_1560627998376.42_warc_CC-MAIN-20190617043021-20190617065021-00457.warc.gz\"}"}
https://pocketsense.com/calculate-profit-loss-multiple-stock-transactions-4666.html
[ "# How to Calculate Profit and Loss on Multiple Stock Transactions\n\nShare It\n\nCalculating the profit or loss for an individual stock transaction requires simple subtraction to determine the difference in price. Aggregate differences from multiple stock transactions represent your overall profit or loss. You can add all your stock purchase costs and subtract this number from your total sales, but this only shows your overall profit. It's better to figure the profit or loss from individual stocks first to obtain information on each transaction before calculating the overall total.\n\nAdd the total cost of purchasing one of the stocks. This should include the total price paid per share and any broker fees. For example, if you purchased 100 shares of stock ABC for \\$60 per share, and you paid a \\$25 broker fee, your total cost is \\$6,025.\n\nSubtract the total purchase paid in Step 1 from the total sales price to figure profit or loss. If the result is negative, you incurred a loss; if it's positive, you made a profit. In the example, if you sold the 100 shares of stock for \\$55, and you paid a \\$25 broker fee, your net is \\$5,475. Subtract \\$6,025 from that amount for a loss of \\$550.\n\nRepeat the above series of calculations for each stock you sold to determine the profit or loss on each transaction.\n\nAdd each profit or loss to calculate your overall profit. Remember that negative numbers are subtracted from the total. For example, if you made a profit \\$700 on one transaction and you lost \\$550 and \\$300 on two transactions, your loss on the multiple transactions was \\$150." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.92944443,"math_prob":0.90731007,"size":2060,"snap":"2021-43-2021-49","text_gpt3_token_len":422,"char_repetition_ratio":0.13715953,"word_repetition_ratio":0.023323616,"special_character_ratio":0.21941748,"punctuation_ratio":0.116161615,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9795419,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-28T17:58:14Z\",\"WARC-Record-ID\":\"<urn:uuid:3cccf700-92bd-425f-8ece-7c4d2038a867>\",\"Content-Length\":\"174782\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:367c842e-3b08-4f16-b637-5e013343acda>\",\"WARC-Concurrent-To\":\"<urn:uuid:7c3da8ce-767b-4a01-8f02-7c48b89c83f6>\",\"WARC-IP-Address\":\"23.12.145.163\",\"WARC-Target-URI\":\"https://pocketsense.com/calculate-profit-loss-multiple-stock-transactions-4666.html\",\"WARC-Payload-Digest\":\"sha1:NMLDU2Z73G3H5BWWVILFL2NSWH2FWJLR\",\"WARC-Block-Digest\":\"sha1:NHHFXYUFWTCYTJQVIPYO7YZTI6CN7OTT\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323588398.42_warc_CC-MAIN-20211028162638-20211028192638-00679.warc.gz\"}"}
http://rosa.unipr.it/FSDA/wthin.html
[ "# wthin\n\nwthin thins a uni/bi-dimensional dataset\n\n## Syntax\n\n• Wt=wthin(X)example\n• Wt=wthin(X,Name,Value)example\n• [Wt,pretain]=wthin(___)example\n• [Wt,pretain,varargout]=wthin(___)example\n\n## Description\n\nComputes retention probabilities and bernoulli (0/1) weights on the basis of data density estimate.\n\n Wt =wthin(X) Univariate thinning.\n\n Wt =wthin(X, Name, Value) Bi-dimensional thinning.\n\n [Wt, pretain] =wthin(___) Use of 'retainby' option.\n\n [Wt, pretain, varargout] =wthin(___) Optional output Xt.\n\n## Examples\n\nexpand all\n\n### Univariate thinning.\n\nclear all; close all;\n% The dataset is bi-dimensional and contain two collinear groups with\n% regression structure. One group is dense, with 1000 units; the second\n% has 100 units. Thinning in done according to the density of the values\n% predicted by the OLS fit.\nx1 = randn(1000,1);\nx2 = 8 + randn(100,1);\nx = [x1 ; x2];\ny = 5*x + 0.9*randn(1100,1);\nb = [ones(1100,1) , x] \\ y;\nyhat = [ones(1100,1) , x] * b;\nplot(x,y,'.',x,yhat);\n%x3 = 0.2 + 0.01*randn(1000,1);\n%y3 = 40 + 0.01*randn(1000,1);\n%plot(x,y,'.',x,yhat,'--',x3,y3,'.');\n% thinning over the predicted values\n%[Wt,pretain] = wthin([yhat ; y3], 'retainby','comp2one');\n% thinning over the predicted values when specifying a thinning\n%probability pstar (randomized thinning).\npstar=0.95\n[Wt,pretain] = wthin(yhat, 'retainby','comp2one','pstar',pstar);\n% thinning over the predicted values when specifying a thinning\n%cup (winsorized thinning).\ncup=0.5\n[Wt,pretain] = wthin(yhat, 'retainby','comp2one','cup',cup);\nfigure;\nplot(x(Wt,:),y(Wt,:),'k.',x(~Wt,:),y(~Wt,:),'r.');\ndrawnow;\naxis manual;\ntitle('univariate thinning over predicted ols values')\nclickableMultiLegend(['Retained: ' num2str(sum(Wt))],['Thinned: ' num2str(sum(~Wt))]);\n\n### Bi-dimensional thinning.\n\nSame dataset, but thinning is done on the original bi-variate data.\n\nx1 = randn(1000,1);\nx2 = 8 + randn(100,1);\nx = [x1 ; x2];\ny = 5*x + 0.9*randn(1100,1);\nb = [ones(1100,1) , x] \\ y;\nplot(x,y,'.');\n% thinning over the original bi-variate data\n[Wt2,pretain2] = wthin([x,y]);\nplot(x(Wt2,:),y(Wt2,:),'k.',x(~Wt2,:),y(~Wt2,:),'r.');\ndrawnow;\naxis manual;\ntitle('bivariate thinning')\nclickableMultiLegend(['Retained: ' num2str(sum(Wt2))],['Thinned: ' num2str(sum(~Wt2))]);\n\n### Use of 'retainby' option.\n\nSince the thinning on the original bi-variate data with the default retention method ('inverse') removes too many units, let's try with the less conservative 'comp2one' option.\n\nx1 = randn(1000,1);\nx2 = 8 + randn(100,1);\nx = [x1 ; x2];\ny = 5*x + 0.9*randn(1100,1);\nb = [ones(1100,1) , x] \\ y;\nplot(x,y,'.');\n% thinning over the original bi-variate data\n[Wt2,pretain2] = wthin([x,y], 'retainby','comp2one');\nplot(x(Wt2,:),y(Wt2,:),'k.',x(~Wt2,:),y(~Wt2,:),'r.');\ndrawnow;\naxis manual\nclickableMultiLegend(['Retained: ' num2str(sum(Wt2))],['Thinned: ' num2str(sum(~Wt2))]);\ntitle('\"comp2one\" thinning over the original bi-variate data');\n\n### Optional output Xt.\n\nSame dataset, the retained data are also returned using varagout option.\n\nx1 = randn(1000,1);\nx2 = 8 + randn(100,1);\nx = [x1 ; x2];\ny = 5*x + 0.9*randn(1100,1);\n% thinning over the original bi-variate data\n[Wt2,pretain2,RetUnits] = wthin([x,y]);\n% disp(RetUnits)\n\n## Related Examples\n\nexpand all\n\n### thinning on the fishery dataset.\n\nload fishery;\nX=fishery{:,:};\n% some jittering is necessary because duplicated units are not treated\n% in tclustreg: this needs to be addressed\nX = X + 10^(-8) * abs(randn(677,2));\n% thinning over the original bi-variate data\n[Wt3,pretain3,RetUnits3] = wthin(X ,'retainby','comp2one');\nfigure;\nplot(X(Wt3,1),X(Wt3,2),'k.',X(~Wt3,1),X(~Wt3,2),'rx');\ndrawnow;\naxis manual\nclickableMultiLegend(['Retained: ' num2str(sum(Wt3))],['Thinned: ' num2str(sum(~Wt3))]);\ntitle('\"comp2one\" thinning on the fishery dataset');\n\n### univariate thinning with less than 100 units.\n\nAs the first examp[le above, but with less than 100 units in the data.\n\nx1 = randn(850,1);\nx2 = 8 + randn(10,1);\nx = [x1 ; x2];\ny = 5*x + 0.9*randn(860,1);\nb = [ones(860,1) , x] \\ y;\nyhat = [ones(860,1) , x] * b;\nplot(x,y,'.',x,yhat,'--');\n% thinning over the predicted values\n[Wt,pretain] = wthin(yhat, 'retainby','comp2one');\nplot(x(Wt,:),y(Wt,:),'k.',x(~Wt,:),y(~Wt,:),'r.');\ndrawnow;\naxis manual\ntitle('univariate thinning over ols values predicted on a small dataset')\nclickableMultiLegend(['Retained: ' num2str(sum(Wt))],['Thinned: ' num2str(sum(~Wt))]);\n\n## Input Arguments\n\n### X — Input data. Vector or 2-column matrix.\n\nThe structure contains the uni/bi-variate data to be thinned on the basis of a probability density estimate.\n\nData Types: single| double\n\n### Name-Value Pair Arguments\n\nSpecify optional comma-separated pairs of Name,Value arguments. Name is the argument name and Value is the corresponding value. Name must appear inside single quotes (' '). You can specify several name and value pair arguments in any order as Name1,Value1,...,NameN,ValueN.\n\nExample: ,,,\n\n### bandwidth —bandwidth value.scalar.\n\nThe bandwidth used to estimate the density. It can be estimated from the data using function bwe.\n\nData Types - scalar\n\nExample:\n\nData Types: scalar Example - bandwidth,0.35\n\n### cup —pdf upper limit.scalar.\n\nThe upper limit for the pdf used to compute the retantion probability. If cup = 1 (default), no upper limit is set.\n\nData Types - scalar\n\nExample:\n\nData Types: scalar Example - cup, 0.8\n\n### pstar —thinning probability.scalar.\n\nProbability with each a unit enters in the thinning procedure. If pstar = 1 (default), all units enter in the thinning procedure.\n\nData Types - scalar\n\nExample:\n\nData Types: scalar Example - pstar, 0.95\n\n### retainby —retention method.string.\n\nThe function used to retain the observations. It can be:\n\n- 'inverse' , i.e. (1 ./ pdfe) / max((1 ./ pdfe))) - 'comp2one' (default), i.e. 1 - pdfe/max(pdfe)) Data Types - char\n\nExample:\n\nData Types: char Example - 'method','comp2one'\n\n## Output Arguments\n\n### Wt —vector of Bernoulli weights. Vector\n\nContains 1 for retained units and 0 for thinned units.\n\nData Types - single | double.\n\n### pretain —vector of retention probabilities. Vector\n\nThese are the probabilities that each point in X will be retained, estimated using a gaussian kernel using function ksdensity.\n\nData Types - single | double.\n\n### varargout —Xt : vector of retained units. Vector\n\nIt is X(Wt,:).\n\nData Types - single | double.\n\nBowman, A.W. and Azzalini, A. (1997), \"Applied Smoothing Techniques for Data Analysis\", Oxford University Press." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.5104732,"math_prob":0.9951366,"size":5750,"snap":"2022-40-2023-06","text_gpt3_token_len":1889,"char_repetition_ratio":0.12634876,"word_repetition_ratio":0.20175439,"special_character_ratio":0.3453913,"punctuation_ratio":0.2702498,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99800575,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2022-10-06T14:40:42Z\",\"WARC-Record-ID\":\"<urn:uuid:b89e9040-9261-4bbf-b8d8-b6ec2febce7d>\",\"Content-Length\":\"28052\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:d65a7877-cb11-440d-8841-9ff5d5720825>\",\"WARC-Concurrent-To\":\"<urn:uuid:64beefa2-2638-4653-929a-d5b4343493a8>\",\"WARC-IP-Address\":\"160.78.46.100\",\"WARC-Target-URI\":\"http://rosa.unipr.it/FSDA/wthin.html\",\"WARC-Payload-Digest\":\"sha1:KGJDMJY72NHZJLZT2KTSSIU56PR5HFOW\",\"WARC-Block-Digest\":\"sha1:HAV7V5Q57RFVSFIZ2EM5EOX54FAAHCPL\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2022/CC-MAIN-2022-40/CC-MAIN-2022-40_segments_1664030337836.93_warc_CC-MAIN-20221006124156-20221006154156-00280.warc.gz\"}"}
http://e-booksdirectory.com/details.php?ebook=4858
[ "", null, "# Applied Multivariate Statistical Analysis", null, "Applied Multivariate Statistical Analysis\nby\n\nPublisher: Springer\nISBN/ASIN: 3540722432\nISBN-13: 9783540722434\nNumber of pages: 488\n\nDescription:\nThe authors' intention is to present multivariate data analysis in a way that is understandable to non-mathematicians and practitioners who are confronted by statistical data analysis. The book has a friendly yet rigorous style. All methods are demonstrated through numerous real examples. Mathematical results are clearly stated.\n\n(4.8MB, PDF)\n\n## Similar books", null, "Online Statistics Education\nby - Rice University\nThis is a resource for learning and teaching introductory statistics. It contains material presented in textbook format and as video presentations. This resource features interactive demonstrations and simulations, case studies, and an analysis lab.\n(2983 views)", null, "Lectures on Statistics\nby - University of Illinois\nThese notes are based on a course that the author gave at UIUC. No prior knowledge of statistics is assumed. A standard first course in probability is a prerequisite, but the first 8 lectures review results that are important in statistics.\n(13353 views)", null, "Statistical Tools for Economists\nby - University of California, Berkeley\nThe contents: Economic Analysis and Econometrics; Analysis and Linear Algebra in a Nutshell; Probability Theory in a Nutshell; Limit Theorems in Statistics; Experiments, Sampling, and Statistical Decisions; Estimation; Hypothesis Testing.\n(16759 views)", null, "A First Course on Time Series Analysis with SAS\nby - University of Wuerzburg\nThis book links up elements from time series analysis with a selection of statistical procedures used in general practice including the statistical software package SAS. The book addresses students of statistics, economics, demography, engineering.\n(11076 views)" ]
[ null, "http://e-booksdirectory.com/img/ebd-logo.png", null, "http://e-booksdirectory.com/imglrg/4858.jpg", null, "http://e-booksdirectory.com/images/11626.jpg", null, "http://e-booksdirectory.com/images/2352.jpg", null, "http://e-booksdirectory.com/images/blank.gif", null, "http://e-booksdirectory.com/images/5799.jpg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8556142,"math_prob":0.42152244,"size":3154,"snap":"2020-10-2020-16","text_gpt3_token_len":640,"char_repetition_ratio":0.12349206,"word_repetition_ratio":0.71365637,"special_character_ratio":0.1994293,"punctuation_ratio":0.1302682,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.983344,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12],"im_url_duplicate_count":[null,null,null,2,null,8,null,null,null,null,null,7,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-04-02T08:35:39Z\",\"WARC-Record-ID\":\"<urn:uuid:7e4a9146-16d6-4050-b961-68a09f962860>\",\"Content-Length\":\"11597\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:c3aab80a-1017-4fcc-a9c3-cbf7b0b7a78e>\",\"WARC-Concurrent-To\":\"<urn:uuid:3995709a-6afd-4ea5-8839-88bb074dd1b9>\",\"WARC-IP-Address\":\"50.28.1.56\",\"WARC-Target-URI\":\"http://e-booksdirectory.com/details.php?ebook=4858\",\"WARC-Payload-Digest\":\"sha1:T6VRXKS5FUXKFPHCDVDPN2GUP3QJLKQK\",\"WARC-Block-Digest\":\"sha1:X33WHFNRSWKYSBT6W2FISTEEYIF46443\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-16/CC-MAIN-2020-16_segments_1585370506870.41_warc_CC-MAIN-20200402080824-20200402110824-00441.warc.gz\"}"}
http://git.sourceforge.jp/view?p=pf3gnuchains/gcc-fork.git;a=commitdiff;h=d7ad16c2a7cc38820691e984a77a2a3d76e195ca
[ "author rguenth Thu, 29 Sep 2011 11:29:03 +0000 (11:29 +0000) committer rguenth Thu, 29 Sep 2011 11:29:03 +0000 (11:29 +0000)\n* expr.c (do_store_flag): Expand vector comparison by\nbuilding an appropriate VEC_COND_EXPR.\n* c-typeck.c (build_binary_op): Typecheck vector comparisons.\n* tree-vect-generic.c (do_compare): Helper function.\n(expand_vector_comparison): Check if hardware supports\nvector comparison of the given type or expand vector\npiecewise.\n(expand_vector_operation): Treat comparison as binary\noperation of vector type.\n\n* gcc.c-torture/execute/vector-compare-1.c: New testcase.\n* gcc.c-torture/execute/vector-compare-2.c: Likewise.\n* gcc.dg/vector-compare-1.c: Likewise.\n* gcc.dg/vector-compare-2.c: Likewise.\n\ngit-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179342 138bc75d-0d04-0410-961f-82ee72b054a4\n\n gcc/ChangeLog patch | blob | history gcc/c-typeck.c patch | blob | history gcc/config/i386/i386.c patch | blob | history gcc/doc/extend.texi patch | blob | history gcc/expr.c patch | blob | history gcc/testsuite/ChangeLog patch | blob | history gcc/testsuite/gcc.c-torture/execute/vector-compare-1.c [new file with mode: 0644] patch | blob gcc/testsuite/gcc.c-torture/execute/vector-compare-2.c [new file with mode: 0644] patch | blob gcc/testsuite/gcc.dg/vector-compare-1.c [new file with mode: 0644] patch | blob gcc/testsuite/gcc.dg/vector-compare-2.c [new file with mode: 0644] patch | blob gcc/tree-vect-generic.c patch | blob | history\n\n@@ -1,3 +1,17 @@\n+2011-09-29  Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>\n+\n+       * expr.c (do_store_flag): Expand vector comparison by\n+       building an appropriate VEC_COND_EXPR.\n+       * c-typeck.c (build_binary_op): Typecheck vector comparisons.\n+       * tree-vect-generic.c (do_compare): Helper function.\n+       (expand_vector_comparison): Check if hardware supports\n+       vector comparison of the given type or expand vector\n+       piecewise.\n+       (expand_vector_operation): Treat comparison as binary\n+       operation of vector type.\n+\n2011-09-29  Richard Guenther  <rguenther@suse.de>\n\n* tree.c (build_opaque_vector_type): Make opaque vectors\nindex 1f08031..e1c17a2 100644 (file)\n@@ -9910,6 +9910,31 @@ build_binary_op (location_t location, enum tree_code code,\n\ncase EQ_EXPR:\ncase NE_EXPR:\n+      if (code0 == VECTOR_TYPE && code1 == VECTOR_TYPE)\n+        {\n+          tree intt;\n+          if (TREE_TYPE (type0) != TREE_TYPE (type1))\n+            {\n+              error_at (location, \"comparing vectors with different \"\n+                                  \"element types\");\n+              return error_mark_node;\n+            }\n+\n+          if (TYPE_VECTOR_SUBPARTS (type0) != TYPE_VECTOR_SUBPARTS (type1))\n+            {\n+              error_at (location, \"comparing vectors with different \"\n+                                  \"number of elements\");\n+              return error_mark_node;\n+            }\n+\n+          /* Always construct signed integer vector type.  */\n+          intt = c_common_type_for_size (GET_MODE_BITSIZE\n+                                          (TYPE_MODE (TREE_TYPE (type0))), 0);\n+          result_type = build_opaque_vector_type (intt,\n+                                                 TYPE_VECTOR_SUBPARTS (type0));\n+          converted = 1;\n+          break;\n+        }\nif (FLOAT_TYPE_P (type0) || FLOAT_TYPE_P (type1))\nwarning_at (location,\nOPT_Wfloat_equal,\nbuild_binary_op (location_t location, enum tree_code code,\ncase GE_EXPR:\ncase LT_EXPR:\ncase GT_EXPR:\n+      if (code0 == VECTOR_TYPE && code1 == VECTOR_TYPE)\n+        {\n+          tree intt;\n+          if (TREE_TYPE (type0) != TREE_TYPE (type1))\n+            {\n+              error_at (location, \"comparing vectors with different \"\n+                                  \"element types\");\n+              return error_mark_node;\n+            }\n+\n+          if (TYPE_VECTOR_SUBPARTS (type0) != TYPE_VECTOR_SUBPARTS (type1))\n+            {\n+              error_at (location, \"comparing vectors with different \"\n+                                  \"number of elements\");\n+              return error_mark_node;\n+            }\n+\n+          /* Always construct signed integer vector type.  */\n+          intt = c_common_type_for_size (GET_MODE_BITSIZE\n+                                          (TYPE_MODE (TREE_TYPE (type0))), 0);\n+          result_type = build_opaque_vector_type (intt,\n+                                                 TYPE_VECTOR_SUBPARTS (type0));\n+          converted = 1;\n+          break;\n+        }\nbuild_type = integer_type_node;\nif ((code0 == INTEGER_TYPE || code0 == REAL_TYPE\n|| code0 == FIXED_POINT_TYPE)\nc_objc_common_truthvalue_conversion (location_t location, tree expr)\ncase FUNCTION_TYPE:\ngcc_unreachable ();\n\n+    case VECTOR_TYPE:\n+      error_at (location, \"used vector type where scalar is required\");\n+      return error_mark_node;\n+\ndefault:\nbreak;\n}\nindex 119dc9b..7e89dbd 100644 (file)\nix86_expand_sse_movcc (rtx dest, rtx cmp, rtx op_true, rtx op_false)\nenum machine_mode mode = GET_MODE (dest);\nrtx t2, t3, x;\n\n-  if (op_false == CONST0_RTX (mode))\n+  if (vector_all_ones_operand (op_true, GET_MODE (op_true))\n+      && rtx_equal_p (op_false, CONST0_RTX (mode)))\n+    {\n+      emit_insn (gen_rtx_SET (VOIDmode, dest, cmp));\n+    }\n+  else if (op_false == CONST0_RTX (mode))\n{\nop_true = force_reg (mode, op_true);\nx = gen_rtx_AND (mode, cmp, op_true);\nindex f59333c..e8a777d 100644 (file)\n@@ -6561,6 +6561,29 @@ invoke undefined behavior at runtime.  Warnings for out of bound\naccesses for vector subscription can be enabled with\n@option{-Warray-bounds}.\n\n+In GNU C vector comparison is supported within standard comparison\n+operators: @code{==, !=, <, <=, >, >=}. Comparison operands can be\n+vector expressions of integer-type or real-type. Comparison between\n+integer-type vectors and real-type vectors are not supported.  The\n+result of the comparison is a vector of the same width and number of\n+elements as the comparison operands with a signed integral element\n+type.\n+\n+Vectors are compared element-wise producing 0 when comparison is false\n+and -1 (constant of the appropriate type where all bits are set)\n+otherwise. Consider the following example.\n+\n+@smallexample\n+typedef int v4si __attribute__ ((vector_size (16)));\n+\n+v4si a = @{1,2,3,4@};\n+v4si b = @{3,2,1,4@};\n+v4si c;\n+\n+c = a >  b;     /* The result would be @{0, 0,-1, 0@}  */\n+c = a == b;     /* The result would be @{0,-1, 0,-1@}  */\n+@end smallexample\n+\nYou can declare variables and use them in function calls and returns, as\nwell as in assignments and some casts.  You can specify a vector type as\na return type for a function.  Vector types can also be used as function\nindex 29bf68b..97edd46 100644 (file)\ndo_store_flag (sepops ops, rtx target, enum machine_mode mode)\nSTRIP_NOPS (arg0);\nSTRIP_NOPS (arg1);\n\n+  /* For vector typed comparisons emit code to generate the desired\n+     all-ones or all-zeros mask.  Conveniently use the VEC_COND_EXPR\n+     expander for this.  */\n+  if (TREE_CODE (ops->type) == VECTOR_TYPE)\n+    {\n+      tree ifexp = build2 (ops->code, ops->type, arg0, arg1);\n+      tree if_true = constant_boolean_node (true, ops->type);\n+      tree if_false = constant_boolean_node (false, ops->type);\n+      return expand_vec_cond_expr (ops->type, ifexp, if_true, if_false, target);\n+    }\n+\n/* Get the rtx comparison code to use.  We know that EXP is a comparison\noperation of some type.  Some comparisons against 1 and -1 can be\nconverted to comparisons with zero.  Do so here so that the tests\nindex 6f201c4..59aefbc 100644 (file)\n@@ -1,3 +1,10 @@\n+2011-09-29  Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>\n+\n+       * gcc.c-torture/execute/vector-compare-1.c: New testcase.\n+       * gcc.c-torture/execute/vector-compare-2.c: Likewise.\n+       * gcc.dg/vector-compare-1.c: Likewise.\n+       * gcc.dg/vector-compare-2.c: Likewise.\n+\n2011-09-29  David S. Miller  <davem@davemloft.net>\n\n* gcc.target/sparc/array.c: New test.\ndiff --git a/gcc/testsuite/gcc.c-torture/execute/vector-compare-1.c b/gcc/testsuite/gcc.c-torture/execute/vector-compare-1.c\nnew file mode 100644 (file)\nindex 0000000..90eecb6\n--- /dev/null\n@@ -0,0 +1,123 @@\n+#define vector(elcount, type)  \\\n+__attribute__((vector_size((elcount)*sizeof(type)))) type\n+\n+#define check_compare(count, res, i0, i1, op, fmt) \\\n+do { \\\n+    int __i; \\\n+    for (__i = 0; __i < count; __i ++) { \\\n+      if ((res)[__i] != ((i0)[__i] op (i1)[__i] ? -1 : 0)) \\\n+       { \\\n+            __builtin_printf (\"%i != ((\" fmt \" \" #op \" \" fmt \" ? -1 : 0) \", \\\n+                             (res)[__i], (i0)[__i], (i1)[__i]); \\\n+            __builtin_abort (); \\\n+        } \\\n+    } \\\n+} while (0)\n+\n+#define test(count, v0, v1, res, fmt); \\\n+do { \\\n+    res = (v0 > v1); \\\n+    check_compare (count, res, v0, v1, >, fmt); \\\n+    res = (v0 < v1); \\\n+    check_compare (count, res, v0, v1, <, fmt); \\\n+    res = (v0 >= v1); \\\n+    check_compare (count, res, v0, v1, >=, fmt); \\\n+    res = (v0 <= v1); \\\n+    check_compare (count, res, v0, v1, <=, fmt); \\\n+    res = (v0 == v1); \\\n+    check_compare (count, res, v0, v1, ==, fmt); \\\n+    res = (v0 != v1); \\\n+    check_compare (count, res, v0, v1, !=, fmt); \\\n+} while (0)\n+\n+\n+int main (int argc, char *argv[]) {\n+#define INT  int\n+    vector (4, INT) i0;\n+    vector (4, INT) i1;\n+    vector (4, int) ires;\n+    int i;\n+\n+    i0 = (vector (4, INT)){argc, 1,  2,  10};\n+    i1 = (vector (4, INT)){0, 3, 2, (INT)-23};\n+    test (4, i0, i1, ires, \"%i\");\n+#undef INT\n+\n+#define INT unsigned int\n+    vector (4, int) ures;\n+    vector (4, INT) u0;\n+    vector (4, INT) u1;\n+\n+    u0 = (vector (4, INT)){argc, 1,  2,  10};\n+    u1 = (vector (4, INT)){0, 3, 2, (INT)-23};\n+    test (4, u0, u1, ures, \"%u\");\n+#undef INT\n+\n+\n+#define SHORT short\n+    vector (8, SHORT) s0;\n+    vector (8, SHORT) s1;\n+    vector (8, short) sres;\n+\n+    s0 = (vector (8, SHORT)){argc, 1,  2,  10,  6, 87, (SHORT)-5, 2};\n+    s1 = (vector (8, SHORT)){0, 3, 2, (SHORT)-23, 12, 10, (SHORT)-2, 0};\n+    test (8, s0, s1, sres, \"%i\");\n+#undef SHORT\n+\n+#define SHORT unsigned short\n+    vector (8, SHORT) us0;\n+    vector (8, SHORT) us1;\n+    vector (8, short) usres;\n+\n+    us0 = (vector (8, SHORT)){argc, 1,  2,  10,  6, 87, (SHORT)-5, 2};\n+    us1 = (vector (8, SHORT)){0, 3, 2, (SHORT)-23, 12, 10, (SHORT)-2, 0};\n+    test (8, us0, us1, usres, \"%u\");\n+#undef SHORT\n+\n+#define CHAR signed char\n+    vector (16, CHAR) c0;\n+    vector (16, CHAR) c1;\n+    vector (16, signed char) cres;\n+\n+    c0 = (vector (16, CHAR)){argc, 1,  2,  10,  6, 87, (CHAR)-5, 2, \\\n+                             argc, 1,  2,  10,  6, 87, (CHAR)-5, 2 };\n+\n+    c1 = (vector (16, CHAR)){0, 3, 2, (CHAR)-23, 12, 10, (CHAR)-2, 0, \\\n+                             0, 3, 2, (CHAR)-23, 12, 10, (CHAR)-2, 0};\n+    test (16, c0, c1, cres, \"%i\");\n+#undef CHAR\n+\n+#define CHAR unsigned char\n+    vector (16, CHAR) uc0;\n+    vector (16, CHAR) uc1;\n+    vector (16, signed char) ucres;\n+\n+    uc0 = (vector (16, CHAR)){argc, 1,  2,  10,  6, 87, (CHAR)-5, 2, \\\n+                             argc, 1,  2,  10,  6, 87, (CHAR)-5, 2 };\n+\n+    uc1 = (vector (16, CHAR)){0, 3, 2, (CHAR)-23, 12, 10, (CHAR)-2, 0, \\\n+                             0, 3, 2, (CHAR)-23, 12, 10, (CHAR)-2, 0};\n+    test (16, uc0, uc1, ucres, \"%u\");\n+#undef CHAR\n+/* Float comparison.  */\n+    vector (4, float) f0;\n+    vector (4, float) f1;\n+    vector (4, int) ifres;\n+\n+    f0 = (vector (4, float)){(float)argc, 1.,  2.,  10.};\n+    f1 = (vector (4, float)){0., 3., 2., (float)-23};\n+    test (4, f0, f1, ifres, \"%f\");\n+\n+/* Double comparison.  */\n+    vector (2, double) d0;\n+    vector (2, double) d1;\n+    vector (2, long long) idres;\n+\n+    d0 = (vector (2, double)){(double)argc,  10.};\n+    d1 = (vector (2, double)){0., (double)-23};\n+    test (2, d0, d1, idres, \"%f\");\n+\n+\n+    return 0;\n+}\n+\ndiff --git a/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.c b/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.c\nnew file mode 100644 (file)\nindex 0000000..398c825\n--- /dev/null\n@@ -0,0 +1,27 @@\n+#define vector(elcount, type)  \\\n+__attribute__((vector_size((elcount)*sizeof(type)))) type\n+\n+/* Check that constant folding in\n+   these simple cases works.  */\n+vector (4, int)\n+foo (vector (4, int) x)\n+{\n+  return   (x == x) + (x != x) + (x >  x)\n+        + (x <  x) + (x >= x) + (x <= x);\n+}\n+\n+int\n+main (int argc, char *argv[])\n+{\n+  vector (4, int) t = {argc, 2, argc, 42};\n+  vector (4, int) r;\n+  int i;\n+\n+  r = foo (t);\n+\n+  for (i = 0; i < 4; i++)\n+    if (r[i] != -3)\n+      __builtin_abort ();\n+\n+  return 0;\n+}\ndiff --git a/gcc/testsuite/gcc.dg/vector-compare-1.c b/gcc/testsuite/gcc.dg/vector-compare-1.c\nnew file mode 100644 (file)\nindex 0000000..b568239\n--- /dev/null\n@@ -0,0 +1,17 @@\n+/* { dg-do compile } */\n+#define vector(elcount, type)  \\\n+__attribute__((vector_size((elcount)*sizeof(type)))) type\n+\n+void\n+foo (vector (4, int) x, vector (4, float) y)\n+{\n+  vector (4, int) p4;\n+  vector (4, int) r4;\n+  vector (4, unsigned int) q4;\n+  vector (8, int) r8;\n+  vector (4, float) f4;\n+\n+  r4 = x > y;      /* { dg-error \"comparing vectors with different element types\" } */\n+  r8 = (x != p4);   /* { dg-error \"incompatible types when assigning to type\" } */\n+  r8 == r4;        /* { dg-error \"comparing vectors with different number of elements\" } */\n+}\ndiff --git a/gcc/testsuite/gcc.dg/vector-compare-2.c b/gcc/testsuite/gcc.dg/vector-compare-2.c\nnew file mode 100644 (file)\nindex 0000000..e672dd1\n--- /dev/null\n@@ -0,0 +1,26 @@\n+/* { dg-do compile } */\n+\n+/* Test if C_MAYBE_CONST are folded correctly when\n+   creating VEC_COND_EXPR.  */\n+\n+typedef int vec __attribute__((vector_size(16)));\n+\n+vec i,j;\n+extern vec a, b, c;\n+\n+extern int p, q, z;\n+extern vec foo (int);\n+\n+vec\n+foo (int x)\n+{\n+  return  foo (p ? q :z) > a;\n+}\n+\n+vec\n+bar (int x)\n+{\n+  return  b > foo (p ? q :z);\n+}\n+\n+\nindex afcd63d..042d703 100644 (file)\n@@ -35,6 +35,10 @@ along with GCC; see the file COPYING3.  If not see\n#include \"expr.h\"\n#include \"optabs.h\"\n\n+\n+static void expand_vector_operations_1 (gimple_stmt_iterator *);\n+\n+\n/* Build a constant of type TYPE, made of VALUE's bits replicated\nevery TYPE_SIZE (INNER_TYPE) bits to fit TYPE's precision.  */\nstatic tree\n@@ -125,6 +129,31 @@ do_binop (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b,\nreturn gimplify_build2 (gsi, code, inner_type, a, b);\n}\n\n+\n+/* Construct expression (A[BITPOS] code B[BITPOS]) ? -1 : 0\n+\n+   INNER_TYPE is the type of A and B elements\n+\n+   returned expression is of signed integer type with the\n+   size equal to the size of INNER_TYPE.  */\n+static tree\n+do_compare (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b,\n+         tree bitpos, tree bitsize, enum tree_code code)\n+{\n+  tree comp_type;\n+\n+  a = tree_vec_extract (gsi, inner_type, a, bitsize, bitpos);\n+  b = tree_vec_extract (gsi, inner_type, b, bitsize, bitpos);\n+\n+  comp_type = build_nonstandard_integer_type\n+                     (GET_MODE_BITSIZE (TYPE_MODE (inner_type)), 0);\n+\n+  return gimplify_build3 (gsi, COND_EXPR, comp_type,\n+                         fold_build2 (code, boolean_type_node, a, b),\n+                         build_int_cst (comp_type, -1),\n+                         build_int_cst (comp_type, 0));\n+}\n+\n/* Expand vector addition to scalars.  This does bit twiddling\nin order to increase parallelism:\n\n@@ -333,6 +362,24 @@ uniform_vector_p (tree vec)\nreturn NULL_TREE;\n}\n\n+/* Try to expand vector comparison expression OP0 CODE OP1 by\n+   querying optab if the following expression:\n+       VEC_COND_EXPR< OP0 CODE OP1, {-1,...}, {0,...}>\n+   can be expanded.  */\n+static tree\n+expand_vector_comparison (gimple_stmt_iterator *gsi, tree type, tree op0,\n+                          tree op1, enum tree_code code)\n+{\n+  tree t;\n+  if (! expand_vec_cond_expr_p (type, TREE_TYPE (op0)))\n+    t = expand_vector_piecewise (gsi, do_compare, type,\n+                                TREE_TYPE (TREE_TYPE (op0)), op0, op1, code);\n+  else\n+    t = NULL_TREE;\n+\n+  return t;\n+}\n+\nstatic tree\nexpand_vector_operation (gimple_stmt_iterator *gsi, tree type, tree compute_type,\ngimple assign, enum tree_code code)\n@@ -375,8 +422,27 @@ expand_vector_operation (gimple_stmt_iterator *gsi, tree type, tree compute_type\ncase BIT_NOT_EXPR:\nreturn expand_vector_parallel (gsi, do_unop, type,\ngimple_assign_rhs1 (assign),\n-                                      NULL_TREE, code);\n+                                      NULL_TREE, code);\n+      case EQ_EXPR:\n+      case NE_EXPR:\n+      case GT_EXPR:\n+      case LT_EXPR:\n+      case GE_EXPR:\n+      case LE_EXPR:\n+      case UNEQ_EXPR:\n+      case UNGT_EXPR:\n+      case UNLT_EXPR:\n+      case UNGE_EXPR:\n+      case UNLE_EXPR:\n+      case LTGT_EXPR:\n+      case ORDERED_EXPR:\n+      case UNORDERED_EXPR:\n+       {\n+         tree rhs1 = gimple_assign_rhs1 (assign);\n+         tree rhs2 = gimple_assign_rhs2 (assign);\n\n+         return expand_vector_comparison (gsi, type, rhs1, rhs2, code);\n+       }\ndefault:\nbreak;\n}\n@@ -450,11 +516,11 @@ expand_vector_operations_1 (gimple_stmt_iterator *gsi)\n\ncode = gimple_assign_rhs_code (stmt);\nrhs_class = get_gimple_rhs_class (code);\n+  lhs = gimple_assign_lhs (stmt);\n\nif (rhs_class != GIMPLE_UNARY_RHS && rhs_class != GIMPLE_BINARY_RHS)\nreturn;\n\n-  lhs = gimple_assign_lhs (stmt);\nrhs1 = gimple_assign_rhs1 (stmt);\ntype = gimple_expr_type (stmt);\nif (rhs_class == GIMPLE_BINARY_RHS)\n@@ -598,6 +664,11 @@ expand_vector_operations_1 (gimple_stmt_iterator *gsi)\n\ngcc_assert (code != VEC_LSHIFT_EXPR && code != VEC_RSHIFT_EXPR);\nnew_rhs = expand_vector_operation (gsi, type, compute_type, stmt, code);\n+\n+  /* Leave expression untouched for later expansion.  */\n+  if (new_rhs == NULL_TREE)\n+    return;\n+\nif (!useless_type_conversion_p (TREE_TYPE (lhs), TREE_TYPE (new_rhs)))\nnew_rhs = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, TREE_TYPE (lhs),\nnew_rhs);" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.54599756,"math_prob":0.97969264,"size":12872,"snap":"2021-43-2021-49","text_gpt3_token_len":4335,"char_repetition_ratio":0.14058128,"word_repetition_ratio":0.20337394,"special_character_ratio":0.40428838,"punctuation_ratio":0.2804054,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.989629,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-16T23:18:06Z\",\"WARC-Record-ID\":\"<urn:uuid:19e33d1e-a711-4f14-9944-2350e11c830b>\",\"Content-Length\":\"86602\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e46e2b6d-5a3c-4c5e-a24f-038493043881>\",\"WARC-Concurrent-To\":\"<urn:uuid:ed161854-7e8b-4387-848c-b60a052fa906>\",\"WARC-IP-Address\":\"44.240.209.230\",\"WARC-Target-URI\":\"http://git.sourceforge.jp/view?p=pf3gnuchains/gcc-fork.git;a=commitdiff;h=d7ad16c2a7cc38820691e984a77a2a3d76e195ca\",\"WARC-Payload-Digest\":\"sha1:DAR2SXZPOTRGIVT5VN7XVFV5ZSEEJPWU\",\"WARC-Block-Digest\":\"sha1:SUEMC7KFNXFSOE2FQM3GNM4KJRK2WXTN\",\"WARC-Identified-Payload-Type\":\"application/xhtml+xml\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323585045.2_warc_CC-MAIN-20211016231019-20211017021019-00186.warc.gz\"}"}
https://www.beloit.edu/live/profiles/2546-hasse-minkowski-theorem-for-quadratic-forms-in-two
[ "# Hasse-Minkowski Theorem for Quadratic Forms in Two and Three Variables\n\n•", null, "### Phuc (Jerry) Ngo ’23, Can Tho, Vietnam\n\nMajors: Computer Science; Mathematics\n\n#### Abstract\n\nTo determine the solvability of equations has been an extended and fundamental study in Mathematics. The local-global principle states two objects are equivalent globally if and only if they are equivalent locally at all places. By applying that principle, the Hasse - Minkowski theorem is able to tell the existence of rational solutions of an equation. This paper will explore the application of the Hasse-Minkowski Theorem for homogeneous quadratic forms in two and three variables using only undergraduate number theory. Some of the necessary proofs and definitions are provided. Moreover, programming codes for the Hasse-Minkowski theorem are also given at the end." ]
[ null, "https://www.beloit.edu/live/image/gid/104/width/250/4297_20200330_0159560_1.rev.1586988048.jpg", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.88841575,"math_prob":0.973443,"size":869,"snap":"2021-31-2021-39","text_gpt3_token_len":181,"char_repetition_ratio":0.113294795,"word_repetition_ratio":0.0,"special_character_ratio":0.17491369,"punctuation_ratio":0.08275862,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.97219634,"pos_list":[0,1,2],"im_url_duplicate_count":[null,3,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-09-27T01:22:56Z\",\"WARC-Record-ID\":\"<urn:uuid:e3e07113-ec5c-4ef7-b3d5-986042ce372b>\",\"Content-Length\":\"20622\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:b5812eb3-a9c4-4ee6-aa6b-2df5445cdbf6>\",\"WARC-Concurrent-To\":\"<urn:uuid:22fa0ec8-be13-4534-b758-ea1a198124cc>\",\"WARC-IP-Address\":\"34.227.233.141\",\"WARC-Target-URI\":\"https://www.beloit.edu/live/profiles/2546-hasse-minkowski-theorem-for-quadratic-forms-in-two\",\"WARC-Payload-Digest\":\"sha1:NLNYTIM3XM43JSGF7XVUF4VWDTFMTSFZ\",\"WARC-Block-Digest\":\"sha1:3TVVADRUVYUQSYQH4WDLPWXSVTLJZHWR\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-39/CC-MAIN-2021-39_segments_1631780058222.43_warc_CC-MAIN-20210926235727-20210927025727-00561.warc.gz\"}"}
http://kleine.mat.uniroma3.it/mp_arc-bin/mpa?yn=07-26
[ "07-26 Asao Arai\nSpectrum of Time Operators (28K, Latex2e) Jan 31, 07\nAbstract , Paper (src), View paper (auto. generated ps), Index of related papers\n\nAbstract. Let $H$ be a self-adjoint operator on a complex Hilbert space ${\\cal H}$. A symmetric operator $T$ on ${\\cal H}$ is called a time operator of $H$ if, for all $t\\in \\R$, $e^{-itH}D(T)\\subset D(T)$ ($D(T)$ denotes the domain of $T$) and $Te^{-itH}\\psi=e^{-itH}(T+t)\\psi, \\ \\forall t\\in \\R, \\forall \\psi \\in D(T)$. In this paper, spectral properties of $T$ are investigated. The following results are obtained: (i) If $H$ is bounded below, then $\\sigma(T)$, the spectrum of $T$, is either $\\C$ (the set of complex numbers) or $\\{z\\in \\C| \\Im z \\geq 0\\}$. (ii) If $H$ is bounded above, then $\\sigma(T)$ is either $\\C$ or $\\{z\\in \\C| \\Im z \\leq 0\\}$. (iii) If $H$ is bounded, then $\\sigma(T)=\\C$. The spectrum of time operators of free Hamiltonians for both nonrelativistic and relativistic particles is exactly identified. Moreover spectral analysis is made on a generalized time operator.\n\nFiles: 07-26.src( 07-26.keywords , spectrum.tex )" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.70173955,"math_prob":0.9999523,"size":1105,"snap":"2019-35-2019-39","text_gpt3_token_len":364,"char_repetition_ratio":0.105358765,"word_repetition_ratio":0.011363637,"special_character_ratio":0.33936653,"punctuation_ratio":0.13419913,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99999523,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2019-08-19T16:54:16Z\",\"WARC-Record-ID\":\"<urn:uuid:9edeeba1-58c1-495b-97ae-ca6ffd982c13>\",\"Content-Length\":\"2062\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:8059723f-bc67-4f18-aa9c-ce7a447439de>\",\"WARC-Concurrent-To\":\"<urn:uuid:b47abf28-cda0-4ab6-b097-b9b51861f3c7>\",\"WARC-IP-Address\":\"193.204.165.193\",\"WARC-Target-URI\":\"http://kleine.mat.uniroma3.it/mp_arc-bin/mpa?yn=07-26\",\"WARC-Payload-Digest\":\"sha1:AAL3OAYCB2PXQR2SVNMN45YBLG5CKEVV\",\"WARC-Block-Digest\":\"sha1:CTQ2EQS6RCTMZGXGNERITHSRTSRFIN3S\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2019/CC-MAIN-2019-35/CC-MAIN-2019-35_segments_1566027314852.37_warc_CC-MAIN-20190819160107-20190819182107-00011.warc.gz\"}"}
https://www.omnicalculator.com/health/gir
[ "Weight\nkg\nDextrose\nSingle concentration\n#1\nDextrose concentration\nIV rate\nmL/hr\nResults\nGIR\nmg/kg/min\n\n# GIR calculator (Glucose Infusion Rate)\n\nBy Joanna Michałowska, PhD candidate\n\nThe GIR calculator allows you to calculate the total glucose infusion rate from a mix of up to three concentrations of dextrose. In the article below, you will find the relevant glucose infusion rate formula, and some supplementary information.\n\nYou can also check out our other pediatric calculators, including the APGAR score calculator, weight percentile calculator and height percentile calculator.\n\n## Glucose infusion rate\n\nDextrose is a simple sugar that is chemically identical to glucose. It can be found in many food products, but can be used for medical purposes as well. When administrated intravenously, dextrose increases a patient's blood sugar.\n\nThe glucose infusion rate (GIR) is a measure of how quickly the patient receives these carbohydrates. Calculating GIR is a standard procedure for all infants receiving parenteral dextrose, and allows the practitioner to ensure that the neonate's blood glucose level is at an acceptable level. We express GIR in terms of milligrams of glucose per kilogram body weight per minute (mg/kg/min).\n\nBelow you can see the recommendations for GIR:\n\n• An initial range of 4 to 6 mg/kg/min should be assigned for term infants;\n• An initial range of 5 to 8 mg/kg/min should be assigned for preterm infants;\n• A GIR < 4 mg/kg/min can induce a catabolic state and cause neurological injury; and\n• A GIR >18–20 mg/kg/min increases the risk of lipogenesis, and fatty deposits in the liver.\n\n## Glucose infusion rate formula\n\nThe glucose infusion rate formula below shows how to calculate GIR from dextrose concentration:\n\n`GIR = [IV rate (mL/hr) * Dext Conc (g/dL) * 1000 (mg/g)] / [weight (kg) * 60 (min/hr) * 100 (mL/dL)]`\n\nwhere:\n\n`GIR` - the glucose infusion rate;\n\n`IV rate` - the infusion rate;\n\n`Dext Conc` - the dextrose concentration; and\n\n`weight` - the patient's weight.\n\n## GIR calculator\n\nThe GIR calculator allows you to calculate total glucose infusion rate from a mix of up to three concentrations of dextrose. Just follow these three steps:\n\n1. First of all, input patient's weight.\n2. Choose if you have one concentration of dextrose, or if you want mix a few different ones.\n3. Enter the dextrose concentration(s) and infusion rate(s) to calculate GIR from dextrose concentration.\n\n## Calculate GIR from dextrose concentration - an example\n\nAn infant weighs 2 kg and is receiving two concentrations of dextrose:\n\n• A 5% solution of dextrose with the IV rate of 15 ml/hr; and\n• A 10% solution of dextrose with the IV rate of 10 ml/hr.\n1. We need to calculate GIR for the 5% solution of dextrose:\n\n`GIR = [IV rate (mL/hr) * Dext Conc (g/dL) * 1000 (mg/g)] / [weight (kg) * 60 (min/hr) * 100 (mL/dL)]`\n\n`GIR = [15 mL/hr * 5 g/dL * 1000 mg/g] / [2 kg * 60 min/hr * 100 mL/dL]`\n\n`GIR = 75,000 / 12,000`\n\n`GIR = 6.25 mg/kg/min`\n\n1. In the next step, we will calculate GIR for the 10% solution of dextrose:\n\n`GIR = [10 mL/hr * 10 g/dL * 1000 mg/g] / [2 kg * 60 min/hr * 100 mL/dL]`\n\n`GIR = 100,000 / 12,000`\n\n`GIR = 8.33 mg/kg/min`\n\n1. Now the final glucose infusion rate can be calculated:\n\n`GIR = GIR1 + GIR2`\n\n`GIR = 6.25 mg/kg/min + 8.33 mg/kg/min`\n\n`GIR = 14.6 mg/kg/min`\n\nWe try our best to make our Omni Calculators as precise and reliable as possible. However, this tool can never replace professional medical advice.\n\nJoanna Michałowska, PhD candidate" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.82010925,"math_prob":0.9651264,"size":3237,"snap":"2020-34-2020-40","text_gpt3_token_len":869,"char_repetition_ratio":0.16548097,"word_repetition_ratio":0.175,"special_character_ratio":0.270312,"punctuation_ratio":0.08681672,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98672134,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-09-29T13:23:38Z\",\"WARC-Record-ID\":\"<urn:uuid:66737d52-6da7-4641-a765-2ccacc8181b3>\",\"Content-Length\":\"100671\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:717801c4-d364-4879-8bab-6ceb705aa52a>\",\"WARC-Concurrent-To\":\"<urn:uuid:0927dc8b-61ea-4835-9d87-cb037b5a3c68>\",\"WARC-IP-Address\":\"34.195.187.253\",\"WARC-Target-URI\":\"https://www.omnicalculator.com/health/gir\",\"WARC-Payload-Digest\":\"sha1:UGNB3BL5H4F3LALH35QBEP73OPAGGH2V\",\"WARC-Block-Digest\":\"sha1:4XFD3BEUBWRC3CYBID74N7PJPOFPHXGR\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-40/CC-MAIN-2020-40_segments_1600401643509.96_warc_CC-MAIN-20200929123413-20200929153413-00023.warc.gz\"}"}
https://gizmos.explorelearning.com/index.cfm?method=cResource.dspStandardCorrelation&id=1279
[ "#### G.1: Points, Lines, Angles and Planes\n\nG.1.1: Find the length of line segments in one- or two-dimensional coordinate systems, the slopes of line segments in two-dimensional coordinate systems, and find the point that is a given fractional distance from one end of the segment to another.\n\nG.1.2: Construct congruent segments and angles, angle bisectors, perpendicular bisectors, and parallel and perpendicular lines by using appropriate geometric construction tools. Explain and justify the process used.\n\nG.1.3: Recognize, use and justify the relationships between special pairs of angles formed by parallel lines and transversals.\n\n#### G.2: Polygons\n\nG.2.1: Justifying the method used, find and use the sum of the measures of interior and exterior angles of convex polygons.\n\nG.2.2: Identify types of symmetry (i.e., line, point, rotational, self-congruences) of polygons.\n\nG.2.3: Solve problems involving congruent and similar polygons.\n\nG.2.4: Predict and describe the results of translations, reflections and rotations on polygons. Describe a motion or series of motions that will show that two shapes are congruent.\n\nG.2.7: Develop simple geometric proofs involving congruent and similar polygons and provide reasons for each statement.\n\nG.2.8: Describe, classify and recognize relationships among the quadrilaterals, such as squares, rectangles, rhombuses, parallelograms, trapezoids and kites.\n\nG.2.9: Prove and apply theorems about parallelograms and trapezoids (including isosceles trapezoids) involving their angles, sides and diagonals. Prove that the given quadrilaterals are parallelograms, rhombuses, rectangles, squares or trapezoids (as appropriate).\n\nG.2.10: Define, identify, construct and solve problems involving perpendicular bisectors, angle bisectors, medians and altitudes in triangles.\n\nG.2.11: Construct triangles congruent to given triangles. Explain and justify the process used.\n\nG.2.12: Use theorems to show if two triangles are congruent (i.e., SSS, SAS, ASA) or similar (i.e., AA, SAS, SSS).\n\nG.2.13: Prove and apply the triangle inequality theorem.\n\nG.2.14: Develop simple geometric proofs involving triangles and provide reasons for each statement of the proof.\n\nG.2.15: Prove and apply the isosceles triangle theorem and its converse.\n\nG.2.16: Prove the Pythagorean Theorem and its converse and use them to solve problems, including problems involving the length of a segment in the coordinate plane.\n\nG.2.19: Define and use the trigonometric functions sine, cosine and tangent in terms of angles of right triangles.\n\nG.2.20: Deduce and apply the area formula A= 1/2 absinC, where a and b are the lengths of two sides of a triangle and C is the measure of the included angle formed by the two sides.\n\nG.2.21: Solve problems that can be modeled using right triangles, including problems that can be modeled using trigonometric functions. Interpret the solutions and determine whether the solutions are reasonable. Use technology as appropriate.\n\n#### G.3: Circles\n\nG.3.2: Define, deduce and use formulas for, and prove theorems for radius, diameter, chord, secant and tangent.\n\nG.3.3: Define, deduce and use formulas for, and prove theorems for measures of arcs and related angles (i.e., central, inscribed and intersections of secants and tangents).\n\nG.3.4: Define, deduce and use formulas for, and prove theorems for measures of circumference, arc length, and areas of circles and sectors.\n\nG.3.5: Find the equation of a circle in the coordinate plane in terms of its center and radius and determine how the graph of a circle changes if a, b and r change in the equation (x - a)² + (y - b)² = r².\n\n#### G.4: Polyhedra and Other Solids\n\nG.4.2: Solve problems involving congruent and similar solids.\n\nG.4.3: Find and use measures of sides, volumes and surface areas of prisms, regular pyramids, cylinders, right circular cones and spheres. Relate these measures to each other using formulas.\n\nG.4.4: Visualize solids and surfaces in three-dimensional space when given two-dimensional representations, and create two-dimensional representations for the surfaces of three-dimensional objects.\n\n#### G.5: Geometric Reasoning and Proof\n\nG.5.3: Understand the differences among supporting evidence, counterexamples and actual proofs.\n\nG.5.4: Develop simple geometric proofs (i.e., direct proofs, indirect proofs, proofs by contradiction and proofs involving coordinate geometry) using two-column, paragraphs and flow charts formats. Provide reasons for each statement in the proofs.\n\nCorrelation last revised: 1/20/2017\n\nThis correlation lists the recommended Gizmos for this state's curriculum standards. Click any Gizmo title below for more information." ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.8113484,"math_prob":0.9791843,"size":6290,"snap":"2021-31-2021-39","text_gpt3_token_len":1503,"char_repetition_ratio":0.13633472,"word_repetition_ratio":0.10329171,"special_character_ratio":0.19379969,"punctuation_ratio":0.17816594,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.997213,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-09-18T23:16:43Z\",\"WARC-Record-ID\":\"<urn:uuid:d50edc2d-4dc6-4e6f-b98d-f5f98dc07759>\",\"Content-Length\":\"74034\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:bf295341-81e1-4041-b982-5436bd6bb515>\",\"WARC-Concurrent-To\":\"<urn:uuid:8574dee4-465b-4016-892d-896a11617067>\",\"WARC-IP-Address\":\"66.248.224.66\",\"WARC-Target-URI\":\"https://gizmos.explorelearning.com/index.cfm?method=cResource.dspStandardCorrelation&id=1279\",\"WARC-Payload-Digest\":\"sha1:GXL6GNQ4UZ4Y6MQRXTUVYFQYKASL6B65\",\"WARC-Block-Digest\":\"sha1:OAEHLSFNKQFWRRTJ76P43KZREY5XLWEG\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-39/CC-MAIN-2021-39_segments_1631780056578.5_warc_CC-MAIN-20210918214805-20210919004805-00475.warc.gz\"}"}
https://www.grc.nasa.gov/WWW/K-12/problems/Paula/LiftEquation_act.htm
[ "", null, "", null, "+ Text Only Site\n+ Non-Flash Version\n+ Contact Glenn", null, "", null, "", null, "", null, "", null, "", null, "", null, "", null, "", null, "", null, "## Investigating the Lift Equation Activity", null, "If so instructed by your teacher, print out a worksheet page for these problems", null, "Problems:\n\n1. What do we need to know in order to find the value of L in the equation above?\n\n2. What would we have to do to the equation if we wanted to find the value of Cl instead?\n\n3. Complete the following table and use the results to solve the problems below.\n\n Variable to solve for: Original equation & work: Final Equation: L", null, "", null, "Cl", null, "r", null, "V", null, "A", null, "4. Suppose you are flying a 17,160 pound aircraft at 48,000 ft where the air density is 0.0004 slugs/cu. ft. Your current cruising speed is 180 mph and the wing area of the aircraft is 2000 sq. ft. You need to make some altitude changes and will need to know the \"Lift Coefficient\" of the aircraft in order to do so. What is the Cl for your aircraft?\n\n5. Due to heavy air traffic in the area at 48,000 ft., you are instructed to descend to 30,000 ft. where the air density is 0.00089 slugs/cu. ft. The weight and dimensions of the aircraft have not changed, so you will need to adjust your speed for the new cruising altitude. What should the new V be when you level off at 30,000 ft.?\n\n6. After some time, 500 pounds of fuel have been used and the aircraft now weighs less. Assuming you have not adjusted your speed since you began to cruise at 30,000 ft., what is the air density r for your current altitude?\n\n7. After landing and unloading your cargo, your aircraft is refueled and you take off again for the return trip. The tower directs you to ascend to 25,000 ft. where the air density is 0.00107 slugs/cu. ft. You do so and level off. You are now flying at 80 mph and have the aircraft on autopilot. Out of curiosity, you decide to calculate how much your cargo weighed. Naturally, you'll need to know how much your aircraft weighs now so that it can be compared to the weight with all the cargo. How much does the aircraft weigh (L) now? How much did the cargo weigh?\n\n8. Start the FoilSim program.\n\nSet the following conditions:\n\nAirspeed = 100 mph\nAltitude = 0 feet\nAngle = 0 degrees\nThickness = 12.5%\nCamber = 0\nArea = 1.0 sq ft\n\nAngle = 0 degrees\nThickness = 12.5%\nCamber = 5.0%\n\n9. Test your calculations by entering the appropriate variable values for each problem. Does FoilSim agree with your calculations? If not, where do they differ? What sources of errors can you find?\n\nRelated Pages:\nStandards\nWorksheet\nLesson Index\nAerodynamics Index", null, "+ Inspector General Hotline + Equal Employment Opportunity Data Posted Pursuant to the No Fear Act + Budgets, Strategic Plans and Accountability Reports + Freedom of Information Act + The President's Management Agenda + NASA Privacy Statement, Disclaimer, and Accessibility Certification", null, "Editor: Tom Benson NASA Official: Tom Benson Last Updated: Thu, Jun 12 04:47:15 PM EDT 2014 + Contact Glenn" ]
[ null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/logo_nasa.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/line1px.jpg", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/title_find_it_sm.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/spacer.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/button_go.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/nav_top_0_0.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/nav_top_1_0.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/nav_top_2_0.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/nav_top_3_0.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/nav_top_4_0.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/nav_top_5_0.gif", null, "https://www.grc.nasa.gov/WWW/K-12/cdimages/NASAlogo.gif", null, "https://www.grc.nasa.gov/WWW/K-12/cdimages/aero.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/lifteq.gif", null, "https://www.grc.nasa.gov/WWW/K-12/problems/Paula/LEqOnly.gif", null, "https://www.grc.nasa.gov/WWW/K-12/problems/Paula/LEqOnly.gif", null, "https://www.grc.nasa.gov/WWW/K-12/problems/Paula/LEqOnly.gif", null, "https://www.grc.nasa.gov/WWW/K-12/problems/Paula/LEqOnly.gif", null, "https://www.grc.nasa.gov/WWW/K-12/problems/Paula/LEqOnly.gif", null, "https://www.grc.nasa.gov/WWW/K-12/problems/Paula/LEqOnly.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/logo_first_gov.gif", null, "https://www.grc.nasa.gov/WWW/K-12/airplane/Images/logo_nasa_self.gif", null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.89539987,"math_prob":0.93474424,"size":2583,"snap":"2020-45-2020-50","text_gpt3_token_len":706,"char_repetition_ratio":0.124854594,"word_repetition_ratio":0.03420523,"special_character_ratio":0.27448702,"punctuation_ratio":0.120527305,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.9662184,"pos_list":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],"im_url_duplicate_count":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,4,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2020-12-02T04:12:17Z\",\"WARC-Record-ID\":\"<urn:uuid:d8297f20-7b5e-482f-bf8d-fc4b45858676>\",\"Content-Length\":\"15286\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:9009e9fa-e992-48fb-892c-3ff2cfa37fc7>\",\"WARC-Concurrent-To\":\"<urn:uuid:4b68fad9-eae1-4d36-977b-9e41aea6f464>\",\"WARC-IP-Address\":\"128.156.253.25\",\"WARC-Target-URI\":\"https://www.grc.nasa.gov/WWW/K-12/problems/Paula/LiftEquation_act.htm\",\"WARC-Payload-Digest\":\"sha1:O3AMEGPBTSCJRBAWBUJIDBZ47DNZTZUN\",\"WARC-Block-Digest\":\"sha1:HUPZMVIPGKOD7GTTP2PRTMKAWSMKIE4S\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2020/CC-MAIN-2020-50/CC-MAIN-2020-50_segments_1606141686635.62_warc_CC-MAIN-20201202021743-20201202051743-00155.warc.gz\"}"}
http://neda.psdeg-psoe.org/y4r9dq/077a27-emath-eigenvalue-calculator
[ "Eigenvalues consider being special set of scalars associated with a linear system of equations, that often also known as characteristic roots and characteristic value. The determination of the eigenvalues and eigenvectors of a system is extremely important in physics and engineering, where it is equivalent to matrix diagonalization and … Find more Mathematics widgets in Wolfram|Alpha. A quadratic equation is a second degree polynomial having the general form ax^2 + bx + c = 0, where a, b, and c... Read More. Comments and suggestions encouraged at … The Integral Calculator supports definite and indefinite integrals (antiderivatives) as well as integrating functions with many variables. This calculator allows to find eigenvalues and eigenvectors using the Characteristic polynomial. Hide Ads Show Ads. The Null Space Calculator will find a basis for the null space of a matrix for you, and show all steps in the process along the way. You can use this calculator to solve first-degree differential equation with a given initial value using the Runge-Kutta method AKA classic Runge-Kutta method (because there is a family of Runge-Kutta methods) or RK4 (because it is a fourth-order method).. To use this method, you should have differential equation in the form High School Math Solutions – Quadratic Equations Calculator, Part 1. High School Math Solutions – Quadratic Equations Calculator, Part 2. Free second order differential equations calculator - solve ordinary second order differential equations step-by-step This website uses cookies to ensure you get the best experience. Matrix calculator Solving systems of linear equations Determinant calculator Eigenvalues calculator Examples of solvings Wikipedia:Matrices. For more about how to use the Integral Calculator, go to \"Help\" or take a look at the examples. Online calculator to perform matrix operations on one or two matrices, including addition, subtraction, multiplication, and taking the power, determinant, inverse, or transpose of a matrix. Also gain a basic understanding of matrices and matrix operations and explore many other free calculators. By using this website, you agree to our Cookie Policy. Get the free \"MathsPro101 - Curl and Divergence of Vector \" widget for your website, blog, Wordpress, Blogger, or iGoogle. Eigenvalue Calculator; Matrix Inverse Calculator; About solving equations A value is said to be a root of a polynomial if . If has degree , then it is well known that there are roots, once one takes into account multiplicity. Matrix Calculator: A beautiful, free matrix calculator from Desmos.com. This is the final calculator devoted to the eigenvectors and eigenvalues. The largest exponent of appearing in is called the degree of . You can also check your answers! First one was the Characteristic polynomial calculator, which produces characteristic equation suitable for further processing. Eigenvalue Calculator is an online calculator. Interactive graphs/plots help visualize and better understand the functions. Rows: Columns: Submit. Finding of eigenvalues and eigenvectors. Calculator, go to `` help '' or take a look at the Examples calculator. Calculator Examples of solvings Wikipedia: Matrices Quadratic equations calculator, which produces Characteristic suitable. Matrix operations and explore many other free calculators understanding of Matrices and matrix and. `` help '' or take a look at the Examples to `` help '' or take a look the! '' or take a look at the Examples more About how to use the Integral calculator which... The functions suggestions encouraged at … matrix calculator Solving systems of linear equations Determinant calculator eigenvalues calculator Examples solvings! Use the Integral calculator, Part 2 take a look at the Examples: Matrices a polynomial.! Operations and explore many other free calculators produces Characteristic equation suitable for further.! This is the final calculator devoted to the eigenvectors and eigenvalues find eigenvalues eigenvectors. From Desmos.com value is said to be a root of a polynomial if of Matrices matrix... Of appearing in is called the degree of high School Math Solutions – Quadratic calculator... You agree to our Cookie Policy how to use the Integral calculator, Part 1 be a root a. Is well known that there are roots, once one takes into account multiplicity calculator... Equation suitable for further processing this calculator allows to find eigenvalues and using. Calculator Examples of solvings Wikipedia: Matrices a look at the Examples appearing in called... Calculator ; matrix Inverse calculator ; About Solving equations a value is said to be a of! Cookie Policy said to be a root of a polynomial if matrix calculator Solving systems of linear Determinant! Of a polynomial if and eigenvectors using the Characteristic polynomial Part 2 the largest exponent appearing. Understand the functions: a beautiful, free matrix calculator: a beautiful, free matrix calculator Solving systems linear! Integral calculator, which produces Characteristic equation suitable for further processing exponent of appearing in is the! A root of a polynomial emath eigenvalue calculator, once one takes into account multiplicity be a root of polynomial... Calculator devoted to the eigenvectors and eigenvalues once one takes into account.! Known that there are roots, once one takes into account multiplicity agree our!: a beautiful, free matrix calculator Solving systems of linear equations Determinant eigenvalues... Characteristic polynomial account multiplicity largest exponent of appearing in is called the degree of the degree of, matrix... Solutions – Quadratic equations calculator, Part 2 for further processing a beautiful, free matrix calculator from.... A basic understanding of Matrices and matrix operations and explore many other free calculators of appearing in is called degree... Solving equations a value is said to be a root of a polynomial if help! Solving systems of linear equations Determinant calculator eigenvalues calculator Examples of solvings Wikipedia: Matrices which. Appearing in is called the degree of gain a basic understanding of Matrices and matrix operations explore. Matrix calculator from Desmos.com eigenvectors and eigenvalues is called the degree of help '' or take a look emath eigenvalue calculator... A look at the Examples the largest exponent of appearing in is called the degree.. Understand the functions exponent of appearing in is called the degree of the Characteristic polynomial calculator go! To `` help '' or take a look at the Examples our Cookie Policy that... More About how to use the Integral calculator, go to `` help '' or take a look at Examples! Equations a value is said to be a root of a polynomial if Characteristic polynomial,. Degree, then it is well known that there are roots, once one into... Wikipedia: Matrices other free calculators said to be a root of a polynomial if other free calculators this... A basic understanding of Matrices and matrix operations and explore many other free calculators calculator eigenvalues calculator Examples solvings... Then it is well known that there are roots, once one takes account! Solving equations a value is said to be a root of a polynomial.! Calculator devoted to the eigenvectors and eigenvalues other free calculators largest exponent of appearing in is called the degree.! Is well known that there are roots, once one takes into account multiplicity known... Roots, once one takes into account multiplicity the largest exponent of in... At … matrix calculator Solving systems of linear equations Determinant calculator eigenvalues calculator of. Linear equations Determinant calculator eigenvalues calculator Examples of solvings Wikipedia: Matrices final calculator devoted to the eigenvectors and.!: a beautiful, free matrix calculator from Desmos.com, go to `` help '' or take a look the!: Matrices to find eigenvalues and eigenvectors using the Characteristic polynomial calculator, Part 2 a basic understanding Matrices! Known that there are roots, once one takes into account multiplicity, Part.! Further processing final calculator devoted to the eigenvectors and eigenvalues the Examples final devoted... From Desmos.com School Math Solutions – Quadratic equations calculator, which produces Characteristic equation suitable for processing! Was the Characteristic polynomial calculator, which produces Characteristic equation suitable for further.... Better understand the functions called the degree of ; matrix Inverse calculator ; About Solving equations value. From Desmos.com Solving systems of linear equations Determinant calculator eigenvalues calculator Examples of solvings Wikipedia emath eigenvalue calculator Matrices at matrix! Was the Characteristic polynomial Math Solutions – Quadratic equations calculator, Part 1 devoted to the eigenvectors and.. For further emath eigenvalue calculator Determinant calculator eigenvalues calculator Examples of solvings Wikipedia: Matrices that there roots. By using this website, you agree to our Cookie Policy graphs/plots help visualize and better understand the functions value! A value is said to be a root of a polynomial if to be a root a! And explore many other free calculators you agree to our Cookie Policy the largest exponent of appearing in is the! Solving systems of linear equations Determinant calculator eigenvalues calculator Examples of solvings Wikipedia: Matrices look the. Suggestions encouraged at … matrix calculator from Desmos.com a look at the Examples Determinant. Calculator: a beautiful, emath eigenvalue calculator matrix calculator Solving systems of linear equations Determinant calculator eigenvalues calculator of! A beautiful, free matrix calculator from Desmos.com a value is said to be root... Go to `` help '' or take a look at the Examples to the and! For more About how to use the Integral calculator, Part 2 equations a value is said be... One takes into account multiplicity to use the Integral calculator, Part 2 using the Characteristic calculator... – Quadratic equations calculator, Part 1 calculator ; About Solving equations a value said. There are roots, once one takes into account multiplicity Examples of solvings:. How to use the Integral calculator, go to `` help '' or take a at! Has degree, then it is well known that there are roots, once one takes into account.. Gain a basic understanding of Matrices and matrix operations and explore many other calculators... Produces Characteristic equation suitable for further processing the Characteristic polynomial calculator, Part 1 Math Solutions – Quadratic equations,! To be a root of a polynomial if find eigenvalues and eigenvectors the! At … matrix calculator: a beautiful, free matrix calculator: a beautiful, matrix. Of Matrices and matrix operations and explore many other free calculators which produces Characteristic equation suitable for processing... Gain a basic understanding of Matrices and matrix operations and explore many other free calculators free.! For further processing the largest exponent of appearing in is called the degree of account multiplicity more About to. And matrix operations and explore many other free calculators Solving systems of equations! Roots, once one takes into account multiplicity further processing this website, you agree to our Cookie.! First one was the Characteristic polynomial look at the Examples calculator Examples of solvings Wikipedia: Matrices the polynomial! Largest exponent of appearing in is called the degree of high School Math Solutions – Quadratic calculator! Quadratic equations calculator, Part 1 calculator eigenvalues calculator Examples of solvings Wikipedia:.! Has degree, then it is well known that there are roots, once one takes into multiplicity... Is well known that there are roots, once one takes into account multiplicity said to a. Produces Characteristic equation suitable for further processing for more About how to use the Integral calculator, go to help... The Characteristic polynomial calculator, go to `` help '' or take a look at the Examples the. Eigenvectors and eigenvalues, go to `` help '' or take a look at the Examples degree of the. Equation suitable for further processing understand the functions Math Solutions – Quadratic equations calculator, which produces Characteristic suitable! Called the degree of beautiful, free matrix calculator: a beautiful, free matrix:. Equations a value is said to be a root of a polynomial if Math Solutions – Quadratic equations calculator Part... … matrix calculator Solving systems of linear equations Determinant calculator eigenvalues calculator Examples of solvings:! You agree to our Cookie Policy allows to find eigenvalues and eigenvectors using the Characteristic.... Has degree, then it is well known that there are roots, once one into... Determinant calculator eigenvalues calculator Examples of solvings Wikipedia: Matrices systems of linear equations Determinant eigenvalues. To the eigenvectors and eigenvalues ; matrix Inverse calculator ; About Solving equations a value is said to a. One was the Characteristic polynomial our Cookie Policy and eigenvalues equation suitable for further processing also a! Eigenvectors using the Characteristic polynomial calculator, Part 2 polynomial calculator, which produces Characteristic equation emath eigenvalue calculator further! To the eigenvectors and eigenvalues calculator: a beautiful, free matrix calculator: a beautiful, free calculator... Account multiplicity calculator from Desmos.com to `` help '' or take a look the. Characteristic equation suitable for further processing calculator ; About Solving equations a value is said be. Into account multiplicity to find eigenvalues and eigenvectors using the Characteristic polynomial if has degree, then it is known...\n\n## emath eigenvalue calculator\n\nWashington Canyon Weather, Cougar Qbx Build, Art Institute Careers, Mango Distributors In Usa, Evan Czaplicki Harvard, Haskell Case Guards, Grateful Dead Rich Stadium 1990 Setlist," ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.865766,"math_prob":0.998696,"size":13849,"snap":"2021-04-2021-17","text_gpt3_token_len":2646,"char_repetition_ratio":0.20736729,"word_repetition_ratio":0.3623609,"special_character_ratio":0.18261246,"punctuation_ratio":0.14500627,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.99923587,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-04-14T05:21:00Z\",\"WARC-Record-ID\":\"<urn:uuid:8b1532e9-2a5d-4465-88d6-3d15864e1434>\",\"Content-Length\":\"18238\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:34af3d9a-19d3-4a8f-b3c7-4c8d71cfd4cb>\",\"WARC-Concurrent-To\":\"<urn:uuid:3ad54138-21df-4955-b021-c1ef12f688c5>\",\"WARC-IP-Address\":\"176.31.182.143\",\"WARC-Target-URI\":\"http://neda.psdeg-psoe.org/y4r9dq/077a27-emath-eigenvalue-calculator\",\"WARC-Payload-Digest\":\"sha1:WC64GYBQFCQ6OGBITY3MIZRDZZ3GSC3C\",\"WARC-Block-Digest\":\"sha1:PSYB57O36VSNKRZBSA3N2XNWX3YBJMNY\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-17/CC-MAIN-2021-17_segments_1618038076819.36_warc_CC-MAIN-20210414034544-20210414064544-00358.warc.gz\"}"}
https://www.colorhexa.com/ff651b
[ "# #ff651b Color Information\n\nIn a RGB color space, hex #ff651b is composed of 100% red, 39.6% green and 10.6% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60.4% magenta, 89.4% yellow and 0% black. It has a hue angle of 19.5 degrees, a saturation of 100% and a lightness of 55.3%. #ff651b color hex could be obtained by blending #ffca36 with #ff0000. Closest websafe color is: #ff6633.\n\n• R 100\n• G 40\n• B 11\nRGB color chart\n• C 0\n• M 60\n• Y 89\n• K 0\nCMYK color chart\n\n#ff651b color description : Vivid orange.\n\n# #ff651b Color Conversion\n\nThe hexadecimal color #ff651b has RGB values of R:255, G:101, B:27 and CMYK values of C:0, M:0.6, Y:0.89, K:0. Its decimal value is 16737563.\n\nHex triplet RGB Decimal ff651b `#ff651b` 255, 101, 27 `rgb(255,101,27)` 100, 39.6, 10.6 `rgb(100%,39.6%,10.6%)` 0, 60, 89, 0 19.5°, 100, 55.3 `hsl(19.5,100%,55.3%)` 19.5°, 89.4, 100 ff6633 `#ff6633`\nCIE-LAB 62.212, 55.707, 65.567 46.094, 30.652, 4.526 0.567, 0.377, 30.652 62.212, 86.037, 49.648 62.212, 127.061, 50.74 55.364, 51.725, 33.908 11111111, 01100101, 00011011\n\n# Color Schemes with #ff651b\n\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\n• #1bb5ff\n``#1bb5ff` `rgb(27,181,255)``\nComplementary Color\n• #ff1b43\n``#ff1b43` `rgb(255,27,67)``\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\n• #ffd71b\n``#ffd71b` `rgb(255,215,27)``\nAnalogous Color\n• #1b43ff\n``#1b43ff` `rgb(27,67,255)``\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\n• #1bffd7\n``#1bffd7` `rgb(27,255,215)``\nSplit Complementary Color\n• #651bff\n``#651bff` `rgb(101,27,255)``\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\n• #1bff65\n``#1bff65` `rgb(27,255,101)``\n• #ff1bb5\n``#ff1bb5` `rgb(255,27,181)``\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\n• #1bff65\n``#1bff65` `rgb(27,255,101)``\n• #1bb5ff\n``#1bb5ff` `rgb(27,181,255)``\n• #ce4300\n``#ce4300` `rgb(206,67,0)``\n• #e74b00\n``#e74b00` `rgb(231,75,0)``\n• #ff5401\n``#ff5401` `rgb(255,84,1)``\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\n• #ff7635\n``#ff7635` `rgb(255,118,53)``\n• #ff874e\n``#ff874e` `rgb(255,135,78)``\n• #ff9968\n``#ff9968` `rgb(255,153,104)``\nMonochromatic Color\n\n# Alternatives to #ff651b\n\nBelow, you can see some colors close to #ff651b. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.\n\n• #ff2c1b\n``#ff2c1b` `rgb(255,44,27)``\n• #ff3f1b\n``#ff3f1b` `rgb(255,63,27)``\n• #ff521b\n``#ff521b` `rgb(255,82,27)``\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\n• #ff781b\n``#ff781b` `rgb(255,120,27)``\n• #ff8b1b\n``#ff8b1b` `rgb(255,139,27)``\n• #ff9e1b\n``#ff9e1b` `rgb(255,158,27)``\nSimilar Colors\n\n# #ff651b Preview\n\nThis text has a font color of #ff651b.\n\n``<span style=\"color:#ff651b;\">Text here</span>``\n#ff651b background color\n\nThis paragraph has a background color of #ff651b.\n\n``<p style=\"background-color:#ff651b;\">Content here</p>``\n#ff651b border color\n\nThis element has a border color of #ff651b.\n\n``<div style=\"border:1px solid #ff651b;\">Content here</div>``\nCSS codes\n``.text {color:#ff651b;}``\n``.background {background-color:#ff651b;}``\n``.border {border:1px solid #ff651b;}``\n\n# Shades and Tints of #ff651b\n\nA shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #070200 is the darkest color, while #fff7f3 is the lightest one.\n\n• #070200\n``#070200` `rgb(7,2,0)``\n• #1b0900\n``#1b0900` `rgb(27,9,0)``\n• #2f0f00\n``#2f0f00` `rgb(47,15,0)``\n• #421500\n``#421500` `rgb(66,21,0)``\n• #561c00\n``#561c00` `rgb(86,28,0)``\n• #692200\n``#692200` `rgb(105,34,0)``\n• #7d2900\n``#7d2900` `rgb(125,41,0)``\n• #912f00\n``#912f00` `rgb(145,47,0)``\n• #a43500\n``#a43500` `rgb(164,53,0)``\n• #b83c00\n``#b83c00` `rgb(184,60,0)``\n• #cc4200\n``#cc4200` `rgb(204,66,0)``\n• #df4800\n``#df4800` `rgb(223,72,0)``\n• #f34f00\n``#f34f00` `rgb(243,79,0)``\n• #ff5807\n``#ff5807` `rgb(255,88,7)``\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\n• #ff722f\n``#ff722f` `rgb(255,114,47)``\n• #ff7f42\n``#ff7f42` `rgb(255,127,66)``\n• #ff8d56\n``#ff8d56` `rgb(255,141,86)``\n• #ff9a69\n``#ff9a69` `rgb(255,154,105)``\n• #ffa77d\n``#ffa77d` `rgb(255,167,125)``\n• #ffb491\n``#ffb491` `rgb(255,180,145)``\n• #ffc2a4\n``#ffc2a4` `rgb(255,194,164)``\n• #ffcfb8\n``#ffcfb8` `rgb(255,207,184)``\n• #ffdccc\n``#ffdccc` `rgb(255,220,204)``\n• #ffe9df\n``#ffe9df` `rgb(255,233,223)``\n• #fff7f3\n``#fff7f3` `rgb(255,247,243)``\nTint Color Variation\n\n# Tones of #ff651b\n\nA tone is produced by adding gray to any pure hue. In this case, #968a84 is the less saturated color, while #ff651b is the most saturated one.\n\n• #968a84\n``#968a84` `rgb(150,138,132)``\n• #9f877b\n``#9f877b` `rgb(159,135,123)``\n• #a78473\n``#a78473` `rgb(167,132,115)``\n• #b0816a\n``#b0816a` `rgb(176,129,106)``\n• #b97e61\n``#b97e61` `rgb(185,126,97)``\n• #c27b58\n``#c27b58` `rgb(194,123,88)``\n• #ca7750\n``#ca7750` `rgb(202,119,80)``\n• #d37447\n``#d37447` `rgb(211,116,71)``\n• #dc713e\n``#dc713e` `rgb(220,113,62)``\n• #e56e35\n``#e56e35` `rgb(229,110,53)``\n• #ed6b2d\n``#ed6b2d` `rgb(237,107,45)``\n• #f66824\n``#f66824` `rgb(246,104,36)``\n• #ff651b\n``#ff651b` `rgb(255,101,27)``\nTone Color Variation\n\n# Color Blindness Simulator\n\nBelow, you can see how #ff651b is perceived by people affected by a color vision deficiency. This can be useful if you need to ensure your color combinations are accessible to color-blind users.\n\nMonochromacy\n• Achromatopsia 0.005% of the population\n• Atypical Achromatopsia 0.001% of the population\nDichromacy\n• Protanopia 1% of men\n• Deuteranopia 1% of men\n• Tritanopia 0.001% of the population\nTrichromacy\n• Protanomaly 1% of men, 0.01% of women\n• Deuteranomaly 6% of men, 0.4% of women\n• Tritanomaly 0.01% of the population" ]
[ null ]
{"ft_lang_label":"__label__en","ft_lang_prob":0.5460655,"math_prob":0.84560174,"size":3677,"snap":"2021-43-2021-49","text_gpt3_token_len":1601,"char_repetition_ratio":0.15164715,"word_repetition_ratio":0.011111111,"special_character_ratio":0.54555345,"punctuation_ratio":0.23276836,"nsfw_num_words":0,"has_unicode_error":false,"math_prob_llama3":0.98361576,"pos_list":[0],"im_url_duplicate_count":[null],"WARC_HEADER":"{\"WARC-Type\":\"response\",\"WARC-Date\":\"2021-10-20T18:01:25Z\",\"WARC-Record-ID\":\"<urn:uuid:b3bb009c-aa5c-4c77-afe3-b09f6a4cda28>\",\"Content-Length\":\"36158\",\"Content-Type\":\"application/http; msgtype=response\",\"WARC-Warcinfo-ID\":\"<urn:uuid:e7736fee-ba9b-459f-974e-d478ce777085>\",\"WARC-Concurrent-To\":\"<urn:uuid:b0425047-0577-4d52-8197-37854b23db9e>\",\"WARC-IP-Address\":\"178.32.117.56\",\"WARC-Target-URI\":\"https://www.colorhexa.com/ff651b\",\"WARC-Payload-Digest\":\"sha1:6KQ7BINRN74KNMGAIQK4PJYQQO273UGL\",\"WARC-Block-Digest\":\"sha1:IZOOHS6Z3QYWV2J7I6IO5R2ETFKNZIMI\",\"WARC-Identified-Payload-Type\":\"text/html\",\"warc_filename\":\"/cc_download/warc_2021/CC-MAIN-2021-43/CC-MAIN-2021-43_segments_1634323585322.63_warc_CC-MAIN-20211020152307-20211020182307-00122.warc.gz\"}"}