Numerical integration

Wielkość: px
Rozpocząć pokaz od strony:

Download "Numerical integration"

Transkrypt

1 Numericl integrtion Recll tht Lgrnge interpoltion of f b f (x) = n f (x i )L n,i (x) i=0 }{{} Lgrnge polnomil P n (x) + f (n+1) (ξ(x)) (n + 1)! n (x x i ) i=0 So we cn tke integrl on both sides: f (x) dx = = n f (x i ) L n,i (x) dx + i=0 n i f (x i ) + E(f ) f (n+1) (ξ(x)) (n + 1)! n (x x i ) dx i=0 i=0 where for i = 0,..., n, i = L n,i (x) dx nd E(f ) = 1 (n + 1)! f (n+1) (ξ(x)) (n + 1)! n (x x i ) dx i=0 Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 150

2 Trpezoidl rule Suppose we know f t x 0 = nd x 1 = b, then P 1 (x) = (x x 1) (x 0 x 1 ) f (x 0) + (x x 0) (x 1 x 0 ) f (x 1) Then tking integrl of f ields f (x) dx = x1 x [ (x x1 ) (x 0 x 1 ) f (x 0) + (x x ] 0) (x 1 x 0 ) f (x 1) dx x1 x 0 f (ξ(x)) (x x 0 ) (x x 1 ) dx Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 151

3 Trpezoidl rule Integrl of the first term on the right is strightforwrd. Note tht the second term on the right is x1 x 0 = f (ξ) = f (ξ) f (ξ(x)) (x x 0 ) (x x 1 ) dx x1 [ x 0 x 3 = h3 6 f (ξ) (x x 0 ) (x x 1 ) dx 3 (x 1 + x 0 ) where ξ (x 0, x 1 ) b MVT for integrls nd x + x 0 x 1 x ] x1 x 0 Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 15

4 Trpezoidl rule Therefore, we obtin [ b (x x 1 ) f (x)dx = (x 0 x 1 ) f (x 0) + (x x 0) (x 1 x 0 ) f (x 1) = (x 1 x 0 ) Trpezoidl rule: [ f (x0 ) + f (x 1 ) ] h3 1 f (ξ) ] x1 x 0 h3 1 f (ξ) f (x) dx = h [ f (x0 ) + f (x 1 ) ] h3 1 f (ξ) Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 153

5 Trpezoidl rule 0 1 his is clled the Trpezoidl rule becuse when f is function with positive vlues b f(x) dx is pproximted b the re in trpezoid, s shown in Figure 4.3. Illustrtion of Trpezoidl rule: f (x) P 1 (x) 1 x 0 x 1 b x ed. M not be copied, scnned, or duplicted, in whole or in prt. Due to electronic rights, some third prt content m be suppressed from the ebook nd/or echpter(s). oes not mterill ffect the overll lerning experience. Cengge Lerning reserves the right to remove dditionl content t n time if subsequent rights restrictions require Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 154

6 Simpson s rule If we hve vlues of f t x 0 =, x 1 = +b, nd x = b. Then f (x) dx = x x 0 [ (x x1 ) (x x ) (x 0 x 1 ) (x 0 x ) f (x 0) + (x x 0) (x x ) (x 1 x 0 ) (x 1 x ) f (x 1) + (x x 0) (x x 1 ) (x x 0 ) (x x 1 ) f (x )] dx + x (x x 0 ) (x x 1 ) (x x ) x 0 6 f (3) (ξ(x)) dx Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 155

7 Simpson s Rule Simpson s rule Simpson s rule results from integrting over [, b] the second Lgrnge polnomil with equll-spced With similr nodeside, x 0 = we, cn x = derive b, nd the x 1 Simpson s = + h, where rule: h = (b )/. (See Figure 4.4.) x f (x)dx = h [ f (x0 ) + 4f (x 1 ) + f (x ) ] h5 x f (4) (ξ) f (x) P (x) x 0 x 1 x b x Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 156

8 Exmple Exmple (Trpezoidl nd Simpson s rules for integrtion) Compre Trpezoidl nd Simpson s rules on 0 () x (b) x 4 (c) (x + 1) 1 (d) 1 + x (e) sin x (f) e x f (x) dx where f is Solution. Appl the the formuls respectivel to get: Problem () (b) (c) (d) (e) (f) f (x) x x 4 (x + 1) x sin x e x Exct vlue Trpezoidl Simpson s Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 157

9 Newton-Cotes formul We cn follow the sme ide to get higher-order pproximtions, clled the Netwon-Cotes formuls. For n = 3 where ξ (x 0, x 3 ): x3 x 0 f (x) dx = 3h 8 [ f (x0 ) + 3f (x 1 ) + 3f (x ) + f (x 3 ) ] 3h5 80 f (4) (ξ) For n = 4 where ξ (x 0, x 4 ): x4 x 0 f (x) dx = h 45 [ 7f (x0 ) + 3f (x 1 ) + 1f (x ) + 3f (x 3 ) + 7f (x 4 ) ] 8h7 945 f (6) (ξ) Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 158

10 Closed Newton-Cotes Formuls Composite numericl integrtion Figure 4.5 The (n+ 1)-point closed Newton-Cotes formuluses nodes x i = x 0 + ih, for i = 0, 1,..., n, where x 0 =, x n = b nd h = (b )/n. (See Figure 4.5.) It is clled closed becuse the endpoints of the closed intervl [, b] re included s nodes. Problem with Newton-Cotes rule for high degree is oscilltions. = f (x) = P n (x) x 0 x 1 x x n 1 x n b x Insted, we cn pproximte the integrl piecewisel. The formul ssumes the form f(x) dx n i f(x i ), Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte i= 0 Universit 159

11 Composite midpoint rule Let x 1 =, x 0, x 1 x, 0.. x 1., x n, x n+1 = x j 1 b bex j uniform x n 1 b prtition x n xof [, b] with h = b n+. Then we obtin the composite midpoint rule: Figure 4.9 n/ For the Composite Midpoint rule, n must gin be even. (See Figure 4.9.) f (x) dx = h j=0 f ( ) b x j + 6 h f (µ) f (x) x 1 x 0 x 1 x j 1 x j x j 1 x n 1 x n b x n 1 x Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 160

12 Composite trpezoidl rule Figure 4.8 Let x 0 =, x 1,..., x n = b be uniform prtition of [, b] with h = b n. Then we obtin the composite Trpezoidl rule: f (x) dx = h n 1 f () + f ( ) x j + f (b) b 1 h f (µ) j=1 4.4 Composite Numericl Integrtion 07 f (x) x 0 x 1 x j 1 x j x n 1 b x n x Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 161

13 Composite Simpson s 1 rule Let x 0, x 1,..., x n (n even) be uniform prtition of [, b]. Then The error for this pproximtion hs been reduced to ppl Simpson s rule on [x 0, x ], [x, x 4 ],..., totl of n such intervls. Then we obtin the composite Simpson s b rule: f (x)dx = h e + 4e + e + 6 e + 4e + e ( = e 0 + 4e 1/ + e + 4e 3/ + e + 4e 5/ + e 3 + 4e 7/ + e 4) 6 = To generlize this procedure for n rbitrr integrl integer n. Subdivide the intervl (n/) 1 [, b] into n subintervls, n/ nd ppl Simpson s rule on Figure 4.7 f () + ech consecutive pir of subintervls. (See Figure 4.7.) f (x j ) + 4 f (x j 1 ) + f (b) b 180 h4 f (4) (µ) j=1 j=1 f(x) dx, choose n even f (x) x 0 x x j x j 1 x j b x n x ngge Lerning. All Rights Numericl Reserved. M Anlsis not be copied, I scnned, Xiojing or duplicted, Ye, in Mth whole or in & prt. Stt, Due to Georgi electronic rights, Stte some Universit third prt content m be suppressed from the ebook nd/or echpter(s). 16

14 Guss qudrture f (x) f (x) f (x) 4.7 Gussin Qudrture 9 Previousl we chose points (nodes) with fixed gps. Wht if we re llowed to to Figure x 1 choose 4.15 x bpoints x x 0, x 1..., x n x nd b x evlute x 1 f there? x b x f (x) The Trpezoidl rule pproximtes the integrl of the function b integrting the liner f (x) function tht joins the endpoints off (x) the grph of the function. But this is not likel the best line for pproximting the integrl. Lines such s those shown in Figure 4.16 would likel give much better pproximtions in most cses. Figure 4.16 x 1 x b x x 1 x b x x 1 x b x f (x) The Trpezoidl rule pproximtes the integrl of the function f b (x) integrting the liner function tht joins the endpoints of f (x) the grph of the function. But this is not likel the best line for pproximting the integrl. Lines such s those shown in Figure 4.16 would likel give much better pproximtions in most cses. Figure x x b x x 1 x b x x 1 b x x f (x) Gussin qudrture chooses the points for evlution in n optiml, rther thn equllspced, w. The nodes x 1, x,..., x n in the intervl [, b] nd coefficients f (x) c 1, c,..., c n, re Numericl Guss demonstrted Anlsis I his method Xiojingchosen Ye, Mth to minimize & Stt, the Georgi expected Stte error f (x) Universit obtined in the pproximtion 163

15 Guss qudrture Guss qudrture tries to determine x 1,..., x n nd c 1,..., c n s.t. f (x) dx n c i f (x i ) i=1 Conceptull, since we hve n prmeters, i.e., c i, x i for i = 1,..., n, we expect to get = if f (x) is polnomil of degree n 1. Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 164

16 Guss qudrture Let s first tr the cse with intervl [ 1, 1] nd two points x 1, x [ 1, 1]. Then we need to find x 1, x, c 1, c such tht 1 1 f (x)dx c 1 f (x 1 ) + c f (x ) nd = holds for ll polnomils of degree 3. Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 165

17 Guss qudrture We first note ( x + x + 3 x 3) dx = 0 1 dx+ 1 x dx+ x dx+ 3 x 3 dx Then we need x 1, x, c 1, c s.t. 1 1 f (x) dx = c 1f (x 1 ) + c f (x ) for f (x) = 1, x, x, nd x 3 : c c 1 = c 1 x 1 + c x = c 1 x1 + c x = c 1 x1 3 + c x 3 = dx =, x dx = 0 x dx = 3, x 3 dx = 0 Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 166

18 Guss qudrture Solve the sstem of four equtions to obtin x 1, x, c 1, c : c 1 = 1, c = 1, x 1 = So the pproximtion is 1 1 f (x) dx f ( 3 3, nd x = 3 3 ) + f ( ) which is exct for ll polnomils of degree 3. This point nd weight selection is clled Guss qudrture. Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 167

19 Legendre polnomils To obtin Guss qudrture for lrger n, we need Legendre polnomils {P n : n = 0, 1,... }: 1. All P n re monic (leding coefficient =1). 1 1 P(x)P n (x) dx = 0 for ll polnomil P of degree less thn n. Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 168

20 Legendre polnomils The first five Legendre polnomils: P 0 (x) = 1 P 1 (x) = x P (x) = x 1 3 P 3 (x) = x x P 4 (x) = x x Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 169

21 Guss qudrture nd Legendre polnomil Theorem (Obtin Guss qudrture b Legendre pol.) Suppose x 1,..., x n re the roots of the nth Legendre polnomil P n (x), nd define c i = 1 1 n j=1 j i x x j x i x j dx If P(x) is n polnomil of degree less thn n, then 1 1 P(x)dx = n c i P (x i ) i=1 Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 170

22 Guss qudrture n Roots r n,i Coefficients c n,i Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 171

23 Exmple Exmple (Guss qudrture) Approximte 1 1 ex cos x dx using Guss qudrture with n = 3. Solution. We need to use the roots of Legendre polnomil nd coefficient vlues for n = 3: n Roots r n,i Coefficients c n,i e x cos x dx 0.5e cos( ) cos(0) + 0.5e cos( ) = True vlue is 1 1 ex cos x dx = Our error is Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 17

24 Guss qudrture on rbitrr intervl So fr the Guss qudrture is onl considered on [ 1, 1]. To find Guss qudrture on rbitrr x [, b], just do chnge of vrible: t = x b b x = 1 [(b )t + + b] Then t [ 1, 1] nd the integrl is f (x) dx = 1 1 f ( ) (b )t + (b + ) (b ) dt Then ppl Guss qudrture to the right side. Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 173

25 The techniques discussed in the previous sections cn be modified for use in the pproximtion of multiple integrls. Consider the double integrl f(x, ) da, Multiple integrls Now we consider multiple integrl where R = {(x, ) x b, b c d d }, for some constnts, b, c, nd d, is rectngulr region in the plne. (See Figure 4.18.) c Figure 4.18 R f (x, ) d dx z z f (x, ) c d x b R Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 174

26 This pproximtion is of order O (b )(d c) (b ) + (d c). Figure 4.19 shows grid with the number of functionl evlutions t ech of the nodes used in the pproximtion. Multiple integrls.19 First consider grid on the domin [, b] [c, d]: 1 d (c d) c ( b) b x Here k = d c nd h = b. ll Rights Reserved. M not be copied, scnned, or duplicted, in whole or in prt. Due to electronic rights, some third prt content m be suppressed from the ebook nd/or echpter(s). ressed content does not mterill ffect the overll lerning experience. Cengge Lerning reserves the right to remove dditionl content t n time if subsequent rights restrictions require it. Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 175

27 Multiple integrls We first pproximte the inner integrl using composite Trpezoidl rule: d c f (x, ) d = c+k c f (x, ) d + d c+k f (x, ) d k (f (x, c) + f (x, c + k)) + k (f (x, c + k) + f (x, d)) = k (f (x, c) + f (x, c + k) + f (x, d)) =: g(x) Then pproximte the outer integrl: g(x) dx = h (g() + g( + h) + g(b)) Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 176

28 Copright 010 Cengge Lerning. Numericl All Rights Reserved. Anlsis M not I be copied, Xiojing scnned, or Ye, duplicted, Mth in whole & or in Stt, prt. Due Georgi to electronic rights, Stte some third Universit prt content m be suppressed from the ebook nd/or echpter(s). 177 ditoril review hs deemed tht n suppressed content does not mterill ffect the overll lerning experience. Cengge Lerning reserves the right to remove dditionl content t n time if subsequent rights restrictions require it. Multiple integrls + Combine the two to obtin: ( d Figure 4.19 c = + f(b, c) + f b, + f(b, d) 4 4 [ (b )(d c) f(, c) + f(, d) + f(b, c) + f(b, d) 16 ( ( ) ( ) ( + b + b f, c + f, d + f, c + d ) ( )) ( )] + b ) { (b+ f )(d b, c + d c) + 4f f (x, ) d dx = f (, c) +, c + d f (, d) + f (b, c) + f (b, d) 16 [ ( ) ( ) ( + b + b + f, c + f, d + f, c + d ) ( + f b, c + d ) ] ( + b + 4f, c + d ) } This pproximtion is of order O ( (b )(d c) [ (b ) + (d c) ]). Figure 4.19 shows grid with the number of functionl evlutions t ech of the nodes used in the pproximtion. d 1 (c d) c ( b) b x

29 the nodes (x i, j ), where i = 0, 1,, 3, 4 nd j = 0, 1,. It lso shows the coefficients w i,j of f(x Multiple i, i ) = ln(xintegrls i + i ) the sum tht gives the Composite Simpson s rule pproximtion to the integrl. We cn lso consider 4 grid on the domin [, b] [c, d]: x Here k = d c 4 nd h = b The pproximtion is (0.15)(0.5) 4 Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 178

30 Guss qudrture for non-rectngulr region We cn lso use Guss qudrture for non-rectngulr region: d(x) Figure 4.1 c(x) c(x) we will use the bsic Simpson s rule to integrte with respect to both vribles. The step size for the vrible x is h = (b )/, but the step size for vries with x (see Figure 4.1) nd is written k(x) = f (x, ) d dx d(x) c(x). z z f (x, ) d() d(b) d(x) A(x) k() c(b) c() k( h) c(x) h b k(b) x x b c(x) R d(x) () Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 179 (b)

31 Composite Simpson s rule on non-rectngulr region Now we consider multiple integrls on non-rectngulr regions: d(x) c(x) f (x, ) d dx For ech integrl set k(x) = d(x) c(x), then d(x) c(x) k(x) f (x, ) d dx [f (x, c(x)) + 4f (x, c(x) + k(x)) + f (x, d(x))] dx 3 h { k() [f (, c()) + 4f (, c() + k()) + f (, d())] 3 3 4k( + h) + [f ( + h, c( + h)) + 4f ( + h, c( + h) 3 + k( + h)) + f ( + h, d( + h))] + k(b) [ ]} f (b, c(b)) + 4f (b, c(b) + k(b)) + f (b, d(b)) 3 Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 180

32 Guss qudrture for non-rectngulr region We cn lso use Guss qudrture for non-rectngulr region: d(x) c(x) f (x, ) d dx For ech x [, b], trnsform [c(x), d(x)] into vrible t in [ 1, 1]: ( ) (d(x) c(x))t + d(x) + c(x) f (x, ) = f x, d(x) c(x) d = dt Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 181

33 Guss qudrture for non-rectngulr region So the inner integrl cn be pproximted b Guss qudrture: d(x) c(x) f (x, ) d = d(x) c(x) d(x) c(x) =: g(x) 1 1 f ( x, n c n,j f j=1 ) (d(x) c(x))t + d(x) + c(x) dt ( x, (d(x) c(x))r n,j + d(x) + c(x) Then we ppl Guss qudrture to the outer integrl: ) d(x) c(x) f (x, ) d dx g(x) dx = ( ) (b )t + (b + ) (b ) g dt 1 m ( ) (b )rm,i + (b + ) (b ) c m,i g 1 i=1 Numericl Anlsis I Xiojing Ye, Mth & Stt, Georgi Stte Universit 18

Chapter 1: Review Exercises

Chapter 1: Review Exercises Chpter : Review Eercises Chpter : Review Eercises - Evlute the following integrls:..... 6. 8. ( + ) 9. +.. ( + ). ( ). 8. 9....... 6. 7. (csc + + ) sin tn 6. ( )( + ) 7. ) 8.. + ( + )( ). ( ) sin sin sec

