SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 7. semester Torsdag den 19. juni 2003 kl Alle hjælpemidler er tilladt

Størrelse: px
Starte visningen fra side:

Download "SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 7. semester Torsdag den 19. juni 2003 kl Alle hjælpemidler er tilladt"

Transkript

1 SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 7. semester Torsdag den 9. juni 23 kl Alle hjælpemidler er tilladt OPGAVE f(x) x Givet funktionen f(x) x, x [, ] Spørgsmål (%) Foretag en udvikling af funktionen f(x) i en Fourier-Bessel række, idet der benyttes Bessel funktioner af orden n. Egenværdier udtages af randbetingelsen J (λ). Spørgsmål 2 (%) Foretag en udvikling af funktionen f(x) i en Fourier-Legendre række. Hjælp: Ved løsning af spørgsmål udnyttes, at funktionen er symmetrisk om x. Foretag indledningsvis på basis heraf en Fourier-Bessel udvikling af delfunktionen defineret på intervallet x [, ].

2 2 OPGAVE 2 Givet begyndelsesværdiproblemet y (x) 2y(x) + sin(πx), x ], [ y() hvor y (x) d dx y(x). Spørgsmål (5%) Løs det anførte begyndelsesværdiproblem ved hjælp af Laplace transformation. OPGAVE 3 Givet følgende begyndelsesværdiproblem for et system af frihedsgrad q(t)+.5 q(t)+ q(t) sint, t ], [ q() q() hvor q(t) d q(t) betegner differentiation mht. t. dt Spørgsmål (%) Bestem ved numerisk integration med den centrale differensmetode funktionsværdien q(.6) med anvendelse af tidsskridtet t.3. Spørgsmål 2 (5%) Undersøg om algoritmen er numerisk stabil med det specificerede tidsskridt.

3 3 OPGAVE 4 Givet et generelt egenværdiproblem defineret ved følgende masse- og stivhedsmatricer M 2 4, K 4 Spørgsmål (%) Bestem den laveste egenvektor og tilhørende egenværdi ved invers vektoriteration. Spørgsmål 2 (%) Bestem den største egenvektor og tilhørende egenværdi ved fremad (forward) vektoriteration. Spørgsmål 3 (%) Bestem den laveste egenvektor og tilhørende egenværdi ved Sturmsekvens iteration (teleskopmetoden). Det understreges, at uagtet en analytisk løsning på problemet let kan tilvejebringes, ønskes numeriske løsninger på alle 3 spørgsmål. Alle 3 spørgsmål betragtes som besvaret, når 2 iterationer er gennemført. Startvektorer for iterationerne vælges frit. OPGAVE 5 Givet et generelt egenværdiproblem defineret ved følgende masse- og stivhedsmatricer 2 4 M 4, K 2 4 Spørgsmål (2%) Bestem de 2 laveste egenvektorer og tilhørende egenværdier ved hjælp af subspace iteration. Spørgsmålet betragtes som besvaret, når blot en enkelt subspace iteration er gennemført. Start vektorbasis vælges frit.

4 4 SOLUTIONS PROBLEM Question : f(x) x Fig. : Restriction of function f(x) to the interval [,]. At first the Fourier-Bessel expansion is performed for the part of the function defined on the interval [,] as shown in Fig.. Since λ the Fourier-Bessel series follows from (.5.9-2) where f(x) c + c i J (λ i x), x [, ] () i2 c 2 2 c i 2 2 J 2 (λ i) x ( x ) dx 3 xj (λ i x) ( x ) dx, i 2, 3,... and the eigenvalues are defined from the roots of, cf. (6-4-6) and Table 6.2 (2) J (λ i) J (λ i ) λ λ λ 4.74 λ (3)

5 5 The expansion () may be extended to the entire interval [, ] by replacing x with x, i.e. f(x) c + ( c i J λi x ), x [, ] (4) i2 Question 2: f(x) x Fig. 2: Function f(x) defined on entire interval [-,]. The Fourier-Legendre series follows from ( ) f(x) where c n P n (x), x [, ] (5) n c n 2n + 2, n odd f(x)p n (x)dx ( ) 2n + f(x)p n (x)dx, n even (6) In (6) it has been used that f(x) f( x) is an even function of x, and the Legendre polynomials are even or odd functions of x, depending on n is even or odd, cf. (6.4.9). The low-order expansion coefficients for even order of n may be evaluated as follows, cf. (6.4.9)

6 6 c ( 2 + ) c 2 ( 2 2+ ) c 4 ( 2 4+ ) ( x ) dx 2 ( x ) 2( 3x 2 ) dx 5 8 ( ) ( x 8 35x 4 3x 2 +3 ) dx 3 6 (7) PROBLEM 2 Question : Using Theorems 7.2 and 7.8 the Laplace transform of the differential equation becomes L{y (x)} 2L{y(x)} + L{sin(πx)} sy (s) y() 2Y (s)+ π s 2 + π 2 Y (s) ( ) π + s +2 s 2 + π 2 π 2 + π +4 π 2 +4 s +2 π π 2 +4 s s 2 + π 2 + 2π π 2 +4 s 2 + π 2 () where Y (s) L{y(x)} e sx y(x)dx (2) Then the solution follows from the inverse Laplace transform of (). Use of Theorem 7.3 provides y(x) π2 + π +4 π 2 +4 e 2x π π +4 cos(πx)+ 2π sin(πx) (3) 2 π +4 2

7 7 PROBLEM 3 The "matrix" formulation of the equation of motion reads, see Note, eq. () MÜ(t)+C U(t)+KU(t) } R(t) U() U, U() U () where } M [], C [.5], K [], R(t) [sin t] U [], U [] (2) The algorithm reads, cf. Note, eq. (5) U j+ A U j + A 2 U j + B R j, j,,... (3) where, cf. Note, eq. (6) ( ) ( ) A M + C K 2 M [.89578] t 2 2 t t 2 ( ) ( ) A 2 M + C M C [.985] t 2 2 t 2 2 t ( ) B M + C t 2 2 t [.8933] (4) At the evaluation of the "matrices" A, A 2, B the time step t.3 has been used. The startvalue U is calculated by Note, eq. (7) U U U t + ( 2 2Ü t Ü M C U ) KU + R() (5) Since, R() [sin()] [], it follows that U []. Then, based on (3) the following calculations are performed

