mathgg

1. Grafiek + inverse

  • Teken f(x) = a^x of log_a(x)

  • Horizontale lijntest → inverteerbaar?

  • Inverse: y = a^x ⇔ x = logₐ(y)


2. Voorschrift bepalen

  • Uit tabel of grafiek → herken exponentieel of logaritmisch

  • Zoek a via punt:

    • Exponentieel: f(x) = a^x

    • Logaritmisch: f(x) = logₐ(x) → a^y = x


3. Vergelijkingen

  • Zelfde grondtal? → vergelijk exponenten

  • Anders: log aan beide zijden

  • Vergeet bestaansvoorwaarden (bv. log > 0) niet


4. Equivalenties controleren

  • f stijgend/

...

See on Wikiteka »

Mllggg

9) from langchain_community.llms import Cohere

from langchain.prompts import PromptTemplate

from langchain_core.runnables import RunnableLambda

from pydantic import BaseModel

import wikipediaapi

classInstitutionDetails(BaseMode): founder: str founded: str branches: str employees: str summary: str

deffetch_wikipedia_summary(institution_name,

max_chars=3000): wiki =

wikipediaapi.Wikipedia(language='en',

user_agent='InstitutionInfoBot/1.0

(https://www.wikipedia.org/)')

page = wiki.page(institution_

...

See on Wikiteka »

Hziudhdndn

InsertData.java

import java.sql.*;

import java.util.Scanner;

public class InsertData {  

    public static void main(String[] args) {  

        try {  

            // to create connection with database

            Class.forName("com.mysql.jdbc.Driver");  

            Connection con = DriverManager.getConnection("jdbc:mysql://localhost/mydb", "root", "");  

            Statement s = con.createStatement();  

            // To read insert data into

...

See on Student Notes »

Vsiisjdh

import java.io.*;

public class RandomAccessFileExample {

    public static void main(String[] args) {

        try {

            // Create a RandomAccessFile object with read-write mode

            RandomAccessFile file = new RandomAccessFile("data.txt", "rw");

            // Write data to the file

            String data1 = "Hello";

            String data2 = "World";

            file.writeUTF(data1);

            file.writeUTF(data2);

         

...

See on Student Notes »

nano tech

Chemical vapour deposition, a hybrid method using chemicals in vapour phase is conventionally used to obtain coatings of a variety of inorganic or organic materials.It is widely used in industry because of relatively simple instrumentation, ease of processing, possibility of depositing different types of materials and economical viability.Under certain deposition conditions nanocrystalline films or single crystalline films are possible. There are many variants of CVD like Metallo Organic CVD (MOCVD)

...

See on Student Notes »

Discreate Math

Problem: what is the power set P(S) of S=(a,b,c) Solution: ∅, {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, {a, b, c}}.  |p ∨ (p ∧ q) ≡ p|, |p ∧ (p ∨ q) ≡ p|, |p → q ≡ ¬p ∨ q|, |p → q ≡ ¬q → ¬p|, |p ∨ q ≡ ¬p → q|, |p ∧ q ≡ ¬(p → ¬q)|, |¬(p → q) ≡ p ∧ ¬q|, |(p → q) ∧ (p → r) ≡ p → (q ∧ r)|, |(p → r) ∧ (q → r) ≡ (p ∨ q) → r|, |(p → q) ∨ (p → r) ≡ p → (q ∨ r)|, |(p → r) ∨ (q → r) ≡ (p ∧ q) → r|, |p ↔ q ≡...

See on Student Notes »

module2

Management Characteristics/2 approaches/theory Traditional,popular POSDC –

Planning, Organizing, Staffing, Directing, Controlling POLC – Planning, Organizing, Leading, Controlling

  • Planning:The process that develops, creates, and implements

    strategies for the accomplishment of objectives. Planning

    process begins with the creation of strategic plans for the entire

    organization, then divided up into planning elements.Strategic: Long term (5+ years),Tactical: Short term (1–5 years), 

  • Operational:

...

See on Student Notes »

ecooo

Output of TP: (staat gegeven)

TCK= zelfde getal elke keer = TK-TVK

TVK= kijk naar TK en elke keer eerst getal TK naast O * TO elke keer

TK= TCK+TVK

GCK= TCK/Q

GVK= TVK/Q

GTK= GCK + GVK of TK/Q

MK= driehoek TK/driehoekQ of TKniew-TKoud/Qnieuw-Qoud

MO= criehoek TO/driehoekQ of TOnieuw-TOoud/Hoeveelheidnieuw-hoeveelheidoud (elke keer zelfde getal)

GK= TK/Q

Qv2= qv + (qv * ...%)

Competetieve markt: markt met veel kopers, veel verkopers, iedereen verkoopt ongeveer het zelfde product, prijs wordt bepaald

...

See on Wikiteka »

sdwfwert

Mental health is a prevalent issue in youth today

Enablers

Plays basketball

  • Helps her stay physically active
  • Builds social connections with her team
  • Affects her as it builds relationships and accomplishment (Perma)
  • Moves her to the ease end of the river of live

 Clear goal – Physiotherapist

  • Gives a sense of purpose and direction
  • Encourages her to feel motivated and focused
  • This gives her meaning in her studies (Perma)
  • Keeps her on health range of the mental health continuum


Barriers

Procrastinates

...

See on Wikiteka »