Bardziej szczegółowo

Helena Boguta, klasa 8W, rok szkolny 2018/2019

Helena Boguta, klasa 8W, rok szkolny 2018/2019 Poniższy zbiór zadań został wykonany w ramach projektu Mazowiecki program stypendialny dla uczniów szczególnie uzdolnionych - najlepsza inwestycja w człowieka w roku szkolnym 2018/2019. Składają się na

Bardziej szczegółowo

Weronika Mysliwiec, klasa 8W, rok szkolny 2018/2019

Weronika Mysliwiec, klasa 8W, rok szkolny 2018/2019 Poniższy zbiór zadań został wykonany w ramach projektu Mazowiecki program stypendialny dla uczniów szczególnie uzdolnionych - najlepsza inwestycja w człowieka w roku szkolnym 2018/2019. Tresci zadań rozwiązanych

Bardziej szczegółowo

Hard-Margin Support Vector Machines

Hard-Margin Support Vector Machines Hard-Margin Support Vector Machines aaacaxicbzdlssnafiyn9vbjlepk3ay2gicupasvu4iblxuaw2hjmuwn7ddjjmxm1bkcg1/fjqsvt76fo9/gazqfvn8y+pjpozw5vx8zkpvtfxmlhcwl5zxyqrm2vrg5zw3vxmsoezi4ogkr6phieky5crvvjhriqvdom9l2xxftevuwcekj3lktmhghgniauiyutvrwxtvme34a77kbvg73gtygpjsrfati1+xc8c84bvraowbf+uwnipyehcvmkjrdx46vlykhkgykm3ujjdhcyzqkxy0chur6ax5cbg+1m4bbjptjcubuz4kuhvjoql93hkin5hxtav5x6yyqopnsyuneey5ni4keqrxbar5wqaxbik00icyo/iveiyqqvjo1u4fgzj/8f9x67bzmxnurjzmijtlybwfgcdjgfdtajwgcf2dwaj7ac3g1ho1n4814n7wwjgjmf/ys8fenfycuzq==