8 8 } q(.3) U sin(.). q(.6) U sin(.3).264 (6) The analytical solution of the initial value problem is given as ( ( ) q(t) e ζt ζ ( ) ) cos ζ2 t + 2ζ sin ζ2 t cos t.3446 (7) ζ 2 2ζ where t.6 and ζ.25 have been inserted. As seen the numerical solution is not very accurate due to the rather large time step. Question 2: The period of the undamped eigenvibrations is T 2π 2π (8) Since, cf. Note, eq. (29) t.3 T 2π.5 π < π (9) it follows that the central difference method is numerical stable with the selected time step. PROBLEM 4 The following start vector is used both in Question and Question 2: Φ ()

9 9 Question : The matrix A becomes, cf. (8-4) A (2) At the st and 2nd iteration step the following calculations are performed, see Box Φ Φ Φ Φ Φ T M Φ (3) Φ T 2 M Φ (4) Since Φ 2 has been normalized to unit modal mass, the Rayleigh quotient based on Φ 2 provides the following estimate for λ, cf. (7-25) T ρ(φ 2 ).5883 (5) The exact solutions with the indicated accuracies were obtained after 4 iterations λ.5883, Φ () (6) Question 2: The matrix B becomes, cf. (8-35) B (7)

10 At the st and 2nd iteration step the following calculations are performed, see Box Φ Φ Φ Φ Φ T M Φ (8) Φ T 2 M Φ (9) Since Φ 2 has been normalized to unit modal mass, the Rayleigh quotient based on Φ 2 provides the following estimate for λ 2, cf. (7-25) ρ(φ 2 ) T () The exact solutions with the indicated accuracies were obtained after 5 iterations λ , Φ (2) () Question 3: At first a calculation with µ. is performed, which produces the following results 3.8. K.M..6 P (2) (.), sign(p (2) (.)) + P () (.) 3.8, sign(p () (.)) + P () (.) (.) 2.7, sign(p () (.)) + (2)

11 Hence, the sign sequence of the Sturm sequence becomes +++, corresponding to the number of sign changes n sign in the sequence. From this is concluded that both eigenvalues are larger than µ.. Similar calculations are performed for µ.,.2,...,.6 µ. : Sign sequence + ++ n sign µ.2 : Sign sequence + ++ n sign µ.3 : Sign sequence + ++ n sign µ.4 : Sign sequence + ++ n sign µ.5 : Sign sequence + ++ n sign µ.6 : Sign sequence + + n sign (3) From this is concluded that the st eigenvalue is placed somewhere in the interval.5 <λ <.6. Next, similar calculations are performed for µ.5,.52,...,.59 µ.5 : Sign sequence + ++ n sign µ.52 : Sign sequence + ++ n sign µ.53 : Sign sequence + ++ n sign µ.54 : Sign sequence + ++ n sign µ.55 : Sign sequence + ++ n sign µ.56 : Sign sequence + ++ n sign µ.57 : Sign sequence + ++ n sign µ.58 : Sign sequence + ++ n sign µ.59 : Sign sequence + + n sign (4) From this is concluded that the st eigenvalue is confined to the interval.58 <λ <.59. Proceeding in this manner after 27 iterations the st eigenvalue is confined to the interval.5882 < λ < Setting λ.5883, the linear equation (-63) attains the form ( K.5883M) Φ() [ ] [ Φ() Φ () 2 ] [ ] (5)

12 2 Setting Φ () the st equation provides Φ () (.5883) Φ () (6) Normalization to unit modal mass provides, cf. (6-54) Φ () (7) which agrees with (6). PROBLEM 5 Question : The following start vector basis is used Φ [ Φ () Φ (2) ] () The matrix A becomes, cf. (6-44) 4 A K M 4 Then, the st iterated vector basis becomes, cf. (-4) (2) Φ [ Φ() Φ (2) ] AΦ (3) The Rayleigh-Ritz analysis based on the calculated basis Φ provides the following projected mass and stiffness matrices, cf. (6-44), (-2), (-3)

13 M Φ T M Φ K Φ T K Φ T The corresponding eigenvalue problem (-3) becomes K Q M Q R [q () q (2) ] 7 69 [q () q (2) ] ρ, ρ 2, R T, Q [.2598 ] [ 25 ] [ 7 ] (4) (5) The estimate of the lowest eigenvectors after the st iteration becomes, cf. (-34) Φ Φ Q (6) Correspondingly, after the 2nd and 5th iteration steps the following matrices are calculated R Φ R Φ , Q 2, Q 5 [.9328 ] [.9328 ].. 2. (7) (8)

14 4 The subspace iteration process converged much faster to the st eigensolution than to th 2nd eigensolution. This is because the convergence rate to the st eigenvalue r, λ /λ / is much smaller than the the convergence rate to the 2nd eigenvalue r,2 λ 2 /λ 3 2./ , cf. (-36). Finally, it should be checked that the calculated eigenvalues are indeed the lowest two by a Sturm sequence or Gauss factorization check. The 2nd calculated eigenvalue becomes ρ 2,5 2., so let µ 2.. Both K and M are on a three-diagonal form, so the Sturm sequence algorithm (-6) may be used on the matrix K 2.M, i.e K 2.M P (3) (2.), sign(p (3) (2.)) + P (2) (2.).2, sign(p (2) (2.)) P () (2.) (.2) ( 7.4) ( 3.) 2 8.3, sign(p () (2.)) P () (2.) (.2) ( 8.3) ( 3.) 2 (.2) 3.548, sign(p () (2.)) + (9) Hence, the sign sequence of the Sturm sequence becomes + +, corresponding to a number of sign changes n sign 2. From this is concluded that two eigenvalues are smaller than µ 2., and that the calculated eigenvalues are indeed the lowest two.

Spørgsmål 1 (5%) Forklar med relevant argumentation, at den stationære temperaturfordeling i områdets indre er bestemt ved følgende randværdiproblem

Spørgsmål 1 (5%) Forklar med relevant argumentation, at den stationære temperaturfordeling i områdets indre er bestemt ved følgende randværdiproblem SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 8. semester Fredag den 9. juni 006, kl. 09.00-3.00 Alle hjælpemidler er tilladt OPGAVE y u = 0 isoleret rand r u = u 0 θ 0 θ c c u = 0

Læs mere

SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 8. semester Fredag den 30. juni 2005, kl Alle hjælpemidler er tilladt

SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 8. semester Fredag den 30. juni 2005, kl Alle hjælpemidler er tilladt SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 8. semester Fredag den 3. juni 5, kl. 8.3-.3 Alle hjælpemidler er tilladt OPGAVE u = y B u = u C A x c u = D u = Figuren viser en homogen

Læs mere

OPGAVE 1. f(t) = f 0 cos(ωt)

OPGAVE 1. f(t) = f 0 cos(ωt) SKRIFTLIG EKSAMEN I STRUKTUREL DYNAMIK Bygge- og Anlægskonstruktion, 7. semester Tirsdag den 3. januar 007 kl. 09.00-13.00 Alle hjælpemidler er tilladt OPGAVE 1 M f(t) = f 0 cos(ωt) K Figuren viser et

Læs mere

Besvarelser til Lineær Algebra Reeksamen Februar 2017

Besvarelser til Lineær Algebra Reeksamen Februar 2017 Besvarelser til Lineær Algebra Reeksamen - 7. Februar 207 Mikkel Findinge Bemærk, at der kan være sneget sig fejl ind. Kontakt mig endelig, hvis du skulle falde over en sådan. Dette dokument har udelukkende

Læs mere

Basic statistics for experimental medical researchers

Basic statistics for experimental medical researchers Basic statistics for experimental medical researchers Sample size calculations September 15th 2016 Christian Pipper Department of public health (IFSV) Faculty of Health and Medicinal Science (SUND) E-mail:

Læs mere

Computing the constant in Friedrichs inequality

Computing the constant in Friedrichs inequality Computing the constant in Friedrichs inequality Tomáš Vejchodský vejchod@math.cas.cz Institute of Mathematics, Žitná 25, 115 67 Praha 1 February 8, 212, SIGA 212, Prague Motivation Classical formulation:

Læs mere

STRUCTURAL DYNAMICS, VOL. 9. Computational Dynamics

STRUCTURAL DYNAMICS, VOL. 9. Computational Dynamics STRUCTURAL DYNAMICS, VOL. 9 Computational Dynamics Søren R. K. Nielsen P (λ) y(λ) =P (µ k )+ ( P (µ k ) P (µ k ) ) λ µ k µ k µ k µ k µ k µ k+ λ λ λ 3 λ Aalborg tekniske Universitetsforlag June 005 Contents

Læs mere

Probabilistic properties of modular addition. Victoria Vysotskaya

Probabilistic properties of modular addition. Victoria Vysotskaya Probabilistic properties of modular addition Victoria Vysotskaya JSC InfoTeCS, NPK Kryptonite CTCrypt 19 / June 4, 2019 vysotskaya.victory@gmail.com Victoria Vysotskaya (Infotecs, Kryptonite) Probabilistic

Læs mere

Sign variation, the Grassmannian, and total positivity

Sign variation, the Grassmannian, and total positivity Sign variation, the Grassmannian, and total positivity arxiv:1503.05622 Slides available at math.berkeley.edu/~skarp Steven N. Karp, UC Berkeley FPSAC 2015 KAIST, Daejeon Steven N. Karp (UC Berkeley) Sign

Læs mere

Exercise 6.14 Linearly independent vectors are also affinely independent.

Exercise 6.14 Linearly independent vectors are also affinely independent. Affine sets Linear Inequality Systems Definition 6.12 The vectors v 1, v 2,..., v k are affinely independent if v 2 v 1,..., v k v 1 is linearly independent; affinely dependent, otherwise. We first check

Læs mere

Chapter 6. Hydrogen Atom. 6.1 Schrödinger Equation. The Hamiltonian for a hydrogen atom is. Recall that. 1 r 2 sin 2 θ + 1. and.

Chapter 6. Hydrogen Atom. 6.1 Schrödinger Equation. The Hamiltonian for a hydrogen atom is. Recall that. 1 r 2 sin 2 θ + 1. and. Chapter 6 Hydrogen Atom 6. Schrödinger Equation The Hamiltonian for a hydrogen atom is Recall that Ĥ = h e m e 4πɛ o r = r ) + r r r r sin θ sin θ ) + θ θ r sin θ φ and [ ˆL = h sin θ ) + )] sin θ θ θ

Læs mere

Eksamen i Signalbehandling og matematik

