{"id":272,"date":"2026-03-04T08:55:56","date_gmt":"2026-03-04T08:55:56","guid":{"rendered":"https:\/\/ehu.edu.et\/home\/?page_id=272"},"modified":"2026-03-10T21:28:13","modified_gmt":"2026-03-10T21:28:13","slug":"mathematics","status":"publish","type":"page","link":"https:\/\/ehu.edu.et\/home\/mathematics\/","title":{"rendered":"mathematics"},"content":{"rendered":"\n\n\n{&#8220;title&#8221;:&#8221;&#8221;,&#8221;content&#8221;:&#8221;<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n  <meta charset=\\\"UTF-8\\\" \/>\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\" \/>\\r\\n  <title>Department of Mathematics &#038; Statistics \u2014 East Hararghee University<\/title>\\r\\n  <link href=\\\"https:\/\/fonts.googleapis.com\/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500&#038;family=JetBrains+Mono:wght@400;600&#038;family=Outfit:wght@300;400;600&#038;display=swap\\\" rel=\\\"stylesheet\\\" \/>\\r\\n  <style>\\r\\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\\r\\n\\r\\n    :root {\\r\\n      --ink:      #0f0f14;\\r\\n      --ink2:     #1e1e2e;\\r\\n      --ink3:     #2d2d42;\\r\\n      --gold:     #b8860b;\\r\\n      --gold2:    #d4a017;\\r\\n      --gold3:    #f0c040;\\r\\n      --paper:    #f9f7f2;\\r\\n      --paper2:   #f2ede4;\\r\\n      --muted:    #4a4a5e;\\r\\n      --white:    #ffffff;\\r\\n    }\\r\\n\\r\\n    body {\\r\\n      font-family: 'Outfit', sans-serif;\\r\\n      background: var(--paper);\\r\\n      color: var(--ink2);\\r\\n      font-size: 16px;\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\\r\\n    .hero {\\r\\n      background: var(--ink);\\r\\n      position: relative;\\r\\n      overflow: hidden;\\r\\n      padding: 64px 72px 52px;\\r\\n    }\\r\\n    \/* Mathematical formula texture *\/\\r\\n    .hero::before {\\r\\n      content: '';\\r\\n      position: absolute;\\r\\n      inset: 0;\\r\\n      background:\\r\\n        radial-gradient(ellipse 45% 80% at 95% 40%, rgba(184,134,11,.22) 0%, transparent 60%),\\r\\n        radial-gradient(ellipse 30% 60% at 5% 90%, rgba(45,45,66,.6) 0%, transparent 55%);\\r\\n      pointer-events: none;\\r\\n    }\\r\\n    \/* Decorative math symbols grid *\/\\r\\n    .hero-symbols {\\r\\n      position: absolute;\\r\\n      right: 64px;\\r\\n      top: 50%;\\r\\n      transform: translateY(-50%);\\r\\n      display: grid;\\r\\n      grid-template-columns: repeat(4, 1fr);\\r\\n      gap: 14px;\\r\\n      opacity: .12;\\r\\n    }\\r\\n    .hero-symbols span {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: 22px;\\r\\n      color: var(--gold3);\\r\\n      text-align: center;\\r\\n      line-height: 1;\\r\\n    }\\r\\n    .hero-eyebrow {\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 12px;\\r\\n      font-weight: 400;\\r\\n      letter-spacing: .16em;\\r\\n      color: var(--gold2);\\r\\n      margin-bottom: 18px;\\r\\n      opacity: .9;\\r\\n    }\\r\\n    .hero-title {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: clamp(32px, 4.5vw, 56px);\\r\\n      font-weight: 700;\\r\\n      color: var(--white);\\r\\n      line-height: 1.08;\\r\\n      margin-bottom: 8px;\\r\\n    }\\r\\n    .hero-title-slash {\\r\\n      color: var(--gold2);\\r\\n      font-weight: 400;\\r\\n      font-style: italic;\\r\\n    }\\r\\n    .hero-sub {\\r\\n      font-size: 17px;\\r\\n      color: rgba(210,200,180,.78);\\r\\n      font-weight: 300;\\r\\n      max-width: 520px;\\r\\n      line-height: 1.6;\\r\\n      margin-top: 10px;\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 FORMULA TICKER \u2500\u2500 *\/\\r\\n    .formula-band {\\r\\n      background: var(--ink2);\\r\\n      padding: 11px 72px;\\r\\n      display: flex;\\r\\n      align-items: center;\\r\\n      gap: 32px;\\r\\n      overflow: hidden;\\r\\n    }\\r\\n    .formula-band .formula {\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 14px;\\r\\n      color: var(--gold2);\\r\\n      white-space: nowrap;\\r\\n      opacity: .75;\\r\\n    }\\r\\n    .formula-band .sep {\\r\\n      width: 1px;\\r\\n      height: 16px;\\r\\n      background: rgba(255,255,255,.1);\\r\\n      flex-shrink: 0;\\r\\n    }\\r\\n    .gold-line {\\r\\n      height: 3px;\\r\\n      background: linear-gradient(90deg, var(--gold), var(--gold2) 50%, transparent);\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 LAYOUT \u2500\u2500 *\/\\r\\n    .body-wrap {\\r\\n      display: grid;\\r\\n      grid-template-columns: 1fr 1.28fr;\\r\\n    }\\r\\n    @media (max-width: 820px) {\\r\\n      .body-wrap { grid-template-columns: 1fr; }\\r\\n      .formula-band { flex-wrap: wrap; }\\r\\n    }\\r\\n\\r\\n    .col-left {\\r\\n      background: var(--paper2);\\r\\n      padding: 52px 44px 52px 72px;\\r\\n      border-right: 1px solid #ddd8cc;\\r\\n    }\\r\\n    .col-right {\\r\\n      background: var(--white);\\r\\n      padding: 52px 72px 52px 48px;\\r\\n      border-left: 4px solid var(--gold);\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 SECTION TITLES \u2500\u2500 *\/\\r\\n    .sec-title {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: 21px;\\r\\n      font-weight: 700;\\r\\n      color: var(--ink);\\r\\n      margin-bottom: 16px;\\r\\n      margin-top: 40px;\\r\\n      display: flex;\\r\\n      align-items: baseline;\\r\\n      gap: 12px;\\r\\n    }\\r\\n    .sec-title .mono-num {\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 12px;\\r\\n      color: var(--gold2);\\r\\n      letter-spacing: .1em;\\r\\n      flex-shrink: 0;\\r\\n      padding-bottom: 2px;\\r\\n    }\\r\\n    .sec-title::after {\\r\\n      content: '';\\r\\n      flex: 1;\\r\\n      height: 1px;\\r\\n      background: linear-gradient(90deg, #c8b88a, transparent);\\r\\n      margin-left: 4px;\\r\\n    }\\r\\n    .col-left  .sec-title:first-child,\\r\\n    .col-right .sec-title:first-child { margin-top: 0; }\\r\\n\\r\\n    \/* \u2500\u2500 BODY TEXT \u2500\u2500 *\/\\r\\n    p.body-text {\\r\\n      font-size: 16px;\\r\\n      line-height: 1.85;\\r\\n      color: var(--muted);\\r\\n      margin-bottom: 12px;\\r\\n      font-weight: 300;\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 BULLET LIST \u2500\u2500 *\/\\r\\n    .bullet-list {\\r\\n      list-style: none;\\r\\n      display: flex;\\r\\n      flex-direction: column;\\r\\n      gap: 9px;\\r\\n    }\\r\\n    .bullet-list li {\\r\\n      font-size: 15.5px;\\r\\n      color: var(--muted);\\r\\n      display: flex;\\r\\n      align-items: flex-start;\\r\\n      gap: 12px;\\r\\n      line-height: 1.62;\\r\\n    }\\r\\n    .bullet-list li::before {\\r\\n      content: '\u2218';\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      color: var(--gold);\\r\\n      font-size: 20px;\\r\\n      flex-shrink: 0;\\r\\n      line-height: 1.2;\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 BRANCHES GRID \u2500\u2500 *\/\\r\\n    .branches {\\r\\n      display: grid;\\r\\n      grid-template-columns: 1fr 1fr;\\r\\n      gap: 10px;\\r\\n    }\\r\\n    .branch {\\r\\n      background: var(--white);\\r\\n      border: 1px solid #ddd8cc;\\r\\n      border-radius: 6px;\\r\\n      padding: 16px 16px 14px;\\r\\n      border-top: 3px solid var(--gold);\\r\\n      position: relative;\\r\\n    }\\r\\n    .branch-code {\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 10px;\\r\\n      color: var(--gold2);\\r\\n      letter-spacing: .12em;\\r\\n      text-transform: uppercase;\\r\\n      margin-bottom: 6px;\\r\\n    }\\r\\n    .branch-title {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: 17px;\\r\\n      font-weight: 700;\\r\\n      color: var(--ink);\\r\\n      margin-bottom: 5px;\\r\\n    }\\r\\n    .branch-text {\\r\\n      font-size: 13.5px;\\r\\n      color: var(--muted);\\r\\n      line-height: 1.6;\\r\\n      font-weight: 300;\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 PROGRAMME CARDS \u2500\u2500 *\/\\r\\n    .prog-card {\\r\\n      border: 1px solid #ddd8cc;\\r\\n      border-radius: 10px;\\r\\n      overflow: hidden;\\r\\n      margin-bottom: 22px;\\r\\n      transition: box-shadow .22s, transform .15s;\\r\\n    }\\r\\n    .prog-card:hover {\\r\\n      box-shadow: 0 8px 28px rgba(15,15,20,.1);\\r\\n      transform: translateY(-2px);\\r\\n    }\\r\\n    \/* Top accent line *\/\\r\\n    .prog-top-bar {\\r\\n      height: 4px;\\r\\n    }\\r\\n    .prog-top-bar.math  { background: linear-gradient(90deg, var(--gold), var(--gold3)); }\\r\\n    .prog-top-bar.stats { background: linear-gradient(90deg, var(--ink3), #6666aa); }\\r\\n    .prog-top-bar.both  { background: linear-gradient(90deg, var(--gold), var(--gold3) 50%, #6666aa); }\\r\\n\\r\\n    .prog-header {\\r\\n      display: flex;\\r\\n      align-items: center;\\r\\n      gap: 18px;\\r\\n      padding: 20px 24px 16px;\\r\\n      background: var(--paper);\\r\\n      border-bottom: 1px solid #ddd8cc;\\r\\n    }\\r\\n    .prog-icon-box {\\r\\n      width: 54px;\\r\\n      height: 54px;\\r\\n      border-radius: 8px;\\r\\n      background: var(--ink);\\r\\n      display: flex;\\r\\n      align-items: center;\\r\\n      justify-content: center;\\r\\n      flex-shrink: 0;\\r\\n    }\\r\\n    .prog-icon-box .sym {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: 26px;\\r\\n      color: var(--gold3);\\r\\n      font-style: italic;\\r\\n    }\\r\\n    .prog-title {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: 22px;\\r\\n      font-weight: 700;\\r\\n      color: var(--ink);\\r\\n      line-height: 1.2;\\r\\n      margin-bottom: 5px;\\r\\n    }\\r\\n    .prog-meta {\\r\\n      display: flex;\\r\\n      align-items: center;\\r\\n      gap: 10px;\\r\\n    }\\r\\n    .prog-badge {\\r\\n      background: var(--ink2);\\r\\n      color: var(--gold2);\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 11px;\\r\\n      font-weight: 600;\\r\\n      padding: 3px 10px;\\r\\n      border-radius: 3px;\\r\\n      letter-spacing: .06em;\\r\\n    }\\r\\n    .prog-years {\\r\\n      font-size: 13px;\\r\\n      color: var(--muted);\\r\\n      font-weight: 600;\\r\\n    }\\r\\n    .prog-body {\\r\\n      padding: 18px 24px 20px;\\r\\n      background: var(--white);\\r\\n    }\\r\\n    .prog-desc {\\r\\n      font-size: 15px;\\r\\n      line-height: 1.78;\\r\\n      color: var(--muted);\\r\\n      font-weight: 300;\\r\\n      margin-bottom: 14px;\\r\\n    }\\r\\n    \/* Module tags as mono chips *\/\\r\\n    .prog-modules {\\r\\n      display: flex;\\r\\n      flex-wrap: wrap;\\r\\n      gap: 7px;\\r\\n    }\\r\\n    .mod-tag {\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 11.5px;\\r\\n      font-weight: 400;\\r\\n      padding: 4px 10px;\\r\\n      border-radius: 3px;\\r\\n      background: var(--paper2);\\r\\n      color: var(--ink3);\\r\\n      border: 1px solid #ddd8cc;\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 SPECIALISM BOX \u2500\u2500 *\/\\r\\n    .specialism-box {\\r\\n      background: var(--ink);\\r\\n      border-radius: 8px;\\r\\n      padding: 20px 24px;\\r\\n      margin: 18px 0 4px;\\r\\n    }\\r\\n    .spec-label {\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 11px;\\r\\n      color: var(--gold2);\\r\\n      letter-spacing: .14em;\\r\\n      text-transform: uppercase;\\r\\n      margin-bottom: 10px;\\r\\n    }\\r\\n    .spec-title {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: 18px;\\r\\n      font-weight: 700;\\r\\n      color: var(--white);\\r\\n      margin-bottom: 8px;\\r\\n    }\\r\\n    .spec-text {\\r\\n      font-size: 14.5px;\\r\\n      color: rgba(210,200,180,.8);\\r\\n      line-height: 1.7;\\r\\n      font-weight: 300;\\r\\n    }\\r\\n    .spec-modules {\\r\\n      display: flex;\\r\\n      flex-wrap: wrap;\\r\\n      gap: 7px;\\r\\n      margin-top: 12px;\\r\\n    }\\r\\n    .spec-tag {\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 11px;\\r\\n      padding: 3px 9px;\\r\\n      border-radius: 3px;\\r\\n      background: rgba(184,134,11,.18);\\r\\n      color: var(--gold3);\\r\\n      border: 1px solid rgba(184,134,11,.3);\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 STAT STRIP \u2500\u2500 *\/\\r\\n    .stat-strip {\\r\\n      display: grid;\\r\\n      grid-template-columns: repeat(3, 1fr);\\r\\n      gap: 10px;\\r\\n      margin-top: 6px;\\r\\n    }\\r\\n    .stat-box {\\r\\n      background: var(--ink);\\r\\n      border-radius: 6px;\\r\\n      padding: 18px 12px;\\r\\n      text-align: center;\\r\\n      border-bottom: 3px solid var(--gold);\\r\\n    }\\r\\n    .stat-num {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: 34px;\\r\\n      font-weight: 700;\\r\\n      color: var(--gold3);\\r\\n      line-height: 1;\\r\\n      margin-bottom: 5px;\\r\\n    }\\r\\n    .stat-label {\\r\\n      font-size: 13px;\\r\\n      color: rgba(210,200,180,.82);\\r\\n      line-height: 1.4;\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 WHY GRID \u2500\u2500 *\/\\r\\n    .why-grid { display: flex; flex-direction: column; gap: 10px; }\\r\\n    .why-item {\\r\\n      display: flex;\\r\\n      align-items: flex-start;\\r\\n      gap: 14px;\\r\\n      padding: 13px 18px;\\r\\n      background: var(--paper2);\\r\\n      border-radius: 6px;\\r\\n      border-left: 3px solid var(--gold);\\r\\n    }\\r\\n    .why-icon { font-size: 20px; flex-shrink: 0; line-height: 1.5; }\\r\\n    .why-text  { font-size: 15.5px; color: var(--muted); line-height: 1.55; }\\r\\n\\r\\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\\r\\n    .footer {\\r\\n      background: var(--ink);\\r\\n      padding: 26px 72px;\\r\\n      display: flex;\\r\\n      justify-content: space-between;\\r\\n      align-items: center;\\r\\n      flex-wrap: wrap;\\r\\n      gap: 10px;\\r\\n    }\\r\\n    .footer-left {\\r\\n      font-family: 'JetBrains Mono', monospace;\\r\\n      font-size: 13px;\\r\\n      color: rgba(210,200,180,.6);\\r\\n      letter-spacing: .04em;\\r\\n    }\\r\\n    .footer-tagline {\\r\\n      font-family: 'EB Garamond', serif;\\r\\n      font-size: 22px;\\r\\n      font-style: italic;\\r\\n      color: var(--gold2);\\r\\n    }\\r\\n\\r\\n    \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\\r\\n    @keyframes fadeUp {\\r\\n      from { opacity: 0; transform: translateY(18px); }\\r\\n      to   { opacity: 1; transform: translateY(0); }\\r\\n    }\\r\\n    .hero         { animation: fadeUp .5s ease both; }\\r\\n    .formula-band { animation: fadeUp .5s .07s ease both; }\\r\\n    .gold-line    { animation: fadeUp .5s .1s ease both; }\\r\\n    .body-wrap    { animation: fadeUp .5s .18s ease both; }\\r\\n    .footer       { animation: fadeUp .5s .26s ease both; }\\r\\n    .prog-card:nth-child(1) { animation: fadeUp .42s .28s ease both; }\\r\\n    .prog-card:nth-child(2) { animation: fadeUp .42s .42s ease both; }\\r\\n  <\/style>\\r\\n<\/head>\\r\\n<body>\\r\\n\\r\\n  <!-- HERO -->\\r\\n  <header class=\\\"hero\\\">\\r\\n    <!-- Decorative symbols -->\\r\\n    <div class=\\\"hero-symbols\\\" aria-hidden=\\\"true\\\">\\r\\n      <span>\u2211<\/span><span>\u222b<\/span><span>\u03c0<\/span><span>\u221e<\/span>\\r\\n      <span>\u2202<\/span><span>\u221a<\/span><span>\u2207<\/span><span>\u2260<\/span>\\r\\n      <span>\u2200<\/span><span>\u2203<\/span><span>\u2208<\/span><span>\u2227<\/span>\\r\\n    <\/div>\\r\\n    <div class=\\\"hero-eyebrow\\\">\/\/ East Hararghee University<\/div>\\r\\n    <div class=\\\"hero-title\\\">Mathematics<span class=\\\"hero-title-slash\\\"> &amp; <\/span>Statistics<\/div>\\r\\n    <div class=\\\"hero-sub\\\">A programme designed to enhance your critical thinking, develop rigorous analytical skills, and unlock the power of mathematical reasoning across theory and application.<\/div>\\r\\n  <\/header>\\r\\n\\r\\n  <!-- FORMULA BAND -->\\r\\n  <div class=\\\"formula-band\\\">\\r\\n    <span class=\\\"formula\\\">\u2211(x\u1d62 \u2212 x\u0304)\u00b2<\/span>\\r\\n    <div class=\\\"sep\\\"><\/div>\\r\\n    <span class=\\\"formula\\\">P(A\u2229B) = P(A)\u00b7P(B|A)<\/span>\\r\\n    <div class=\\\"sep\\\"><\/div>\\r\\n    <span class=\\\"formula\\\">\u222b\u2080^\u221e e^(\u2212x\u00b2) dx = \u221a\u03c0\/2<\/span>\\r\\n    <div class=\\\"sep\\\"><\/div>\\r\\n    <span class=\\\"formula\\\">\u2207\u00b2f = \u2202\u00b2f\/\u2202x\u00b2 + \u2202\u00b2f\/\u2202y\u00b2<\/span>\\r\\n    <div class=\\\"sep\\\"><\/div>\\r\\n    <span class=\\\"formula\\\">lim(n\u2192\u221e) (1+1\/n)\u207f = e<\/span>\\r\\n  <\/div>\\r\\n  <div class=\\\"gold-line\\\"><\/div>\\r\\n\\r\\n  <!-- BODY -->\\r\\n  <div class=\\\"body-wrap\\\">\\r\\n\\r\\n    <!-- LEFT COLUMN -->\\r\\n    <section class=\\\"col-left\\\">\\r\\n\\r\\n      <div class=\\\"sec-title\\\"><span class=\\\"mono-num\\\">01 \u2014<\/span> About the Department<\/div>\\r\\n      <p class=\\\"body-text\\\">The Department of Mathematics &amp; Statistics at East Hararghee University introduces students to a diverse range of mathematical concepts in a manner that enhances critical thinking and intellectual development.<\/p>\\r\\n      <p class=\\\"body-text\\\">You will gain a comprehensive understanding of mathematical theory and its applications, while expanding your expertise in areas that particularly interest you. The programme includes topics that build directly on prior knowledge, as well as subjects that expose you to new approaches and fresh perspectives in mathematics.<\/p>\\r\\n\\r\\n      <div class=\\\"sec-title\\\"><span class=\\\"mono-num\\\">02 \u2014<\/span> Our Mission<\/div>\\r\\n      <p class=\\\"body-text\\\">To produce graduates with exceptional logical reasoning and analytical capabilities \u2014 equipping them to make significant contributions to commerce, public service, research, and education through the power of rigorous mathematical thinking.<\/p>\\r\\n\\r\\n      <div class=\\\"sec-title\\\"><span class=\\\"mono-num\\\">03 \u2014<\/span> Fundamental Branches<\/div>\\r\\n      <div class=\\\"branches\\\">\\r\\n        <div class=\\\"branch\\\">\\r\\n          <div class=\\\"branch-code\\\">MATH-001<\/div>\\r\\n          <div class=\\\"branch-title\\\">Algebra<\/div>\\r\\n          <p class=\\\"branch-text\\\">Structures, groups, rings, fields, and linear transformations underpinning all of mathematics.<\/p>\\r\\n        <\/div>\\r\\n        <div class=\\\"branch\\\">\\r\\n          <div class=\\\"branch-code\\\">MATH-002<\/div>\\r\\n          <div class=\\\"branch-title\\\">Analysis<\/div>\\r\\n          <p class=\\\"branch-text\\\">Limits, continuity, differentiation, integration, and the rigorous foundations of calculus.<\/p>\\r\\n        <\/div>\\r\\n        <div class=\\\"branch\\\">\\r\\n          <div class=\\\"branch-code\\\">MATH-003<\/div>\\r\\n          <div class=\\\"branch-title\\\">Probability<\/div>\\r\\n          <p class=\\\"branch-text\\\">Random phenomena, distributions, and the mathematical language of uncertainty.<\/p>\\r\\n        <\/div>\\r\\n        <div class=\\\"branch\\\">\\r\\n          <div class=\\\"branch-code\\\">STAT-001<\/div>\\r\\n          <div class=\\\"branch-title\\\">Statistics<\/div>\\r\\n          <p class=\\\"branch-text\\\">Data collection, inference, modelling, and evidence-based decision making.<\/p>\\r\\n        <\/div>\\r\\n      <\/div>\\r\\n\\r\\n      <div class=\\\"sec-title\\\"><span class=\\\"mono-num\\\">04 \u2014<\/span> Career Pathways<\/div>\\r\\n      <p class=\\\"body-text\\\">A degree in Mathematics or Statistics equips you with highly transferable skills in logical reasoning and analysis \u2014 sought after across many sectors.<\/p>\\r\\n      <ul class=\\\"bullet-list\\\">\\r\\n        <li>Data scientist or quantitative analyst in finance and industry<\/li>\\r\\n        <li>Actuary in insurance, pensions, or risk management<\/li>\\r\\n        <li>Statistician in government, health, or research organisations<\/li>\\r\\n        <li>Mathematics teacher or education specialist<\/li>\\r\\n        <li>Software engineer or algorithm developer<\/li>\\r\\n        <li>Operations researcher or management consultant<\/li>\\r\\n        <li>Economist or policy analyst<\/li>\\r\\n        <li>Postgraduate researcher in pure or applied mathematics<\/li>\\r\\n      <\/ul>\\r\\n\\r\\n      <div class=\\\"sec-title\\\"><span class=\\\"mono-num\\\">05 \u2014<\/span> Department at a Glance<\/div>\\r\\n      <div class=\\\"stat-strip\\\">\\r\\n        <div class=\\\"stat-box\\\">\\r\\n          <div class=\\\"stat-num\\\">2<\/div>\\r\\n          <div class=\\\"stat-label\\\">Degree Programmes<\/div>\\r\\n        <\/div>\\r\\n        <div class=\\\"stat-box\\\">\\r\\n          <div class=\\\"stat-num\\\">40+<\/div>\\r\\n          <div class=\\\"stat-label\\\">Optional Modules<\/div>\\r\\n        <\/div>\\r\\n        <div class=\\\"stat-box\\\">\\r\\n          <div class=\\\"stat-num\\\">94%<\/div>\\r\\n          <div class=\\\"stat-label\\\">Graduate Employment Rate<\/div>\\r\\n        <\/div>\\r\\n      <\/div>\\r\\n\\r\\n    <\/section>\\r\\n\\r\\n    <!-- RIGHT COLUMN -->\\r\\n    <section class=\\\"col-right\\\">\\r\\n\\r\\n      <div class=\\\"sec-title\\\"><span class=\\\"mono-num\\\">06 \u2014<\/span> Academic Programmes<\/div>\\r\\n      <p class=\\\"body-text\\\" style=\\\"margin-bottom:24px;\\\">Two rigorous programmes covering the full breadth of mathematical theory and statistical science, with an extensive selection of optional modules \u2014 many connected to leading-edge research and delivered by distinguished specialists.<\/p>\\r\\n\\r\\n      <!-- BSc Mathematics -->\\r\\n      <div class=\\\"prog-card\\\">\\r\\n        <div class=\\\"prog-top-bar math\\\"><\/div>\\r\\n        <div class=\\\"prog-header\\\">\\r\\n          <div class=\\\"prog-icon-box\\\"><span class=\\\"sym\\\">\u2211<\/span><\/div>\\r\\n          <div>\\r\\n            <div class=\\\"prog-title\\\">BSc in Mathematics<\/div>\\r\\n            <div class=\\\"prog-meta\\\">\\r\\n              <span class=\\\"prog-badge\\\">BSc \u00b7 UNDERGRADUATE<\/span>\\r\\n              <span class=\\\"prog-years\\\">4 Years<\/span>\\r\\n            <\/div>\\r\\n          <\/div>\\r\\n        <\/div>\\r\\n        <div class=\\\"prog-body\\\">\\r\\n          <div class=\\\"prog-desc\\\">A comprehensive programme encompassing the fundamental and advanced branches of mathematics. Studies build from core A-level foundations into abstract algebra, real and complex analysis, topology, differential equations, and mathematical modelling. You will investigate the logical foundations of arguments, precise definitions of mathematical structures, and the development of advanced mathematical models \u2014 supported by an extensive range of optional modules taught by research-active specialists.<\/div>\\r\\n          <div class=\\\"prog-modules\\\">\\r\\n            <span class=\\\"mod-tag\\\">Linear Algebra<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Real Analysis<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Complex Analysis<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Differential Equations<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Topology<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Mathematical Logic<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Numerical Methods<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Mathematical Modelling<\/span>\\r\\n          <\/div>\\r\\n        <\/div>\\r\\n      <\/div>\\r\\n\\r\\n      <!-- BSc Statistics -->\\r\\n      <div class=\\\"prog-card\\\">\\r\\n        <div class=\\\"prog-top-bar stats\\\"><\/div>\\r\\n        <div class=\\\"prog-header\\\">\\r\\n          <div class=\\\"prog-icon-box\\\"><span class=\\\"sym\\\">\u03c3<\/span><\/div>\\r\\n          <div>\\r\\n            <div class=\\\"prog-title\\\">BSc in Statistics<\/div>\\r\\n            <div class=\\\"prog-meta\\\">\\r\\n              <span class=\\\"prog-badge\\\">BSc \u00b7 UNDERGRADUATE<\/span>\\r\\n              <span class=\\\"prog-years\\\">4 Years<\/span>\\r\\n            <\/div>\\r\\n          <\/div>\\r\\n        <\/div>\\r\\n        <div class=\\\"prog-body\\\">\\r\\n          <div class=\\\"prog-desc\\\">A rigorous statistics degree developing deep expertise in the collection, analysis, interpretation, and presentation of data. Core modules cover probability theory, statistical inference, regression, and computational statistics \u2014 building the quantitative skills demanded by modern data-driven organisations in industry, government, and research. The programme emphasises both theoretical foundations and practical data analysis skills.<\/div>\\r\\n          <div class=\\\"prog-modules\\\">\\r\\n            <span class=\\\"mod-tag\\\">Probability Theory<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Statistical Inference<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Regression Analysis<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Multivariate Methods<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Computational Statistics<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Bayesian Methods<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Sampling Theory<\/span>\\r\\n            <span class=\\\"mod-tag\\\">Data Analysis<\/span>\\r\\n          <\/div>\\r\\n        <\/div>\\r\\n      <\/div>\\r\\n\\r\\n      <!-- Statistics Specialism -->\\r\\n      <div class=\\\"specialism-box\\\">\\r\\n        <div class=\\\"spec-label\\\">\/\/ Statistics Specialisation Track<\/div>\\r\\n        <div class=\\\"spec-title\\\">Applied Probability &amp; Decision Science<\/div>\\r\\n        <div class=\\\"spec-text\\\">Within the Statistics specialisation, students explore a range of advanced subjects including applied probability, stochastic simulation, and decision-making under risk. Game theory provides a mathematical framework for strategic reasoning across economics, biology, and social science.<\/div>\\r\\n        <div class=\\\"spec-modules\\\">\\r\\n          <span class=\\\"spec-tag\\\">Applied Probability<\/span>\\r\\n          <span class=\\\"spec-tag\\\">Stochastic Simulation<\/span>\\r\\n          <span class=\\\"spec-tag\\\">Risk &amp; Decision Theory<\/span>\\r\\n          <span class=\\\"spec-tag\\\">Game Theory<\/span>\\r\\n          <span class=\\\"spec-tag\\\">Stochastic Processes<\/span>\\r\\n        <\/div>\\r\\n      <\/div>\\r\\n\\r\\n      <div class=\\\"sec-title\\\" style=\\\"margin-top:32px;\\\"><span class=\\\"mono-num\\\">07 \u2014<\/span> Why Choose EHU Mathematics?<\/div>\\r\\n      <div class=\\\"why-grid\\\">\\r\\n        <div class=\\\"why-item\\\"><span class=\\\"why-icon\\\">\ud83e\uddee<\/span><span class=\\\"why-text\\\">40+ optional modules \u2014 many connected to cutting-edge research and specialist faculty<\/span><\/div>\\r\\n        <div class=\\\"why-item\\\"><span class=\\\"why-icon\\\">\ud83d\udcd0<\/span><span class=\\\"why-text\\\">Topics spanning pure theory, applied modelling, and computational mathematics<\/span><\/div>\\r\\n        <div class=\\\"why-item\\\"><span class=\\\"why-icon\\\">\ud83d\udd2c<\/span><span class=\\\"why-text\\\">Distinguished researchers delivering modules at the frontier of their disciplines<\/span><\/div>\\r\\n        <div class=\\\"why-item\\\"><span class=\\\"why-icon\\\">\ud83d\udcbc<\/span><span class=\\\"why-text\\\">Graduates highly sought after across finance, technology, government, and academia<\/span><\/div>\\r\\n        <div class=\\\"why-item\\\"><span class=\\\"why-icon\\\">\ud83c\udf93<\/span><span class=\\\"why-text\\\">Strong pathway into postgraduate study, professional qualifications, and research careers<\/span><\/div>\\r\\n        <div class=\\\"why-item\\\"><span class=\\\"why-icon\\\">\ud83c\udf0d<\/span><span class=\\\"why-text\\\">Logical and analytical skills transferable to virtually every sector and industry<\/span><\/div>\\r\\n      <\/div>\\r\\n\\r\\n    <\/section>\\r\\n  <\/div>\\r\\n\\r\\n  <!-- FOOTER -->\\r\\n  <footer class=\\\"footer\\\">\\r\\n    <div class=\\\"footer-left\\\">ehu.edu.et \/\/ dept.mathematics-statistics \/\/ Jijiga, Ethiopia<\/div>\\r\\n    <div class=\\\"footer-tagline\\\">Prove. Model. Decide.<\/div>\\r\\n  <\/footer>\\r\\n\\r\\n<\/body>\\r\\n<\/html>\\r\\n&#8221;}\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-272","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ehu.edu.et\/home\/wp-json\/wp\/v2\/pages\/272","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ehu.edu.et\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ehu.edu.et\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ehu.edu.et\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ehu.edu.et\/home\/wp-json\/wp\/v2\/comments?post=272"}],"version-history":[{"count":10,"href":"https:\/\/ehu.edu.et\/home\/wp-json\/wp\/v2\/pages\/272\/revisions"}],"predecessor-version":[{"id":351,"href":"https:\/\/ehu.edu.et\/home\/wp-json\/wp\/v2\/pages\/272\/revisions\/351"}],"wp:attachment":[{"href":"https:\/\/ehu.edu.et\/home\/wp-json\/wp\/v2\/media?parent=272"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}