Bardziej szczegółowo

CS 6170: Computational Topology, Spring 2019 Lecture 09

CS 6170: Computational Topology, Spring 2019 Lecture 09 CS 6170: Computtionl Topology, Spring 2019 Lecture 09 Topologicl Dt Anlysis for Dt Scientists Dr. Bei Wng School of Computing Scientific Computing nd Imging Institute (SCI) University of Uth www.sci.uth.edu/~beiwng

Bardziej szczegółowo

Zakopane, plan miasta: Skala ok. 1: = City map (Polish Edition)

Zakopane, plan miasta: Skala ok. 1: = City map (Polish Edition) Zakopane, plan miasta: Skala ok. 1:15 000 = City map (Polish Edition) Click here if your download doesn"t start automatically Zakopane, plan miasta: Skala ok. 1:15 000 = City map (Polish Edition) Zakopane,

Bardziej szczegółowo

Gradient Coding using the Stochastic Block Model

Gradient Coding using the Stochastic Block Model Gradient Coding using the Stochastic Block Model Zachary Charles (UW-Madison) Joint work with Dimitris Papailiopoulos (UW-Madison) aaacaxicbvdlssnafj3uv62vqbvbzwarxjsqikaboelgzux7gcaeywtsdp1mwsxeaepd+ctuxcji1r9w5984bbpq1gmxdufcy733bcmjutn2t1fawl5zxsuvvzy2t7z3zn29lkwyguktjywrnqbjwigntuuvi51uebqhjlsdwfxebz8qiwnc79uwjv6mepxgfcoljd88uiox0m1hvlnzwzgowymjn7tjyzertmvpareju5aqkndwzs83thawe64wq1j2httvxo6eopirccxnjekrhqae6wrkuuykl08/gmnjryqwsoqurubu/t2ro1jkyrzozhipvpz3juj/xjdt0ywxu55mina8wxrldkoetukairuekzbubgfb9a0q95fawonqkjoez/7lrdi6trzbcm7pqvwrio4yoarh4aq44bzuwq1ogcba4be8g1fwzjwzl8a78tfrlrnfzd74a+pzb2h+lzm=

Bardziej szczegółowo

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition)

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Robert Respondowski Click here if your download doesn"t start automatically Wojewodztwo Koszalinskie:

Bardziej szczegółowo

Linear Classification and Logistic Regression. Pascal Fua IC-CVLab

Linear Classification and Logistic Regression. Pascal Fua IC-CVLab Linear Classification and Logistic Regression Pascal Fua IC-CVLab 1 aaagcxicbdtdbtmwfafwdgxlhk8orha31ibqycvkdgpshdqxtwotng2pxtvqujmok1qlky5xllzrnobbediegwcap4votk2kqkf+/y/tnphdschtadu/giv3vtea99cfma8fpx7ytlxx7ckns4sylo3doom7jguhj1hxchmy/irhrlgh67lxb5x3blis8jjqynmedqujiu5zsqqagrx+yjcfpcrydusshmzeluzsg7tttiew5khhcuzm5rv0gn1unw6zl3gbzlpr3liwncyr6aaqinx4wnc/rpg6ix5szd86agoftuu0g/krjxdarph62enthdey3zn/+mi5zknou2ap+tclvhob9sxhwvhaqketnde7geqjp21zvjsfrcnkfhtejoz23vq97elxjlpbtmxpl6qxtl1sgfv1ptpy/yq9mgacrzkgje0hjj2rq7vtywnishnnkzsqekucnlblrarlh8x8szxolrrxkb8n6o4kmo/e7siisnozcfvsedlol60a/j8nmul/gby8mmssrfr2it8lkyxr9dirxxngzthtbaejv

Bardziej szczegółowo

Machine Learning for Data Science (CS4786) Lecture 11. Spectral Embedding + Clustering

Machine Learning for Data Science (CS4786) Lecture 11. Spectral Embedding + Clustering Machine Learning for Data Science (CS4786) Lecture 11 Spectral Embedding + Clustering MOTIVATING EXAMPLE What can you say from this network? MOTIVATING EXAMPLE How about now? THOUGHT EXPERIMENT For each

Bardziej szczegółowo

Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition)

Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition) Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition) J Krupski Click here if your download doesn"t start automatically Karpacz, plan miasta 1:10 000: Panorama

Bardziej szczegółowo

Revenue Maximization. Sept. 25, 2018

Revenue Maximization. Sept. 25, 2018 Revenue Maximization Sept. 25, 2018 Goal So Far: Ideal Auctions Dominant-Strategy Incentive Compatible (DSIC) b i = v i is a dominant strategy u i 0 x is welfare-maximizing x and p run in polynomial time

Bardziej szczegółowo

Logo pole ochronne. 1/2 a. 1/4 a

Logo pole ochronne. 1/2 a. 1/4 a 1/2 1/4 Logo pole ochronne Obszr wokół znku, w obrębie którego nie może się pojwić żdn obc form, zrówno grficzn jk i tekstow to pole ochronne. Do wyznczeni pol ochronnego służy moduł konstrukcyjny o rozmirze

Bardziej szczegółowo

OpenPoland.net API Documentation