Eksamen i Signalbehandling og matematik Opgave. (%).a. Figur og afbilleder et diskret tid signal [n ] og dets DTFT. [n] bruges som input til et LTI filter med en frekvens amplitude respons som vist på figur. Hvilket af de 4 output signaler (y

Læs mere

Linear Programming ١ C H A P T E R 2

Linear Programming ١ C H A P T E R 2 Linear Programming ١ C H A P T E R 2 Problem Formulation Problem formulation or modeling is the process of translating a verbal statement of a problem into a mathematical statement. The Guidelines of formulation

Læs mere

Kurver og flader Aktivitet 15 Geodætiske kurver, Isometri, Mainardi-Codazzi, Teorema Egregium

Kurver og flader Aktivitet 15 Geodætiske kurver, Isometri, Mainardi-Codazzi, Teorema Egregium Kurver og flader Aktivitet 15 Geodætiske kurver, Isometri, Mainardi-Codazzi, Teorema Egregium Lisbeth Fajstrup Institut for Matematiske Fag Aalborg Universitet Kurver og Flader 2013 Lisbeth Fajstrup (AAU)

Læs mere

Generalized Probit Model in Design of Dose Finding Experiments. Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US

Generalized Probit Model in Design of Dose Finding Experiments. Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US Generalized Probit Model in Design of Dose Finding Experiments Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US Outline Motivation Generalized probit model Utility function Locally optimal designs

Læs mere

On the complexity of drawing trees nicely: corrigendum

On the complexity of drawing trees nicely: corrigendum Acta Informatica 40, 603 607 (2004) Digital Object Identifier (DOI) 10.1007/s00236-004-0138-y On the complexity of drawing trees nicely: corrigendum Thorsten Akkerman, Christoph Buchheim, Michael Jünger,

Læs mere

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU OUTLINE INEFFICIENCY OF ATTILA WAYS TO PARALLELIZE LOW COMPATIBILITY IN THE COMPILATION A SOLUTION

Læs mere

Pontryagin Approximations for Optimal Design of Elastic Structures

Pontryagin Approximations for Optimal Design of Elastic Structures Pontryagin Approximations for Optimal Design of Elastic Structures Jesper Carlsson NADA, KTH jesperc@nada.kth.se Collaborators: Anders Szepessy, Mattias Sandberg October 5, 2005 A typical optimal design

Læs mere

Multivariate Extremes and Dependence in Elliptical Distributions

Multivariate Extremes and Dependence in Elliptical Distributions Multivariate Extremes and Dependence in Elliptical Distributions Filip Lindskog, RiskLab, ETH Zürich joint work with Henrik Hult, KTH Stockholm I II III IV V Motivation Elliptical distributions A class

Læs mere

Evaluating Germplasm for Resistance to Reniform Nematode. D. B. Weaver and K. S. Lawrence Auburn University

Evaluating Germplasm for Resistance to Reniform Nematode. D. B. Weaver and K. S. Lawrence Auburn University Evaluating Germplasm for Resistance to Reniform Nematode D. B. Weaver and K. S. Lawrence Auburn University Major objectives Evaluate all available accessions of G. hirsutum (TX list) for reaction to reniform

Læs mere

Black Jack --- Review. Spring 2012

Black Jack --- Review. Spring 2012 Black Jack --- Review Spring 2012 Simulation Simulation can solve real-world problems by modeling realworld processes to provide otherwise unobtainable information. Computer simulation is used to predict

Læs mere

University of Copenhagen Faculty of Science Written Exam April Algebra 3

University of Copenhagen Faculty of Science Written Exam April Algebra 3 University of Copenhagen Faculty of Science Written Exam - 16. April 2010 Algebra This exam contains 5 exercises which are to be solved in hours. The exercises are posed in an English and in a Danish version.

Læs mere

Skriftlig Eksamen Beregnelighed (DM517)

Skriftlig Eksamen Beregnelighed (DM517) Skriftlig Eksamen Beregnelighed (DM517) Institut for Matematik & Datalogi Syddansk Universitet Mandag den 31 Oktober 2011, kl. 9 13 Alle sædvanlige hjælpemidler (lærebøger, notater etc.) samt brug af lommeregner

Læs mere

yt () p0 cos( t) OPGAVE 1

yt () p0 cos( t) OPGAVE 1 SKRIFTLIG EKSAMEN I SVINGNINGSTEORI Bygge- og Anlægskonstruktion, 8.semester Fredag den 22. juni 2 kl. 9.-3. Alle hjælpemidler er tilladt OPGAVE B yt ) p cos t) l x A Konstruktionen på figuren er lodret

Læs mere

Unitel EDI MT940 June 2010. Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004)

Unitel EDI MT940 June 2010. Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004) Unitel EDI MT940 June 2010 Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004) Contents 1. Introduction...3 2. General...3 3. Description of the MT940 message...3 3.1.

Læs mere

Strings and Sets: set complement, union, intersection, etc. set concatenation AB, power of set A n, A, A +

Strings and Sets: set complement, union, intersection, etc. set concatenation AB, power of set A n, A, A + Strings and Sets: A string over Σ is any nite-length sequence of elements of Σ The set of all strings over alphabet Σ is denoted as Σ Operators over set: set complement, union, intersection, etc. set concatenation

Læs mere

Matematisk modellering og numeriske metoder. Overskrifter

Matematisk modellering og numeriske metoder. Overskrifter Matematisk modellering og numeriske metoder Overskrifter Morten Grud Rasmussen 25. november, 2013 Lektion 1 Ordinære differentialligninger ODE er helt grundlæggende Løsninger Begyndelsesværdiproblemer

Læs mere

what is this all about? Introduction three-phase diode bridge rectifier input voltages input voltages, waveforms normalization of voltages voltages?

what is this all about? Introduction three-phase diode bridge rectifier input voltages input voltages, waveforms normalization of voltages voltages? what is this all about? v A Introduction three-phase diode bridge rectifier D1 D D D4 D5 D6 i OUT + v OUT v B i 1 i i + + + v 1 v v input voltages input voltages, waveforms v 1 = V m cos ω 0 t v = V m

Læs mere

Privat-, statslig- eller regional institution m.v. Andet Added Bekaempelsesudfoerende: string No Label: Bekæmpelsesudførende

Privat-, statslig- eller regional institution m.v. Andet Added Bekaempelsesudfoerende: string No Label: Bekæmpelsesudførende Changes for Rottedatabasen Web Service The coming version of Rottedatabasen Web Service will have several changes some of them breaking for the exposed methods. These changes and the business logic behind

Læs mere

IBM Network Station Manager. esuite 1.5 / NSM Integration. IBM Network Computer Division. tdc - 02/08/99 lotusnsm.prz Page 1

IBM Network Station Manager. esuite 1.5 / NSM Integration. IBM Network Computer Division. tdc - 02/08/99 lotusnsm.prz Page 1 IBM Network Station Manager esuite 1.5 / NSM Integration IBM Network Computer Division tdc - 02/08/99 lotusnsm.prz Page 1 New esuite Settings in NSM The Lotus esuite Workplace administration option is

Læs mere

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1 Project Step 7 Behavioral modeling of a dual ported register set. Copyright 2006 - Joanne DeGroat, ECE, OSU 1 The register set Register set specifications 16 dual ported registers each with 16- bit words

Læs mere

University of Copenhagen Faculty of Science Written Exam - 8. April 2008. Algebra 3

University of Copenhagen Faculty of Science Written Exam - 8. April 2008. Algebra 3 University of Copenhagen Faculty of Science Written Exam - 8. April 2008 Algebra 3 This exam contains 5 exercises which are to be solved in 3 hours. The exercises are posed in an English and in a Danish

Læs mere

Givet en cirkulr plade med den stationre temperaturfordeling u(r;), hvor u(r;) tilfredsstiller

Givet en cirkulr plade med den stationre temperaturfordeling u(r;), hvor u(r;) tilfredsstiller SKRIFTLIG EKSAMEN I MATEMATIK B-sektorens 7. semester 7. januar 1999 kl..1-1.1 Alle hjlpemidler undtagen symbolske matematik programmer er tilladt OPGAVE 1 Givet en cirkulr plade med den stationre temperaturfordeling

Læs mere

Small Autonomous Devices in civil Engineering. Uses and requirements. By Peter H. Møller Rambøll

Small Autonomous Devices in civil Engineering. Uses and requirements. By Peter H. Møller Rambøll Small Autonomous Devices in civil Engineering Uses and requirements By Peter H. Møller Rambøll BACKGROUND My Background 20+ years within evaluation of condition and renovation of concrete structures Last

Læs mere

University of Copenhagen Faculty of Science Written Exam - 3. April Algebra 3

University of Copenhagen Faculty of Science Written Exam - 3. April Algebra 3 University of Copenhagen Faculty of Science Written Exam - 3. April 2009 Algebra 3 This exam contains 5 exercises which are to be solved in 3 hours. The exercises are posed in an English and in a Danish

Læs mere

User Manual for LTC IGNOU

User Manual for LTC IGNOU User Manual for LTC IGNOU 1 LTC (Leave Travel Concession) Navigation: Portal Launch HCM Application Self Service LTC Self Service 1. LTC Advance/Intimation Navigation: Launch HCM Application Self Service

Læs mere

Læs vejledningen godt igennem, før du begynder at samle vuggen. Please read the instruction carefully before you start.

Læs vejledningen godt igennem, før du begynder at samle vuggen. Please read the instruction carefully before you start. 00 Samlevejledning på Vugge ssembly instruction for the cradle Læs vejledningen godt igennem, før du begynder at samle vuggen. Please read the instruction carefully before you start. www.oliverfurniture.dk

Læs mere

Statistik for MPH: 7

Statistik for MPH: 7 Statistik for MPH: 7 3. november 2011 www.biostat.ku.dk/~pka/mph11 Attributable risk, bestemmelse af stikprøvestørrelse (Silva: 333-365, 381-383) Per Kragh Andersen 1 Fra den 6. uges statistikundervisning:

Læs mere

Martin Lohse. Passing. Three mobile for accordion. Composed

Martin Lohse. Passing. Three mobile for accordion. Composed Martin Lohse Passing Three mobile for accordion Composed 2011-12 Passing Three mobile for accordion The score is in exact pitch, and the proposed registers can be changed according to room and instrument

Læs mere

RoE timestamp and presentation time in past

RoE timestamp and presentation time in past RoE timestamp and presentation time in past Jouni Korhonen Broadcom Ltd. 5/26/2016 9 June 2016 IEEE 1904 Access Networks Working Group, Hørsholm, Denmark 1 Background RoE 2:24:6 timestamp was recently

Læs mere

Matematik F2 Opgavesæt 6

Matematik F2 Opgavesæt 6 Opgave 4: Udtryk funktionen f(θ) = sin θ ved hjælp af Legendre-polynomierne på formen P l (cos θ). Dvs. find koefficienterne a l i ekspansionen f(θ) = a l P l (cos θ) l= Svar: Bemærk, at funktionen er

Læs mere

to register

to register www.livebidding.com.au to register ON ON PROPERTY RAM SALE LIST THURSDAY 15TH SEPTEMBER 2016 Inspection 9.30 Sale 1pm Glenwood 39R Dilladerry Rd Dubbo Matthew & Cherie Coddington 0438 877286 68877286 rpmerinos@bigpond.com

Læs mere

applies equally to HRT and tibolone this should be made clear by replacing HRT with HRT or tibolone in the tibolone SmPC.

applies equally to HRT and tibolone this should be made clear by replacing HRT with HRT or tibolone in the tibolone SmPC. Annex I English wording to be implemented SmPC The texts of the 3 rd revision of the Core SPC for HRT products, as published on the CMD(h) website, should be included in the SmPC. Where a statement in

Læs mere

DM549 Diskrete Metoder til Datalogi

DM549 Diskrete Metoder til Datalogi DM549 Diskrete Metoder til Datalogi Spørgsmål 1 (8%) Hvilke udsagn er sande? Husk, at symbolet betyder går op i. Which propositions are true? Recall that the symbol means divides. Svar 1.a: n Z: 2n > n

Læs mere

Kvant Eksamen December 2010 3 timer med hjælpemidler. 1 Hvad er en continuous variable? Giv 2 illustrationer.

Kvant Eksamen December 2010 3 timer med hjælpemidler. 1 Hvad er en continuous variable? Giv 2 illustrationer. Kvant Eksamen December 2010 3 timer med hjælpemidler 1 Hvad er en continuous variable? Giv 2 illustrationer. What is a continuous variable? Give two illustrations. 2 Hvorfor kan man bedre drage konklusioner

Læs mere

Status på det trådløse netværk

Status på det trådløse netværk Status på det trådløse netværk Der er stadig problemer med det trådløse netværk, se status her: http://driftstatus.sdu.dk/?f=&antal=200&driftid=1671#1671 IT-service arbejder stadig med at løse problemerne

Læs mere

F o r t o l k n i n g e r a f m a n d a l a e r i G I M - t e r a p i

F o r t o l k n i n g e r a f m a n d a l a e r i G I M - t e r a p i F o r t o l k n i n g e r a f m a n d a l a e r i G I M - t e r a p i - To fortolkningsmodeller undersøgt og sammenlignet ifm. et casestudium S i g r i d H a l l b e r g Institut for kommunikation Aalborg

Læs mere

Angle Ini/al side Terminal side Vertex Standard posi/on Posi/ve angles Nega/ve angles. Quadrantal angle

Angle Ini/al side Terminal side Vertex Standard posi/on Posi/ve angles Nega/ve angles. Quadrantal angle Mrs. Valentine AFM Objective: I will be able to identify angle types, convert between degrees and radians for angle measures, identify coterminal angles, find the length of an intercepted arc, and find

Læs mere

Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM528)

Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM528) Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM58) Institut for Matematik og Datalogi Syddansk Universitet, Odense Torsdag den 1. januar 01 kl. 9 13 Alle sædvanlige hjælpemidler

Læs mere

Skriftlig Eksamen Beregnelighed (DM517)

Skriftlig Eksamen Beregnelighed (DM517) Skriftlig Eksamen Beregnelighed (DM517) Institut for Matematik & Datalogi Syddansk Universitet Mandag den 7 Januar 2008, kl. 9 13 Alle sædvanlige hjælpemidler (lærebøger, notater etc.) samt brug af lommeregner

Læs mere

Noter til kursusgang 8, IMAT og IMATØ

Noter til kursusgang 8, IMAT og IMATØ Noter til kursusgang 8, IMAT og IMATØ matematik og matematik-økonomi studierne 1. basissemester Esben Høg 25. oktober 2013 Institut for Matematiske Fag Aalborg Universitet Esben Høg Noter til kursusgang