OpenPoland.net API Documentation OpenPoland.net API Documentation Release 1.0 Michał Gryczka July 11, 2014 Contents 1 REST API tokens: 3 1.1 How to get a token............................................ 3 2 REST API : search for assets

Bardziej szczegółowo

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition)

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Robert Respondowski Click here if your download doesn"t start automatically Wojewodztwo Koszalinskie:

Bardziej szczegółowo

y = The Chain Rule Show all work. No calculator unless otherwise stated. If asked to Explain your answer, write in complete sentences.

y = The Chain Rule Show all work. No calculator unless otherwise stated. If asked to Explain your answer, write in complete sentences. The Chain Rule Show all work. No calculator unless otherwise stated. If asked to Eplain your answer, write in complete sentences. 1. Find the derivative of the functions y 7 (b) (a) ( ) y t 1 + t 1 (c)

Bardziej szczegółowo

MaPlan Sp. z O.O. Click here if your download doesn"t start automatically

MaPlan Sp. z O.O. Click here if your download doesnt start automatically Mierzeja Wislana, mapa turystyczna 1:50 000: Mikoszewo, Jantar, Stegna, Sztutowo, Katy Rybackie, Przebrno, Krynica Morska, Piaski, Frombork =... = Carte touristique (Polish Edition) MaPlan Sp. z O.O Click

Bardziej szczegółowo

ARNOLD. EDUKACJA KULTURYSTY (POLSKA WERSJA JEZYKOWA) BY DOUGLAS KENT HALL

ARNOLD. EDUKACJA KULTURYSTY (POLSKA WERSJA JEZYKOWA) BY DOUGLAS KENT HALL Read Online and Download Ebook ARNOLD. EDUKACJA KULTURYSTY (POLSKA WERSJA JEZYKOWA) BY DOUGLAS KENT HALL DOWNLOAD EBOOK : ARNOLD. EDUKACJA KULTURYSTY (POLSKA WERSJA Click link bellow and free register

Bardziej szczegółowo

Machine Learning for Data Science (CS4786) Lecture11. Random Projections & Canonical Correlation Analysis

Machine Learning for Data Science (CS4786) Lecture11. Random Projections & Canonical Correlation Analysis Machine Learning for Data Science (CS4786) Lecture11 5 Random Projections & Canonical Correlation Analysis The Tall, THE FAT AND THE UGLY n X d The Tall, THE FAT AND THE UGLY d X > n X d n = n d d The

Bardziej szczegółowo

Surname. Other Names. For Examiner s Use Centre Number. Candidate Number. Candidate Signature

Surname. Other Names. For Examiner s Use Centre Number. Candidate Number. Candidate Signature A Surname _ Other Names For Examiner s Use Centre Number Candidate Number Candidate Signature Polish Unit 1 PLSH1 General Certificate of Education Advanced Subsidiary Examination June 2014 Reading and

Bardziej szczegółowo

Installation of EuroCert software for qualified electronic signature

Installation of EuroCert software for qualified electronic signature Installation of EuroCert software for qualified electronic signature for Microsoft Windows systems Warsaw 28.08.2019 Content 1. Downloading and running the software for the e-signature... 3 a) Installer

Bardziej szczegółowo

Gamma3. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation

Gamma3. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation Gmm3 Nottios Trditiol me Geerlized icomplete gmm fuctio Trditiol ottio, z, z Mthemtic StdrdForm ottio Gmm, z, z Primry defiitio 06.07.0.000.0, z, z z z t t t Specific vlues Specilized vlues 06.07.03.000.0,

Bardziej szczegółowo

Tychy, plan miasta: Skala 1: (Polish Edition)

Tychy, plan miasta: Skala 1: (Polish Edition) Tychy, plan miasta: Skala 1:20 000 (Polish Edition) Poland) Przedsiebiorstwo Geodezyjno-Kartograficzne (Katowice Click here if your download doesn"t start automatically Tychy, plan miasta: Skala 1:20 000

Bardziej szczegółowo

General Certificate of Education Ordinary Level ADDITIONAL MATHEMATICS 4037/12

General Certificate of Education Ordinary Level ADDITIONAL MATHEMATICS 4037/12 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Ordinary Level www.xtremepapers.com *6378719168* ADDITIONAL MATHEMATICS 4037/12 Paper 1 May/June 2013 2 hours Candidates

Bardziej szczegółowo

Katowice, plan miasta: Skala 1: = City map = Stadtplan (Polish Edition)

Katowice, plan miasta: Skala 1: = City map = Stadtplan (Polish Edition) Katowice, plan miasta: Skala 1:20 000 = City map = Stadtplan (Polish Edition) Polskie Przedsiebiorstwo Wydawnictw Kartograficznych im. Eugeniusza Romera Click here if your download doesn"t start automatically

Bardziej szczegółowo

TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 8: Structured PredicCon 2

TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 8: Structured PredicCon 2 TTIC 31210: Advanced Natural Language Processing Kevin Gimpel Spring 2019 Lecture 8: Structured PredicCon 2 1 Roadmap intro (1 lecture) deep learning for NLP (5 lectures) structured predic+on (4 lectures)

Bardziej szczegółowo

SSW1.1, HFW Fry #20, Zeno #25 Benchmark: Qtr.1. Fry #65, Zeno #67. like

SSW1.1, HFW Fry #20, Zeno #25 Benchmark: Qtr.1. Fry #65, Zeno #67. like SSW1.1, HFW Fry #20, Zeno #25 Benchmark: Qtr.1 I SSW1.1, HFW Fry #65, Zeno #67 Benchmark: Qtr.1 like SSW1.2, HFW Fry #47, Zeno #59 Benchmark: Qtr.1 do SSW1.2, HFW Fry #5, Zeno #4 Benchmark: Qtr.1 to SSW1.2,

Bardziej szczegółowo

METHOD 2 -DIAGNOSTIC OUTSIDE

METHOD 2 -DIAGNOSTIC OUTSIDE VW MOTOMETER BOSCH METHOD 1 - OBD 2 METHOD 2 -DIAGNOSTIC OUTSIDE AFTER OPERATION YOU MUST DISCONECT ACU OR REMOVE FUSE FOR RESTART ODOMETER PO ZROBIENIU LICZNIKA ZDJĄĆ KLEMĘ LUB WYJĄĆ 2 BEZPIECZNIKI OD

Bardziej szczegółowo

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition)

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Robert Respondowski Click here if your download doesn"t start automatically Wojewodztwo Koszalinskie:

Bardziej szczegółowo

Stargard Szczecinski i okolice (Polish Edition)

Stargard Szczecinski i okolice (Polish Edition) Stargard Szczecinski i okolice (Polish Edition) Janusz Leszek Jurkiewicz Click here if your download doesn"t start automatically Stargard Szczecinski i okolice (Polish Edition) Janusz Leszek Jurkiewicz

Bardziej szczegółowo

Proposal of thesis topic for mgr in. (MSE) programme in Telecommunications and Computer Science

Proposal of thesis topic for mgr in. (MSE) programme in Telecommunications and Computer Science Proposal of thesis topic for mgr in (MSE) programme 1 Topic: Monte Carlo Method used for a prognosis of a selected technological process 2 Supervisor: Dr in Małgorzata Langer 3 Auxiliary supervisor: 4

Bardziej szczegółowo

PLSH1 (JUN14PLSH101) General Certificate of Education Advanced Subsidiary Examination June 2014. Reading and Writing TOTAL

PLSH1 (JUN14PLSH101) General Certificate of Education Advanced Subsidiary Examination June 2014. Reading and Writing TOTAL Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials Section Mark Polish Unit 1 Reading and Writing General Certificate of Education Advanced Subsidiary

Bardziej szczegółowo

Leba, Rowy, Ustka, Slowinski Park Narodowy, plany miast, mapa turystyczna =: Tourist map = Touristenkarte (Polish Edition)

Leba, Rowy, Ustka, Slowinski Park Narodowy, plany miast, mapa turystyczna =: Tourist map = Touristenkarte (Polish Edition) Leba, Rowy, Ustka, Slowinski Park Narodowy, plany miast, mapa turystyczna =: Tourist map = Touristenkarte (Polish Edition) FotKart s.c Click here if your download doesn"t start automatically Leba, Rowy,

Bardziej szczegółowo

Counting quadrant walks via Tutte s invariant method