Læs mere

Trolling Master Bornholm 2014

Trolling Master Bornholm 2014 Trolling Master Bornholm 2014 (English version further down) Populært med tidlig færgebooking Booking af færgebilletter til TMB 2014 er populært. Vi har fået en stribe mails fra teams, som har booket,

Læs mere

Particle-based T-Spline Level Set Evolution for 3D Object Reconstruction with Range and Volume Constraints

Particle-based T-Spline Level Set Evolution for 3D Object Reconstruction with Range and Volume Constraints Particle-based T-Spline Level Set for 3D Object Reconstruction with Range and Volume Constraints Robert Feichtinger (joint work with Huaiping Yang, Bert Jüttler) Institute of Applied Geometry, JKU Linz

Læs mere

TM4 Central Station. User Manual / brugervejledning K2070-EU. Tel Fax

TM4 Central Station. User Manual / brugervejledning K2070-EU. Tel Fax TM4 Central Station User Manual / brugervejledning K2070-EU STT Condigi A/S Niels Bohrs Vej 42, Stilling 8660 Skanderborg Denmark Tel. +45 87 93 50 00 Fax. +45 87 93 50 10 info@sttcondigi.com www.sttcondigi.com

Læs mere

Prøveeksamen nr. 2: Signalbehandling og matematik

Prøveeksamen nr. 2: Signalbehandling og matematik Prøveeksamen nr. 2: Signalbehandling og matematik 2008 Opgave. (5%) Input-output relation er for et LTI system er 2 3.a. Er systemet kausalt? Nej, y er afhængigt af fremtidige værdier af x, altså x[n+]

Læs mere

Semi-smooth Newton method for Solving Unilateral Problems in Fictitious Domain Formulations

Semi-smooth Newton method for Solving Unilateral Problems in Fictitious Domain Formulations Semi-smooth Newton method for Solving Unilateral Problems in Fictitious Domain Formulations Jaroslav Haslinger, Charles University, Prague Tomáš Kozubek, VŠB TU Ostrava Radek Kučera, VŠB TU Ostrava SNA

Læs mere

DoodleBUGS (Hands-on)

DoodleBUGS (Hands-on) DoodleBUGS (Hands-on) Simple example: Program: bino_ave_sim_doodle.odc A simulation example Generate a sample from F=(r1+r2)/2 where r1~bin(0.5,200) and r2~bin(0.25,100) Note that E(F)=(100+25)/2=62.5

Læs mere

Help / Hjælp

Help / Hjælp Home page Lisa & Petur www.lisapetur.dk Help / Hjælp Help / Hjælp General The purpose of our Homepage is to allow external access to pictures and videos taken/made by the Gunnarsson family. The Association

Læs mere

Wander TDEV Measurements for Inexpensive Oscillator

Wander TDEV Measurements for Inexpensive Oscillator Wander TDEV Measurements for Inexpensive Oscillator Lee Cosart Symmetricom Lcosart@symmetricom.com Geoffrey M. Garner SAMSUNG Electronics (Consultant) gmgarner@comcast.net IEEE 802.1 AVB TG 2009.11.02

Læs mere

Reexam questions in Statistics and Evidence-based medicine, august sem. Medis/Medicin, Modul 2.4.

Reexam questions in Statistics and Evidence-based medicine, august sem. Medis/Medicin, Modul 2.4. Reexam questions in Statistics and Evidence-based medicine, august 2013 2. sem. Medis/Medicin, Modul 2.4. Statistics : ESSAY-TYPE QUESTION 1. Intelligence tests are constructed such that the average score

Læs mere

Avancerede bjælkeelementer med tværsnitsdeformation

Avancerede bjælkeelementer med tværsnitsdeformation Avancerede bjælkeelementer med tværsnitsdeformation Advanced beam element with distorting cross sections Kandidatprojekt Michael Teilmann Nielsen, s062508 Foråret 2012 Under vejledning af Jeppe Jönsson,

Læs mere

Statistik for MPH: oktober Attributable risk, bestemmelse af stikprøvestørrelse (Silva: , )

Statistik for MPH: oktober Attributable risk, bestemmelse af stikprøvestørrelse (Silva: , ) Statistik for MPH: 7 29. oktober 2015 www.biostat.ku.dk/~pka/mph15 Attributable risk, bestemmelse af stikprøvestørrelse (Silva: 333-365, 381-383) Per Kragh Andersen 1 Fra den 6. uges statistikundervisning:

Læs mere

Aktivering af Survey funktionalitet

Aktivering af Survey funktionalitet Surveys i REDCap REDCap gør det muligt at eksponere ét eller flere instrumenter som et survey (spørgeskema) som derefter kan udfyldes direkte af patienten eller forsøgspersonen over internettet. Dette

Læs mere

19.3. Second Order ODEs. Introduction. Prerequisites. Learning Outcomes

19.3. Second Order ODEs. Introduction. Prerequisites. Learning Outcomes Second Order ODEs 19.3 Introduction In this Section we start to learn how to solve second-order differential equations of a particular type: those that are linear and that have constant coefficients. Such

Læs mere

Analyseinstitut for Forskning

Analyseinstitut for Forskning Analyseinstitut for Forskning CIS3 The Danish Non-response Analysis Peter S. Mortensen Notat 2003/1 fra Analyseinstitut for Forskning The Danish Institute for Studies in Research and Research Policy Finlandsgade

Læs mere

Trolling Master Bornholm 2014

Trolling Master Bornholm 2014 Trolling Master Bornholm 2014 (English version further down) Den ny havn i Tejn Havn Bornholms Regionskommune er gået i gang med at udvide Tejn Havn, og det er med til at gøre det muligt, at vi kan være

Læs mere

Vina Nguyen HSSP July 13, 2008

Vina Nguyen HSSP July 13, 2008 Vina Nguyen HSSP July 13, 2008 1 What does it mean if sets A, B, C are a partition of set D? 2 How do you calculate P(A B) using the formula for conditional probability? 3 What is the difference between

Læs mere

DONG-område Resten af landet

DONG-område Resten af landet TDC A/S regulering@tdc.dk Fremsendes alene via mail Tillægsafgørelse vedrørende fastsættelse af priser for BSA leveret via TDC s fibernet 1 Indledning traf fredag den 15. april 2011 LRAIC-prisafgørelse