Counting quadrant walks via Tutte s invariant method Counting quadrant walks via Tutte s invariant method Olivier Bernardi - Brandeis University Mireille Bousquet-Mélou - CNRS, Université de Bordeaux Kilian Raschel - CNRS, Université de Tours Vancouver,

Bardziej szczegółowo

Pielgrzymka do Ojczyzny: Przemowienia i homilie Ojca Swietego Jana Pawla II (Jan Pawel II-- pierwszy Polak na Stolicy Piotrowej) (Polish Edition)

Pielgrzymka do Ojczyzny: Przemowienia i homilie Ojca Swietego Jana Pawla II (Jan Pawel II-- pierwszy Polak na Stolicy Piotrowej) (Polish Edition) Pielgrzymka do Ojczyzny: Przemowienia i homilie Ojca Swietego Jana Pawla II (Jan Pawel II-- pierwszy Polak na Stolicy Piotrowej) (Polish Edition) Click here if your download doesn"t start automatically

Bardziej szczegółowo

Wybrzeze Baltyku, mapa turystyczna 1: (Polish Edition)

Wybrzeze Baltyku, mapa turystyczna 1: (Polish Edition) Wybrzeze Baltyku, mapa turystyczna 1:50 000 (Polish Edition) Click here if your download doesn"t start automatically Wybrzeze Baltyku, mapa turystyczna 1:50 000 (Polish Edition) Wybrzeze Baltyku, mapa

Bardziej szczegółowo

Aerodynamics I Compressible flow past an airfoil

Aerodynamics I Compressible flow past an airfoil Aerodynamics I Compressible flow past an airfoil transonic flow past the RAE-8 airfoil (M = 0.73, Re = 6.5 10 6, α = 3.19 ) Potential equation in compressible flows Full potential theory Let us introduce

Bardziej szczegółowo

Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition)

Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition) Karpacz, plan miasta 1:10 000: Panorama Karkonoszy, mapa szlakow turystycznych (Polish Edition) J Krupski Click here if your download doesn"t start automatically Karpacz, plan miasta 1:10 000: Panorama

Bardziej szczegółowo

Previously on CSCI 4622

Previously on CSCI 4622 More Naïve Bayes aaace3icbvfba9rafj7ew423vr998obg2gpzkojyh4rcx3ys4lafzbjmjifdototmhoilml+hf/mn3+kl+jkdwtr64gbj+8yl2/ywklhsfircg/dvnp33s796mhdr4+fdj4+o3fvywvorkuqe5zzh0oanjakhwe1ra5zhaf5xvgvn35f62rlvtcyxpnm50awundy1hzwi46jbmgprbtrrvidrg4jre4g07kak+picee6xfgiwvfaltorirucni64eeigkqhpegbwaxglabftpyq4gjbls/hw2ci7tr2xj5ddfmfzwtazj6ubmyddgchbzpf88dmrktfonct6vazputos5zakunhfweow5ukcn+puq8m1ulm7kq+d154pokysx4zgxw4nwq6dw+rcozwnhbuu9et/tgld5cgslazuci1yh1q2ynca/u9ais0kukspulds3xxegvtyfycu8iwk1598e0z2xx/g6ef94ehbpo0d9ok9yiowsvfskh1ix2zcbpsdvaxgww7wj4zdn+he2hogm8xz9s+e7/4cuf/ata==

Bardziej szczegółowo

Dolny Slask 1: , mapa turystycznosamochodowa: Plan Wroclawia (Polish Edition)

Dolny Slask 1: , mapa turystycznosamochodowa: Plan Wroclawia (Polish Edition) Dolny Slask 1:300 000, mapa turystycznosamochodowa: Plan Wroclawia (Polish Edition) Click here if your download doesn"t start automatically Dolny Slask 1:300 000, mapa turystyczno-samochodowa: Plan Wroclawia

Bardziej szczegółowo

Poland) Wydawnictwo "Gea" (Warsaw. Click here if your download doesn"t start automatically

Poland) Wydawnictwo Gea (Warsaw. Click here if your download doesnt start automatically Suwalski Park Krajobrazowy i okolice 1:50 000, mapa turystyczno-krajoznawcza =: Suwalki Landscape Park, tourist map = Suwalki Naturpark,... narodowe i krajobrazowe) (Polish Edition) Click here if your

Bardziej szczegółowo

Rozpoznawanie twarzy metodą PCA Michał Bereta 1. Testowanie statystycznej istotności różnic między jakością klasyfikatorów

Rozpoznawanie twarzy metodą PCA Michał Bereta   1. Testowanie statystycznej istotności różnic między jakością klasyfikatorów Rozpoznawanie twarzy metodą PCA Michał Bereta www.michalbereta.pl 1. Testowanie statystycznej istotności różnic między jakością klasyfikatorów Wiemy, że możemy porównywad klasyfikatory np. za pomocą kroswalidacji.

Bardziej szczegółowo

Rachunek lambda, zima

Rachunek lambda, zima Rachunek lambda, zima 2015-16 Wykład 2 12 października 2015 Tydzień temu: Własność Churcha-Rossera (CR) Jeśli a b i a c, to istnieje takie d, że b d i c d. Tydzień temu: Własność Churcha-Rossera (CR) Jeśli

Bardziej szczegółowo

tum.de/fall2018/ in2357

tum.de/fall2018/ in2357 https://piazza.com/ tum.de/fall2018/ in2357 Prof. Daniel Cremers From to Classification Categories of Learning (Rep.) Learning Unsupervised Learning clustering, density estimation Supervised Learning learning

Bardziej szczegółowo

Analysis of Movie Profitability STAT 469 IN CLASS ANALYSIS #2

Analysis of Movie Profitability STAT 469 IN CLASS ANALYSIS #2 Analysis of Movie Profitability STAT 469 IN CLASS ANALYSIS #2 aaaklnictzzjb9tgfmcnadpg7oy0lxa9edva9kkapdarhyk2k7gourinlwsweyzikuyiigvyleiv/cv767fpf/5crc1xt9va5mx7w3m/ecuqw1kuztpx/rl3/70h73/w4cog9dhhn3z62d6jzy+yzj766txpoir9nzszisjynetqr+rvlfvyoozu5xbybpsxb1wahul8phczdt2v4zgchb7uecwphlyigrgkjcyiflfyci0kxnmr4z6kw0jsokvot8isntpa3gbknlcufiv/h+hh+eur4fomd417rvtfjoit5pfju6yxiab2fmwk0y/feuybobqk+axnke8xzjjhfyd8kkpl9zdoddkazd5j6bzpemjb64smjb6vb4xmehysu08lsrszopxftlzee130jcb0zjxy7r5wa2f1s2off2+dyatrughnrtpkuprlcpu55zlxpss/yqe2eamjkcf0jye8w8yas0paf6t0t2i9stmcua+inbi2rt01tz22tubbqwidypvgz6piynkpobirkxgu54ibzoti4pkw2i5ow9lnuaoabhuxfxqhvnrj6w15tb3furnbm+scyxobjhr5pmj5j/w5ix9wsa2tlwx9alpshlunzjgnrwvqbpwzjl9wes+ptyn+ypy/jgskavtl8j0hz1djdhzwtpjbbvpr1zj7jpg6ve7zxfngj75zee0vmp9qm2uvgu/9zdofq6r+g8l4xctvo+v+xdrfr8oxiwutycu0qgyf8icuyvp/sixfi9zxe11vp6mrjjovpmxm6acrtbia+wjr9bevlgjwlz5xd3rfna9g06qytaoofk8olxbxc7xby2evqjmmk6pjvvzxmpbnct6+036xp5vdbrnbdqph8brlfn/n/khnfumhf6z1v7h/80yieukkd5j0un82t9mynxzmk0s/bzn4tacdziszdhwrl8x5ako8qp1n1zn0k6w2em0km9zj1i4yt1pt3xiprw85jmc2m1ut2geum6y6es2fwx6c+wlrpykblopbuj5nnr2byygfy5opllv4+jmm7s6u+tvhywbnb0kv2lt5th4xipmiij+y1toiyo7bo0d+vzvovjkp6aoejsubhj3qrp3fjd/m23pay8h218ibvx3nicofvd1xi86+kh6nb/b+hgsjp5+qwpurzlir15np66vmdehh6tyazdm1k/5ejtuvurgcqux6yc+qw/sbsaj7lkt4x9qmtp7euk6zbdedyuzu6ptsu2eeu3rxcz06uf6g8wyuveznhkbzynajbb7r7cbmla+jbtrst0ow2v6ntkwv8svnwqnu5pa3oxfeexf93739p93chq/fv+jr8r0d9brhpcxr2w88bvqbr41j6wvrb+u5dzjpvx+veoaxwptzp/8cen+xbg==