Læs mere

To the reader: Information regarding this document

To the reader: Information regarding this document To the reader: Information regarding this document All text to be shown to respondents in this study is going to be in Danish. The Danish version of the text (the one, respondents are going to see) appears

Læs mere

Trolling Master Bornholm 2012

Trolling Master Bornholm 2012 Trolling Master Bornholm 1 (English version further down) Tak for denne gang Det var en fornøjelse især jo også fordi vejret var med os. Så heldig har vi aldrig været før. Vi skal evaluere 1, og I må meget

Læs mere

Mat 1. 2-timersprøve den 17. maj 2016.

Mat 1. 2-timersprøve den 17. maj 2016. Opgave restart; Givet funktionen f:=x-sqrt(*x-); Spørgsmål Mat -timersprøve den 7 maj 6 JE 6 f := x/ x K Funktionen er defineret for x K R x R Dvs Dm f er intervallet [ ;N[ diff(f(x),x,x,x,x); K x K 7/

Læs mere

X M Y. What is mediation? Mediation analysis an introduction. Definition

X M Y. What is mediation? Mediation analysis an introduction. Definition What is mediation? an introduction Ulla Hvidtfeldt Section of Social Medicine - Investigate underlying mechanisms of an association Opening the black box - Strengthen/support the main effect hypothesis

Læs mere

DM549. Hvilke udsagn er sande? Which propositions are true? Svar 1.a: x Z: x > x 1. Svar 2.h: x Z: y Z: x + y = 5. Svar 1.e: x Z: y Z: x + y < x y

DM549. Hvilke udsagn er sande? Which propositions are true? Svar 1.a: x Z: x > x 1. Svar 2.h: x Z: y Z: x + y = 5. Svar 1.e: x Z: y Z: x + y < x y DM549 Spørgsmål 1 (8%) Hvilke udsagn er sande? Which propositions are true? Svar 1.a: x Z: x > x 1 Svar 1.b: x Z: y Z: x + y = 5 Svar 1.c: x Z: y Z: x + y = 5 Svar 1.d: x Z: y Z: x 2 + 2y = 0 Svar 1.e:

Læs mere

Engelsk. Niveau C. De Merkantile Erhvervsuddannelser September 2005. Casebaseret eksamen. www.jysk.dk og www.jysk.com.

Engelsk. Niveau C. De Merkantile Erhvervsuddannelser September 2005. Casebaseret eksamen. www.jysk.dk og www.jysk.com. 052430_EngelskC 08/09/05 13:29 Side 1 De Merkantile Erhvervsuddannelser September 2005 Side 1 af 4 sider Casebaseret eksamen Engelsk Niveau C www.jysk.dk og www.jysk.com Indhold: Opgave 1 Presentation

Læs mere

Løsning af skyline-problemet

Løsning af skyline-problemet Løsning af skyline-problemet Keld Helsgaun RUC, oktober 1999 Efter at have overvejet problemet en stund er min første indskydelse, at jeg kan opnå en løsning ved at tilføje en bygning til den aktuelle

Læs mere

Frequency Dispersion: Dielectrics, Conductors, and Plasmas

Frequency Dispersion: Dielectrics, Conductors, and Plasmas 1/23 Frequency Dispersion: Dielectrics, Conductors, and Plasmas Carlos Felipe Espinoza Hernández Professor: Jorge Alfaro Instituto de Física Pontificia Universidad Católica de Chile 2/23 Contents 1 Simple

Læs mere

Fejlbeskeder i SMDB. Business Rules Fejlbesked Kommentar. Validate Business Rules. Request- ValidateRequestRegist ration (Rules :1)

Fejlbeskeder i SMDB. Business Rules Fejlbesked Kommentar. Validate Business Rules. Request- ValidateRequestRegist ration (Rules :1) Fejlbeskeder i SMDB Validate Business Rules Request- ValidateRequestRegist ration (Rules :1) Business Rules Fejlbesked Kommentar the municipality must have no more than one Kontaktforløb at a time Fejl

Læs mere

Engelsk. Niveau D. De Merkantile Erhvervsuddannelser September Casebaseret eksamen. og

Engelsk. Niveau D. De Merkantile Erhvervsuddannelser September Casebaseret eksamen.  og 052431_EngelskD 08/09/05 13:29 Side 1 De Merkantile Erhvervsuddannelser September 2005 Side 1 af 4 sider Casebaseret eksamen Engelsk Niveau D www.jysk.dk og www.jysk.com Indhold: Opgave 1 Presentation

Læs mere

DesignMat Uge 1 Gensyn med forårets stof

DesignMat Uge 1 Gensyn med forårets stof DesignMat Uge 1 Gensyn med forårets stof Preben Alsholm Efterår 2010 1 Hovedpunkter fra forårets pensum 11 Taylorpolynomium Taylorpolynomium Det n te Taylorpolynomium for f med udviklingspunkt x 0 : P

Læs mere

Appendix 1 Properties of Fuels

Appendix 1 Properties of Fuels Appendix 1 Properties of Fuels S. McAllister et al., Fundamentals of Combustion Processes, Mechanical Engineering Series, DOI 10.1007/978-1-4419-7943-8, # Springer Science+Business Media, LLC 2011 243

Læs mere

Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov.

Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov. På dansk/in Danish: Aarhus d. 10. januar 2013/ the 10 th of January 2013 Kære alle Chefer i MUS-regi! Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov. Og

Læs mere

Special VFR. - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone

Special VFR. - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone Special VFR - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone SERA.5005 Visual flight rules (a) Except when operating as a special VFR flight, VFR flights shall be

Læs mere

Pattern formation Turing instability

Pattern formation Turing instability Pattern formation Turing instability Tomáš Vejchodský Centre for Mathematical Biology Mathematical Institute Summer school, Prague, 6 8 August, 213 Outline Motivation Turing instability general conditions

Læs mere

Formelsamling - MatF2. Therkel Zøllner og Amalie Christensen 27. juni 2009

Formelsamling - MatF2. Therkel Zøllner og Amalie Christensen 27. juni 2009 Formelsamling - MatF2 Therkel Zøllner og Amalie Christensen 27. juni 2009 1 Indhold 1 Kompleks variabel teori 3 1.1 Komplekse funktioner 825-830........................... 3 1.2 Powerserier af komplekse

Læs mere

DM559/DM545 Linear and integer programming

DM559/DM545 Linear and integer programming Department of Mathematics and Computer Science University of Southern Denmark, Odense June 10, 2017 Marco Chiarandini DM559/DM545 Linear and integer programming Sheet 12, Spring 2017 [pdf format] The following

Læs mere

Skriftlig Eksamen Diskret matematik med anvendelser (DM72)

Skriftlig Eksamen Diskret matematik med anvendelser (DM72) Skriftlig Eksamen Diskret matematik med anvendelser (DM72) Institut for Matematik & Datalogi Syddansk Universitet, Odense Onsdag den 18. januar 2006 Alle sædvanlige hjælpemidler (lærebøger, notater etc.),

Læs mere

Samlevejledning til tremmeseng 70 x 140 Assembly instruction for cot 70 x 140

Samlevejledning til tremmeseng 70 x 140 Assembly instruction for cot 70 x 140 Samlevejledning til tremmeseng 70 x 140 Assembly instruction for cot 70 x 140 Læs vejledningen godt igennem før du begynder. Read the assembly instruction carefully before you start. OLIVER FURNITURE /

Læs mere

Some results for the weighted Drazin inverse of a modified matrix

Some results for the weighted Drazin inverse of a modified matrix International Journal of Applied Mathematics Computation Journal homepage: www.darbose.in/ijamc ISSN: 0974-4665 (Print) 0974-4673 (Online) Volume 6(1) 2014 1 9 Some results for the weighted Drazin inverse

Læs mere

Noter til kursusgang 9, IMAT og IMATØ

Noter til kursusgang 9, IMAT og IMATØ Noter til kursusgang 9, IMAT og IMATØ matematik og matematik-økonomi studierne 1. basissemester Esben Høg 4. november 013 Institut for Matematiske Fag Aalborg Universitet Esben Høg Noter til kursusgang

Læs mere

how to save excel as pdf

how to save excel as pdf 1 how to save excel as pdf This guide will show you how to save your Excel workbook as PDF files. Before you do so, you may want to copy several sheets from several documents into one document. To do so,

Læs mere

Portal Registration. Check Junk Mail for activation . 1 Click the hyperlink to take you back to the portal to confirm your registration

Portal Registration. Check Junk Mail for activation  . 1 Click the hyperlink to take you back to the portal to confirm your registration Portal Registration Step 1 Provide the necessary information to create your user. Note: First Name, Last Name and Email have to match exactly to your profile in the Membership system. Step 2 Click on the

Læs mere

Improving data services by creating a question database. Nanna Floor Clausen Danish Data Archives

Improving data services by creating a question database. Nanna Floor Clausen Danish Data Archives Improving data services by creating a question database Nanna Floor Clausen Danish Data Archives Background Pressure on the students Decrease in response rates The users want more Why a question database?

Læs mere

ECE 551: Digital System * Design & Synthesis Lecture Set 5

ECE 551: Digital System * Design & Synthesis Lecture Set 5 ECE 551: Digital System * Design & Synthesis Lecture Set 5 5.1: Verilog Behavioral Model for Finite State Machines (FSMs) 5.2: Verilog Simulation I/O and 2001 Standard (In Separate File) 3/4/2003 1 ECE

Læs mere

Curve Modeling B-Spline Curves. Dr. S.M. Malaek. Assistant: M. Younesi

Curve Modeling B-Spline Curves. Dr. S.M. Malaek. Assistant: M. Younesi Curve Modeling B-Spline Curves Dr. S.M. Malaek Assistant: M. Younesi Motivation B-Spline Basis: Motivation Consider designing the profile of a vase. The left figure below is a Bézier curve of degree 11;

Læs mere

BILAG 3: UDKAST TIL FREKVENSTILLADELSE

BILAG 3: UDKAST TIL FREKVENSTILLADELSE BILAG 3: UDKAST TIL FREKVENSTILLADELSE Foreløbigt udkast til frekvenstilladelse til en DAB-blok 1 senderettighed Kontor/afdeling Center for Tele Dato Kundenummer: Tilladelse [tilladelsesnummer] til anvendelse

Læs mere

The GAssist Pittsburgh Learning Classifier System. Dr. J. Bacardit, N. Krasnogor G53BIO - Bioinformatics

The GAssist Pittsburgh Learning Classifier System. Dr. J. Bacardit, N. Krasnogor G53BIO - Bioinformatics The GAssist Pittsburgh Learning Classifier System Dr. J. Bacardit, N. Krasnogor G53BIO - Outline bioinformatics Summary and future directions Objectives of GAssist GAssist [Bacardit, 04] is a Pittsburgh

Læs mere

CHAPTER 8: USING OBJECTS

CHAPTER 8: USING OBJECTS Ruby: Philosophy & Implementation CHAPTER 8: USING OBJECTS Introduction to Computer Science Using Ruby Ruby is the latest in the family of Object Oriented Programming Languages As such, its designer studied

Læs mere

Eric Nordenstam 1 Benjamin Young 2. FPSAC 12, Nagoya, Japan

Eric Nordenstam 1 Benjamin Young 2. FPSAC 12, Nagoya, Japan Eric 1 Benjamin 2 1 Fakultät für Matematik Universität Wien 2 Institutionen för Matematik Royal Institute of Technology (KTH) Stockholm FPSAC 12, Nagoya, Japan The Aztec Diamond Aztec diamonds of orders

Læs mere

The X Factor. Målgruppe. Læringsmål. Introduktion til læreren klasse & ungdomsuddannelser Engelskundervisningen

The X Factor. Målgruppe. Læringsmål. Introduktion til læreren klasse & ungdomsuddannelser Engelskundervisningen The X Factor Målgruppe 7-10 klasse & ungdomsuddannelser Engelskundervisningen Læringsmål Eleven kan give sammenhængende fremstillinger på basis af indhentede informationer Eleven har viden om at søge og

Læs mere

Elektriske apparater til husholdningsbrug o.l. Sikkerhed Del 1: Generelle krav

Elektriske apparater til husholdningsbrug o.l. Sikkerhed Del 1: Generelle krav Dansk standard Tillæg DS/IEC 60335-1/A1:2013 + Corr 1:2014 1. udgave 2014-05-08 Elektriske apparater til husholdningsbrug o.l. Sikkerhed Del 1: Generelle krav Household and similar electrical appliances

Læs mere