Bardziej szczegółowo

Jazz EB207S is a slim, compact and outstanding looking SATA to USB 2.0 HDD enclosure. The case is

Jazz EB207S is a slim, compact and outstanding looking SATA to USB 2.0 HDD enclosure. The case is 1. Introduction Jazz EB207S is a slim, compact and outstanding looking SATA to USB 2.0 HDD enclosure. The case is made of aluminum and steel mesh as one of the coolest enclosures available. It s also small

Bardziej szczegółowo

Egzamin maturalny z języka angielskiego na poziomie dwujęzycznym Rozmowa wstępna (wyłącznie dla egzaminującego)

Egzamin maturalny z języka angielskiego na poziomie dwujęzycznym Rozmowa wstępna (wyłącznie dla egzaminującego) 112 Informator o egzaminie maturalnym z języka angielskiego od roku szkolnego 2014/2015 2.6.4. Część ustna. Przykładowe zestawy zadań Przykładowe pytania do rozmowy wstępnej Rozmowa wstępna (wyłącznie

Bardziej szczegółowo

Miedzy legenda a historia: Szlakiem piastowskim z Poznania do Gniezna (Biblioteka Kroniki Wielkopolski) (Polish Edition)

Miedzy legenda a historia: Szlakiem piastowskim z Poznania do Gniezna (Biblioteka Kroniki Wielkopolski) (Polish Edition) Miedzy legenda a historia: Szlakiem piastowskim z Poznania do Gniezna (Biblioteka Kroniki Wielkopolski) (Polish Edition) Piotr Maluskiewicz Click here if your download doesn"t start automatically Miedzy

Bardziej szczegółowo

Jak zasada Pareto może pomóc Ci w nauce języków obcych?

Jak zasada Pareto może pomóc Ci w nauce języków obcych? Jak zasada Pareto może pomóc Ci w nauce języków obcych? Artykuł pobrano ze strony eioba.pl Pokazuje, jak zastosowanie zasady Pareto może usprawnić Twoją naukę angielskiego. Słynna zasada Pareto mówi o

Bardziej szczegółowo

Wroclaw, plan nowy: Nowe ulice, 1:22500, sygnalizacja swietlna, wysokosc wiaduktow : Debica = City plan (Polish Edition)

Wroclaw, plan nowy: Nowe ulice, 1:22500, sygnalizacja swietlna, wysokosc wiaduktow : Debica = City plan (Polish Edition) Wroclaw, plan nowy: Nowe ulice, 1:22500, sygnalizacja swietlna, wysokosc wiaduktow : Debica = City plan (Polish Edition) Wydawnictwo "Demart" s.c Click here if your download doesn"t start automatically

Bardziej szczegółowo

DODATKOWE ĆWICZENIA EGZAMINACYJNE

DODATKOWE ĆWICZENIA EGZAMINACYJNE I.1. X Have a nice day! Y a) Good idea b) See you soon c) The same to you I.2. X: This is my new computer. Y: Wow! Can I have a look at the Internet? X: a) Thank you b) Go ahead c) Let me try I.3. X: What

Bardziej szczegółowo

Estimation and planing. Marek Majchrzak, Andrzej Bednarz Wroclaw, 06.07.2011

Estimation and planing. Marek Majchrzak, Andrzej Bednarz Wroclaw, 06.07.2011 Estimation and planing Marek Majchrzak, Andrzej Bednarz Wroclaw, 06.07.2011 Story points Story points C D B A E Story points C D 100 B A E Story points C D 2 x 100 100 B A E Story points C D 2 x 100 100

Bardziej szczegółowo

Rev Źródło:

Rev Źródło: KamPROG for AVR Rev. 20190119192125 Źródło: http://wiki.kamamilabs.com/index.php/kamprog_for_avr Spis treści Introdcution... 1 Features... 2 Standard equipment... 4 Installation... 5 Software... 6 AVR

Bardziej szczegółowo

Stability of Tikhonov Regularization Class 07, March 2003 Alex Rakhlin

Stability of Tikhonov Regularization Class 07, March 2003 Alex Rakhlin Stability of Tikhonov Regularization 9.520 Class 07, March 2003 Alex Rakhlin Plan Review of Stability Bounds Stability of Tikhonov Regularization Algorithms Uniform Stability Review notation: S = {z 1,...,

Bardziej szczegółowo

Extraclass. Football Men. Season 2009/10 - Autumn round

Extraclass. Football Men. Season 2009/10 - Autumn round Extraclass Football Men Season 2009/10 - Autumn round Invitation Dear All, On the date of 29th July starts the new season of Polish Extraclass. There will be live coverage form all the matches on Canal+

Bardziej szczegółowo

POLITYKA PRYWATNOŚCI / PRIVACY POLICY

POLITYKA PRYWATNOŚCI / PRIVACY POLICY POLITYKA PRYWATNOŚCI / PRIVACY POLICY TeleTrade DJ International Consulting Ltd Sierpień 2013 2011-2014 TeleTrade-DJ International Consulting Ltd. 1 Polityka Prywatności Privacy Policy Niniejsza Polityka

Bardziej szczegółowo

Miedzy legenda a historia: Szlakiem piastowskim z Poznania do Gniezna (Biblioteka Kroniki Wielkopolski) (Polish Edition)

Miedzy legenda a historia: Szlakiem piastowskim z Poznania do Gniezna (Biblioteka Kroniki Wielkopolski) (Polish Edition) Miedzy legenda a historia: Szlakiem piastowskim z Poznania do Gniezna (Biblioteka Kroniki Wielkopolski) (Polish Edition) Piotr Maluskiewicz Click here if your download doesn"t start automatically Miedzy

Bardziej szczegółowo

Convolution semigroups with linear Jacobi parameters

Convolution semigroups with linear Jacobi parameters Convolution semigroups with linear Jacobi parameters Michael Anshelevich; Wojciech Młotkowski Texas A&M University; University of Wrocław February 14, 2011 Jacobi parameters. µ = measure with finite moments,

Bardziej szczegółowo

Has the heat wave frequency or intensity changed in Poland since 1950?

Has the heat wave frequency or intensity changed in Poland since 1950? Has the heat wave frequency or intensity changed in Poland since 1950? Joanna Wibig Department of Meteorology and Climatology, University of Lodz, Poland OUTLINE: Motivation Data Heat wave frequency measures

Bardziej szczegółowo

Polski Krok Po Kroku: Tablice Gramatyczne (Polish Edition) By Anna Stelmach

Polski Krok Po Kroku: Tablice Gramatyczne (Polish Edition) By Anna Stelmach Polski Krok Po Kroku: Tablice Gramatyczne (Polish Edition) By Anna Stelmach If you are looking for the ebook by Anna Stelmach Polski krok po kroku: Tablice gramatyczne (Polish Edition) in pdf form, in

Bardziej szczegółowo

How to translate Polygons

How to translate Polygons How to translate Polygons Translation procedure. 1) Open polygons.img in Imagine 2) Press F4 to open Memory Window 3) Find and edit tlumacz class, edit all the procedures (listed below) 4) Invent a new

Bardziej szczegółowo

POL1. General Certificate of Education June 2006 Advanced Subsidiary Examination. Responsive Writing. Time allowed: 3 hours. Instructions.

POL1. General Certificate of Education June 2006 Advanced Subsidiary Examination. Responsive Writing. Time allowed: 3 hours. Instructions. Surname Centre Number Other Names Candidate Number Leave blank Candidate Signature General Certificate of Education June 2006 Advanced Subsidiary Examination POLISH Unit 1 Responsive Writing POL1 Monday

Bardziej szczegółowo

Testy jednostkowe - zastosowanie oprogramowania JUNIT 4.0 Zofia Kruczkiewicz

Testy jednostkowe - zastosowanie oprogramowania JUNIT 4.0  Zofia Kruczkiewicz Testy jednostkowe - zastosowanie oprogramowania JUNIT 4.0 http://www.junit.org/ Zofia Kruczkiewicz 1. Aby utworzyć test dla jednej klasy, należy kliknąć prawym przyciskiem myszy w oknie Projects na wybraną

Bardziej szczegółowo

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition)

Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Wojewodztwo Koszalinskie: Obiekty i walory krajoznawcze (Inwentaryzacja krajoznawcza Polski) (Polish Edition) Robert Respondowski Click here if your download doesn"t start automatically Wojewodztwo Koszalinskie:

Bardziej szczegółowo

Zwora Yale US06. Yale seria US kg. Zastosowanie. Właściwości. Parametry techniczne

Zwora Yale US06. Yale seria US kg. Zastosowanie. Właściwości. Parametry techniczne Zwora Yale US06 Yale seria US06 270 kg Zastosowanie Zwory serii US06 przeznaczone są do realizowania kontroli dostępu w pomieszczeniach wymagających podstawowej ochrony np. drzwi wewnętrzne. Właściwości

Bardziej szczegółowo

ANKIETA ŚWIAT BAJEK MOJEGO DZIECKA

ANKIETA ŚWIAT BAJEK MOJEGO DZIECKA Przedszkole Nr 1 w Zabrzu ANKIETA ul. Reymonta 52 41-800 Zabrze tel./fax. 0048 32 271-27-34 p1zabrze@poczta.onet.pl http://jedyneczka.bnet.pl ŚWIAT BAJEK MOJEGO DZIECKA Drodzy Rodzice. W związku z realizacją

Bardziej szczegółowo

TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 9: Inference in Structured Prediction

TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 9: Inference in Structured Prediction TTIC 31210: Advanced Natural Language Processing Kevin Gimpel Spring 2019 Lecture 9: Inference in Structured Prediction 1 intro (1 lecture) Roadmap deep learning for NLP (5 lectures) structured prediction

Bardziej szczegółowo

All Saints Day. Chants of the Proper of the Mass for. Adapted to English words and Edited by. Bruce E. Ford

All Saints Day. Chants of the Proper of the Mass for. Adapted to English words and Edited by. Bruce E. Ford Chants of the Proper of the Mass for All Saints Day Adapted to English words and Edited by Bruce E. Ford Copyright 2009 by Bruce E. Ford All rights reserved. All Saints Day Introit Gaudeamus i. BzzzzacscSYÎzz7czzhzzzchzygczygcFTzzzzzcgÐkÐhczíyígzzÄzzzjUc

Bardziej szczegółowo

Midterm Review (2) Trigonometry L R2V0C1K9U XKhuptOaT GSUoefUtowraqrleQ aldlscv.a X VA[ltlB LrmizgNhStesM krgeoseefrzvte_di.

Midterm Review (2) Trigonometry L R2V0C1K9U XKhuptOaT GSUoefUtowraqrleQ aldlscv.a X VA[ltlB LrmizgNhStesM krgeoseefrzvte_di. Trigonometr L RV0K9U XKhutOaT GSUoefUtowraqrleQ aldlsv.a X V[ltl LrmizgNhStesM krgeoseefrzvte_di. Midterm Review () Name ID: Date Period Find the amlitude, the eriod in radians, the hase shift in radians,

Bardziej szczegółowo

Few-fermion thermometry

Few-fermion thermometry Few-fermion thermometry Phys. Rev. A 97, 063619 (2018) Tomasz Sowiński Institute of Physics of the Polish Academy of Sciences Co-authors: Marcin Płodzień Rafał Demkowicz-Dobrzański FEW-BODY PROBLEMS FewBody.ifpan.edu.pl

Bardziej szczegółowo

Blow-Up: Photographs in the Time of Tumult; Black and White Photography Festival Zakopane Warszawa 2002 / Powiekszenie: Fotografie w czasach zgielku

Blow-Up: Photographs in the Time of Tumult; Black and White Photography Festival Zakopane Warszawa 2002 / Powiekszenie: Fotografie w czasach zgielku Blow-Up: Photographs in the Time of Tumult; Black and White Photography Festival Zakopane Warszawa 2002 / Powiekszenie: Fotografie w czasach zgielku Juliusz and Maciej Zalewski eds. and A. D. Coleman et

Bardziej szczegółowo

aforementioned device she also has to estimate the time when the patients need the infusion to be replaced and/or disconnected. Meanwhile, however, she must cope with many other tasks. If the department

Bardziej szczegółowo

Mixed-integer Convex Representability

Mixed-integer Convex Representability Mixed-integer Convex Representability Juan Pablo Vielma Massachuse=s Ins?tute of Technology Joint work with Miles Lubin and Ilias Zadik INFORMS Annual Mee?ng, Phoenix, AZ, November, 2018. Mixed-Integer

Bardziej szczegółowo

Machine Learning for Data Science (CS4786) Lecture 24. Differential Privacy and Re-useable Holdout

Machine Learning for Data Science (CS4786) Lecture 24. Differential Privacy and Re-useable Holdout Machine Learning for Data Science (CS4786) Lecture 24 Differential Privacy and Re-useable Holdout Defining Privacy Defining Privacy Dataset + Defining Privacy Dataset + Learning Algorithm Distribution

Bardziej szczegółowo

www.irs.gov/form990. If "Yes," complete Schedule A Schedule B, Schedule of Contributors If "Yes," complete Schedule C, Part I If "Yes," complete Schedule C, Part II If "Yes," complete Schedule C, Part

Bardziej szczegółowo

Test sprawdzający znajomość języka angielskiego

Test sprawdzający znajomość języka angielskiego Test sprawdzający znajomość języka angielskiego Imię i Nazwisko Kandydata/Kandydatki Proszę wstawić X w pole zgodnie z prawdą: Brak znajomości języka angielskiego Znam j. angielski (Proszę wypełnić poniższy

Bardziej szczegółowo

Nazwa projektu: Kreatywni i innowacyjni uczniowie konkurencyjni na rynku pracy

Nazwa projektu: Kreatywni i innowacyjni uczniowie konkurencyjni na rynku pracy Nazwa projektu: Kreatywni i innowacyjni uczniowie konkurencyjni na rynku pracy DZIAŁANIE 3.2 EDUKACJA OGÓLNA PODDZIAŁANIE 3.2.1 JAKOŚĆ EDUKACJI OGÓLNEJ Projekt współfinansowany przez Unię Europejską w

Bardziej szczegółowo

www.irs.gov/form990. If "Yes," complete Schedule A Schedule B, Schedule of Contributors If "Yes," complete Schedule C, Part I If "Yes," complete Schedule C, Part II If "Yes," complete Schedule C, Part

Bardziej szczegółowo

EXAMPLES OF CABRI GEOMETRE II APPLICATION IN GEOMETRIC SCIENTIFIC RESEARCH

EXAMPLES OF CABRI GEOMETRE II APPLICATION IN GEOMETRIC SCIENTIFIC RESEARCH Anna BŁACH Centre of Geometry and Engineering Graphics Silesian University of Technology in Gliwice EXAMPLES OF CABRI GEOMETRE II APPLICATION IN GEOMETRIC SCIENTIFIC RESEARCH Introduction Computer techniques

Bardziej szczegółowo

GRY EDUKACYJNE I ICH MOŻLIWOŚCI DZIĘKI INTERNETOWI DZIŚ I JUTRO. Internet Rzeczy w wyobraźni gracza komputerowego

GRY EDUKACYJNE I ICH MOŻLIWOŚCI DZIĘKI INTERNETOWI DZIŚ I JUTRO. Internet Rzeczy w wyobraźni gracza komputerowego GRY EDUKACYJNE I ICH MOŻLIWOŚCI DZIĘKI INTERNETOWI DZIŚ I JUTRO Internet Rzeczy w wyobraźni gracza komputerowego NAUKA PRZEZ ZABAWĘ Strategia nauczania: Planowe, Zorganizowane Lub zainicjowane przez nauczyciela

Bardziej szczegółowo

Formularz recenzji magazynu. Journal of Corporate Responsibility and Leadership Review Form

Formularz recenzji magazynu. Journal of Corporate Responsibility and Leadership Review Form Formularz recenzji magazynu Review Form Identyfikator magazynu/ Journal identification number: Tytuł artykułu/ Paper title: Recenzent/ Reviewer: (imię i nazwisko, stopień naukowy/name and surname, academic

Bardziej szczegółowo

Ogólnopolski Próbny Egzamin Ósmoklasisty z OPERONEM. Język angielski Kartoteka testu. Wymagania szczegółowe Uczeń: Poprawna odpowiedź 1.1.

Ogólnopolski Próbny Egzamin Ósmoklasisty z OPERONEM. Język angielski Kartoteka testu. Wymagania szczegółowe Uczeń: Poprawna odpowiedź 1.1. Język angielski Kartoteka testu Rozumienie ze słuchu 1.1. I.6) żywienie II. Rozumienie wypowiedzi. Uczeń rozumie proste wypowiedzi ustne artykułowane wyraźnie, w standardowej odmianie języka 1.2. II.5)

Bardziej szczegółowo

USB firmware changing guide. Zmiana oprogramowania za przy użyciu połączenia USB. Changelog / Lista Zmian

USB firmware changing guide. Zmiana oprogramowania za przy użyciu połączenia USB. Changelog / Lista Zmian 1 / 9 Content list / Spis Treści 1. Hardware and software requirements, preparing device to upgrade Wymagania sprzętowe i programowe, przygotowanie urządzenia do aktualizacji 2. Installing drivers and

Bardziej szczegółowo

Working Tax Credit Child Tax Credit Jobseeker s Allowance

Working Tax Credit Child Tax Credit Jobseeker s Allowance Benefits Depending on your residency status (EU citizen or not) there are various benefits available to help you with costs of living. A8 nationals need to have been working for a year and be registered

Bardziej szczegółowo

Lecture 18 Review for Exam 1

Lecture 18 Review for Exam 1 Spring, 2019 ME 323 Mechanics of Materials Lecture 18 Review for Exam 1 Reading assignment: HW1-HW5 News: Ready for the exam? Instructor: Prof. Marcial Gonzalez Announcements Exam 1 - Wednesday February

Bardziej szczegółowo

Instrukcja konfiguracji usługi Wirtualnej Sieci Prywatnej w systemie Mac OSX

Instrukcja konfiguracji usługi Wirtualnej Sieci Prywatnej w systemie Mac OSX UNIWERSYTETU BIBLIOTEKA IEGO UNIWERSYTETU IEGO Instrukcja konfiguracji usługi Wirtualnej Sieci Prywatnej w systemie Mac OSX 1. Make a new connection Open the System Preferences by going to the Apple menu

Bardziej szczegółowo

Before Adam starts work he needs to know where everything is. Maria shows him around the restaurant.

Before Adam starts work he needs to know where everything is. Maria shows him around the restaurant. 9. PLACE OF WORK MIEJSCE PRACY Before Adam starts work he needs to know where everything is. Maria shows him around the restaurant. Zanim Adam rozpocznie pracę, musi wiedzieć gdzie wszystko jest. Maria

Bardziej szczegółowo

2017 R. Robert Gajewski: Mathcad Prime 4. Solution of examples Rozwiązania przykładów

2017 R. Robert Gajewski: Mathcad Prime 4. Solution of examples Rozwiązania przykładów 07 R. Robert Gajewski: Mathcad Prime 4 0. Calculate numerically and present results in different formats and precision. 0. Oblicz numerycznie i przedstaw wyniki w różnych formatach i z różną precyzją.

Bardziej szczegółowo

Emilka szuka swojej gwiazdy / Emily Climbs (Emily, #2)

Emilka szuka swojej gwiazdy / Emily Climbs (Emily, #2) Emilka szuka swojej gwiazdy / Emily Climbs (Emily, #2) Click here if your download doesn"t start automatically Emilka szuka swojej gwiazdy / Emily Climbs (Emily, #2) Emilka szuka swojej gwiazdy / Emily

Bardziej szczegółowo

Title: On the curl of singular completely continous vector fields in Banach spaces

Title: On the curl of singular completely continous vector fields in Banach spaces Title: On the curl of singular completely continous vector fields in Banach spaces Author: Adam Bielecki, Tadeusz Dłotko Citation style: Bielecki Adam, Dłotko Tadeusz. (1973). On the curl of singular completely

Bardziej szczegółowo

Zmiany techniczne wprowadzone w wersji Comarch ERP Altum

Zmiany techniczne wprowadzone w wersji Comarch ERP Altum Zmiany techniczne wprowadzone w wersji 2018.2 Copyright 2016 COMARCH SA Wszelkie prawa zastrzeżone Nieautoryzowane rozpowszechnianie całości lub fragmentu niniejszej publikacji w jakiejkolwiek postaci

Bardziej szczegółowo

Bardzo formalny, odbiorca posiada specjalny tytuł, który jest używany zamiast nazwiska

Bardzo formalny, odbiorca posiada specjalny tytuł, który jest używany zamiast nazwiska - Wstęp Dear Mr. President, Dear Mr. President, Bardzo formalny, odbiorca posiada specjalny tytuł, który jest używany zamiast nazwiska Dear Sir, Dear Sir, Formalny, odbiorcą jest mężczyzna, którego nazwiska

Bardziej szczegółowo

ENGLISH GRAMMAR. reported speech stylistic inversion both, either, neither have & have got

ENGLISH GRAMMAR. reported speech stylistic inversion both, either, neither have & have got ENGLISH GRAMMAR reported speech stylistic inversion both, either, neither have & have got REPORTED SPEECH, mowa zależna stosujemy, kiedy przekazujemy czyjąś wypowiedź, nie cytując jej wprost. KONSTRUKCJA:

Bardziej szczegółowo

USB firmware changing guide. Zmiana oprogramowania za przy użyciu połączenia USB. Changelog / Lista Zmian

USB firmware changing guide. Zmiana oprogramowania za przy użyciu połączenia USB. Changelog / Lista Zmian 1 / 8 Content list / Spis Treści 1. Hardware and software requirements, preparing device to upgrade Wymagania sprzętowe i programowe, przygotowanie urządzenia do aktualizacji 2. Installing drivers and

Bardziej szczegółowo

Zdecyduj: Czy to jest rzeczywiście prześladowanie? Czasem coś WYDAJE SIĘ złośliwe, ale wcale takie nie jest.

Zdecyduj: Czy to jest rzeczywiście prześladowanie? Czasem coś WYDAJE SIĘ złośliwe, ale wcale takie nie jest. Zdecyduj: Czy to jest rzeczywiście prześladowanie? Czasem coś WYDAJE SIĘ złośliwe, ale wcale takie nie jest. Miłe przezwiska? Nie wszystkie przezwiska są obraźliwe. Wiele przezwisk świadczy o tym, że osoba,

Bardziej szczegółowo

USB firmware changing guide. Zmiana oprogramowania za przy użyciu połączenia USB. Changelog / Lista Zmian

USB firmware changing guide. Zmiana oprogramowania za przy użyciu połączenia USB. Changelog / Lista Zmian 1 / 12 Content list / Spis Treści 1. Hardware and software requirements, preparing device to upgrade Wymagania sprzętowe i programowe, przygotowanie urządzenia do aktualizacji 2. Installing drivers needed

Bardziej szczegółowo

Wydział Fizyki, Astronomii i Informatyki Stosowanej Uniwersytet Mikołaja Kopernika w Toruniu

Wydział Fizyki, Astronomii i Informatyki Stosowanej Uniwersytet Mikołaja Kopernika w Toruniu IONS-14 / OPTO Meeting For Young Researchers 2013 Khet Tournament On 3-6 July 2013 at the Faculty of Physics, Astronomy and Informatics of Nicolaus Copernicus University in Torun (Poland) there were two

Bardziej szczegółowo

FASCINATING RHYTHM. for S.A.B. voices and piano with optional SoundPax and SoundTrax CD* Preview Only. Got mp. E m/g B 7sus/F E m A 9 E 5 E m7/b

FASCINATING RHYTHM. for S.A.B. voices and piano with optional SoundPax and SoundTrax CD* Preview Only. Got mp. E m/g B 7sus/F E m A 9 E 5 E m7/b 2 Arranged by MARK HAYES PIANO BARITONE 7 ALTO FASCINATING RHYTHM or S.A.B. voices and iano with otional SoundPax and SoundTrax CD* Bright swing eel (q = ca. 152-160) E m A 9 4 5 SOPRANO Got E m/b GERSHWIN

Bardziej szczegółowo

Angielski Biznes Ciekawie

Angielski Biznes Ciekawie Angielski Biznes Ciekawie Conditional sentences (type 2) 1. Discuss these two types of mindsets. 2. Decide how each type would act. 3. How would you act? Czy nauka gramatyki języka angielskiego jest trudna?

Bardziej szczegółowo

First-order logic. Usage. Tautologies, using rst-order logic, relations to natural language

First-order logic. Usage. Tautologies, using rst-order logic, relations to natural language First-order logic. Usage Tautologies, using rst-order logic, relations to natural language A few important tautologies 1 x(ϕ ψ) ( xϕ xψ); A few important tautologies 1 x(ϕ ψ) ( xϕ xψ); 2 xϕ ϕ, o ile x

Bardziej szczegółowo