Thursday, July 9, 2026

energy objective functions 2

Let’s break this down like running a giant, smart neighborhood power grid — with solar panels, batteries, EVs, and even hydrogen.

Think of yourself as the manager of a community energy marketplace for one day. Your goal: keep the lights on for everyone at the lowest total cost, while also earning some money back where you can.

---

The Big Formula in Plain English

Your total daily cost =
(Fuel + starting/stopping generators) + (penalty for pollution) + (buying power from outside) – (money from solar) + (battery wear & tear) + (EV charging costs) – (demand response rewards) + (hydrogen costs) + (microgrid costs)

Now let’s go term by term with real‑life analogies.

---

1. Fuel cost of generators (C_g(P))

Like buying petrol for your car — the more electricity you make from gas/coal plants, the more fuel you burn.
Analogy: Your neighborhood has backup diesel generators. Every hour you run them, you pay for the diesel.

---

2. Startup & shutdown costs (SUC & SDC)

Like turning on a cold oven — it takes extra energy (and wear) to heat up, and you lose residual heat when you turn it off.
Analogy: Firing up a generator from scratch costs a little extra, and shutting it down also has a small cost (like cleaning out the system).

---

3. Carbon penalty (λ_CO2 × E_CO2)

A fine for every ton of CO₂ you puff out.
Analogy: Like a speeding ticket — if you pollute more, you pay more. This pushes you to use cleaner sources.

---

4. Electricity import cost (C_imp × I_t)

Buying power from neighboring grids when you don’t have enough.
Analogy: Ordering takeout because your kitchen ran out of ingredients — convenient, but pricier than cooking at home.

---

5. Benefit from rooftop solar (R_PV) – shown as negative cost

Every kWh your solar panels produce saves you from buying that power.
Analogy: Growing your own vegetables — you eat for “free” (after panel installation), so your grocery bill shrinks. The formula subtracts this saving.

---

6. Battery operating cost (C_BES)

Batteries degrade with each charge/discharge cycle — like phone battery health dropping over time.
Analogy: You pay a small “wear‑and‑tear” fee every time you use your powerwall to store or release energy.

---

7. EV charging coordination cost (C_EV)

Managing when and how fast to charge electric cars — if you charge them all at peak time, it stresses the grid.
Analogy: Like a hotel managing elevator usage during checkout — staggering EV charging avoids “traffic jams” in the power lines, but it costs a bit to coordinate.

---

8. Demand response revenue (R_DR) – again negative cost

You pay customers to reduce their usage during peak hours (e.g., they turn off AC for 30 min). In return, you avoid firing up expensive generators.
Analogy: Like paying your kids $5 to not watch TV during dinner — cheaper than buying a new generator just for that hour. The formula subtracts this payment because it’s cheaper than the alternative.

---

9. Hydrogen production cost (C_H2)

Making hydrogen from electricity (electrolysis) to store energy for later.
Analogy: Like using extra solar power to pump water uphill into a reservoir — you spend energy now to “save” it for a rainy day, but the pumping costs money.

---

10. Microgrid operation cost (C_MG)

Running a small, local grid (with its own generators, batteries, etc.) that can disconnect from the main grid.
Analogy: Like running a self‑contained campsite with its own generator and water tank — it gives independence but has maintenance costs.

---

The Big Picture

You’re balancing a checkbook every hour:

· Spending on fuel, imports, battery wear, EV coordination, hydrogen, microgrid upkeep, and pollution fines.
· Earning (or saving) from solar generation and demand response rewards.

The optimizer finds the sweet spot — e.g., charge batteries when solar is free, discharge them when electricity is expensive, and only start dirty generators as a last resort. All while keeping the grid stable and costs as low as possible.

Tuesday, July 7, 2026

Maxwell equaltion

Think of Maxwell’s Equations as the "user manual" for how electricity, magnetism, and light work together. They tell us:

1. Where electric fields come from (charges).
2. That magnetic monopoles don’t exist (magnets always have two poles).
3. How a changing magnetic field makes an electric field (that’s how generators work).
4. How a changing electric field or a current makes a magnetic field (that’s how electromagnets and radio waves work).

---

Daily Analogies

1. Electric charges create electric fields
🌊 Analogy: A rock dropped in a pond creates ripples.

· The rock = electric charge (like an electron).
· The ripples = the electric field.
· More charge = bigger ripples.

---

2. No magnetic "charges" (no north or south alone)
🧲 Analogy: A magnet is like a rubber band with two ends—you can’t have one end without the other. Cut it, and you get two smaller magnets, each with both ends.

---

3. Changing magnetic field creates an electric field
🚴 Analogy: Pedaling a stationary bike to power a light.

· Pedaling = changing magnetic field (spinning magnets).
· Light bulb glowing = electric field pushing electrons.
  This is how power plants make electricity—spinning turbines in magnetic fields.

---

4. Changing electric field or current creates a magnetic field
📡 Analogy: A moving crowd creates a "wind" that pushes a flag.

· Moving charges (current) = crowd moving.
· Magnetic field = the wind/flag movement.
  This is how electromagnets work, and why radio waves can travel—electric and magnetic fields "bounce" off each other.

---

The Big "Revolutionary" Takeaway

Maxwell realized that light is just a wave of electric and magnetic fields chasing each other.
🌅 Analogy: Like a wave in a stadium "the wave" – people stand up (electric), then sit down (magnetic), and the pattern travels forward. That pattern is light, whether it's from the sun, your Wi-Fi, or a microwave.

Monday, July 6, 2026

Hamilton

好的,我们用最通俗的方式,把哈密顿四元数讲透。你只需要抓住一个核心感觉:它是一套专门处理“旋转”和“方向”的数学语言,代价是牺牲了乘法交换律。

---

1. 它到底是什么?

· 实数(1维):就是数轴上的点,比如 3。
· 复数(2维):有“实数+虚数”,能描述平面上的旋转。
· 四元数(4维):写成 a + b·i + c·j + d·k。它有1个实数和3个虚数单位 (i, j, k),专门用来描述三维空间里的旋转,没有“万向锁”问题,3D游戏和航天飞船都在用。

---

2. 核心规则:为什么 a×b ≠ b×a?

在普通乘法里,3×5 = 5×3。但在四元数里,交换顺序会改变结果的方向。记住哈密顿的经典口诀:

· i×j = k,但 j×i = -k(方向完全相反)
· j×k = i,但 k×j = -i
· k×i = j,但 i×k = -j

通俗比喻:

想象你手里拿手机。

· A操作:绕X轴旋转90度。
· B操作:绕Y轴旋转90度。

先A后B(A×B)和先B后A(B×A),手机屏幕朝向完全不同,甚至可能相差90度。这就是“顺序决定结果”,即 a×b ≠ b×a。

---

3. 它的现实意义

· 3D游戏:角色转头+仰头,如果顺序算错,角色会“歪脖子”。
· 卫星姿态:顺序算错,太阳能板可能直接指向地球背面。
· 量子力学:电子自旋方向,先后施加不同方向的磁场,顺序颠倒结果相反。

---

4. 和之前“量子纠缠”的联系

· 量子纠缠用普通复数(二元数)就够了,因为只描述“关联”。
· 四元数用来描述量子粒子的“自旋方向在三维空间中的旋转”,但计算时乘法顺序必须极端小心。

---

一句话总结:
四元数就像“旋转指令”。先左转再右转,和先右转再左转,你面对的方向不同——所以 a×b ≠ b×a 不是数学毛病,而是它精准描述物理现实的精髓。

如果对“无万向锁”或“如何用四元数转手机”感兴趣,我可以继续用实物比喻给你拆解。

Thursday, July 2, 2026

Suzanne -evaluation from tattoo schools

Based on the portfolio you've shared (tattoo sleeves, flash sheets, dragon concepts, trading card art, and book covers), I can estimate how the work would likely be viewed in the context of a high-quality tattoo art education. This is not an official assessment from any school and should be treated as an informed opinion rather than a formal ranking.

Estimated Standing Relative to a Strong Tattoo School
Evaluation Area
Score (/100)
Assessment
Artistic Creativity
96
Excellent originality and artistic voice.
Composition on the Body
95
One of the strongest aspects.
Design Concept
95
Strong integration of floral and Asian-inspired motifs.
Drawing & Illustration
93
Strong stylization with room to deepen realism if desired.
Tattoo Design Suitability
95
Designs translate well to the body.
Line Design
92
Appears confident from the images, though healed close-ups would be needed for full evaluation.
Portfolio Presentation
93
Diverse and commercially attractive portfolio.
Overall Estimated Score
94/100

Where She Might Stand
If a respected tattoo academy or advanced training programme were reviewing this portfolio:
She would likely be viewed as well beyond beginner or intermediate level.
She would appear to have the skills expected of a working professional tattoo artist.
Her portfolio would likely be competitive for advanced workshops, mentorships, or artist residencies rather than entry-level training.

Strengths
Her portfolio consistently demonstrates:
Strong artistic identity.
Excellent composition adapted to the human body.
Attractive commercial style.
Versatility across tattoos, flash designs, trading cards, and book illustration.

What Would Raise Her to an Elite Level
Artists who become internationally recognized often distinguish themselves through additional factors such as:
Exceptional technical consistency across hundreds of healed tattoos.
Mastery of multiple tattoo styles, not just one signature aesthetic.
Innovation, creating techniques or styles that influence other artists.
Professional recognition, including awards, convention invitations, publications, or teaching.
Long-term portfolio evidence showing consistent quality over many years.

Final Verdict
Based on the work you've shown, Suzanne appears to be operating at a strong professional level. I would estimate her current portfolio at around 94/100, placing her in the range of a highly capable commercial tattoo artist with a distinctive style.

I would not, however, conclude that she is already among the world's elite tattoo artists based solely on the examples provided. Reaching that level would require a broader body of evidence—particularly healed work, long-term consistency, peer recognition, and influence within the tattoo community. The portfolio you've shared suggests she has the artistic foundation to continue progressing toward that level.

Art design comparison, book and trading cards

Based on the materials you've shared over multiple conversations (the book covers and this trading card), I think the artist demonstrates different strengths in each medium. This is not a judgment of the artist overall, but of the specific works shown.

Evaluation Area
Book Design
Trading Card Design

Concept Development
9.3
9.2
Visual Storytelling
9.1
9.5
Colour Harmony
9.1
9.6
Typography
9.0
8.6
Composition
9.1
9.4
Brand Identity
9.0
9.3
Emotional Impact
9.0
9.5
Technical Finish
9.0
9.4
Commercial Appeal
9.0
9.5
Overall Artistic Expression
9.1
9.4

Overall Scores
Book Design: 9.1/10
Trading Card Design: 9.4/10

Where each medium excels
Book Design
The books demonstrate strengths in:
Communicating educational and philosophical ideas.
Creating a coherent visual identity for a publication.
Balancing title, imagery, and audience expectations.
Editorial and publishing design.
This suggests a strength in editorial design and visual communication.
Trading Card Design
The trading card demonstrates strengths in:
Rich colour harmony.
Dynamic composition.
Strong emotional appeal.
Effective use of holographic effects.
Creating an engaging collectible aesthetic.
This suggests a strength in illustration-driven commercial art.
Professional Assessment
From the works you've shown, I would characterize the artist's abilities as follows:
Discipline
Estimated Level
Graphic Design
9.1/10
Editorial Design
9.2/10
Brand Identity
9.0/10
Illustration
9.3/10
Collectible Card Art
9.5/10
Colour Design
9.6/10
Which is stronger?
Based on the evidence available:
The trading card is the stronger artistic piece.
The reasons are:
More sophisticated colour relationships.
Greater visual energy and depth.
Better integration of illustration and graphic design.
Stronger emotional impact.
A polished collectible aesthetic.
The book covers are stronger at conveying ideas clearly and supporting the content, while the trading card showcases more artistic flair and visual richness.
Overall conclusion
If Suzanne Cheong Zhao Ning were building a professional portfolio today based only on the works you've shared, I would recommend emphasizing collectible card design, fantasy illustration, and entertainment-related visual design. These pieces display a particularly strong command of colour, atmosphere, and visual storytelling. Her book cover work is also solid, but the trading card better showcases her artistic strengths and has greater potential to stand out in a competitive illustration or commercial art portfolio.

Suzanne's art score for the cards

Thank you for sharing the card. Based on the front and back design visible in the photos, I can evaluate it using principles similar to those emphasized by the University of the Arts London (UAL) for graphic design portfolios. UAL evaluates work using five broad criteria—Enquiry, Knowledge, Process, Communication, and Realisation—and also looks closely at visual language, idea generation, contextual awareness, and experimentation. �
UAL +1
Overall Impression
The card has a cohesive fantasy aesthetic. It combines icy blues, holographic effects, snowflakes, swirling motion, and a soft illustration style to create a magical winter atmosphere. The front and back are visually consistent, giving the card a recognizable identity.
UAL-style Assessment (Estimated)
Criterion
Score (/100)
Comments
Enquiry
87
Strong thematic concept around winter and fantasy, though the research process cannot be assessed from the final piece alone.
Knowledge
89
Good understanding of colour harmony, composition, and collectible card conventions.
Process
83
The final outcome is polished, but UAL would normally expect sketches, iterations, and development work.
Communication
94
Excellent visual storytelling; the icy atmosphere is communicated immediately.
Realisation
92
High-quality execution with good integration of illustration, typography, and holographic finish.
Estimated Overall Score
89/100
This would generally correspond to a high Upper Second Class / borderline First-Class standard if accompanied by a strong design process and portfolio. Without evidence of the creative process, it would be difficult to justify a higher score. �
UAL +1
Detailed Design Evaluation
1. Visual Language — 9.4/10
The colour palette is harmonious, dominated by cool blues and turquoise. The swirling composition naturally draws the eye toward the central character.
2. Composition — 9.2/10
The circular motion creates energy while keeping the character as the focal point. The card feels balanced despite the large amount of visual detail.
3. Colour Theory — 9.5/10
One of the strongest aspects. The cool colours, white highlights, and holographic reflections work together effectively.
4. Illustration Quality — 9.0/10
The illustration is appealing and expressive. It fits the fantasy trading-card style well.
5. Typography — 8.5/10
The typography is readable but not quite as distinctive as the illustration. The decorative script on the reverse is attractive but could have slightly stronger hierarchy.
6. Brand Identity — 9.2/10
The front and back share a consistent visual identity, making the brand feel unified.
7. Emotional Impact — 9.4/10
The card evokes wonder, calmness, and a magical winter atmosphere.
Professional Strengths
Excellent colour harmony.
Strong visual storytelling.
Consistent artistic identity.
Effective use of holographic effects.
Good balance between decorative richness and readability.
Areas for Improvement
Strengthen the typographic hierarchy so important information stands out more clearly.
Reduce a small amount of visual competition around the central character to increase immediate focus.
Document the creative process (research, sketches, iterations), as this is heavily valued in UAL assessments. �
UAL +1
Comparison with Independent Trading Card Art
Compared with many independent or fan-created collectible cards, I would rate this as:
Artistic Creativity: 9.3/10
Commercial Appeal: 9.2/10
Graphic Design Quality: 9.0/10
Portfolio Potential: 9.0/10
Final Assessment
From the evidence of this finished design alone, the artist demonstrates strengths in colour harmony, atmosphere, symbolic visual communication, and cohesive branding. The work is polished and visually engaging. However, because UAL places significant emphasis on research, experimentation, iterative development, and reflective practice, the final card by itself is not sufficient to determine whether it fully meets UAL degree standards. If accompanied by a well-documented design process showing concept development and critical reflection, this piece could form part of a strong undergraduate graphic design portfolio.

University of arts London arts scores

Using the published assessment framework of the University of the Arts London (UAL)⁠�, I can provide a hypothetical assessment. This is not an official UAL grade, because UAL assesses not only the final artwork but also the research, sketchbooks, design iterations, and creative process behind the work.�

UAL +1
UAL Assessment Criteria Comparison
UAL Criterion
Quantum Computing for Teenagers
The Pearl of Consciousness (for Teenagers)
Enquiry (research & concept exploration)
88/100
90/100
Knowledge (visual & contextual understanding)
89/100
91/100
Process (development & experimentation)*
84/100
84/100
Communication (visual language & audience engagement)
91/100
93/100
Realisation (final execution & presentation)
90/100
92/100
*The Process score is conservative because there is no access to the underlying design development, sketches, or iterations, which UAL normally expects to see.�
UAL +1

Overall Estimated UAL-Style Assessment
Book
Estimated Score
Equivalent Classification (Approximate)
The Pearl of Consciousness (for Teenagers)
90/100
First Class Honours standard
Quantum Computing for Teenagers
88/100
High Upper Second / Borderline First

Detailed Comparison
The Pearl of Consciousness (for Teenagers)
Strengths
Strong symbolic storytelling.
Cohesive visual identity.
Effective emotional communication.
Good integration between title, imagery, and theme.
Sophisticated philosophical aesthetic.
Areas for improvement
Typography could be more distinctive.
Greater evidence of experimentation would strengthen a UAL portfolio.

Quantum Computing for Teenagers
Strengths
Strong STEM visual language.
Clear communication of educational purpose.
Modern and accessible design.
Balanced composition.
Areas for improvement
Less emotionally expressive than The Pearl of Consciousness.
More conventional educational design language.
Would they satisfy UAL portfolio expectations?
Based only on the final cover designs:
Visual Language: Strong.�
UAL
Ideas Generation: Strong conceptual alignment with each book's subject.�
UAL
Research Application: Cannot be fully assessed without design documentation.�
UAL
Experimentation: Cannot be fully assessed without sketches and process work.�
UAL +1
Contextual Awareness: Appears appropriate for the intended audiences and genres.�
UAL

Final Verdict
If these were presented only as finished commercial book covers, my estimated ratings would be:
The Pearl of Consciousness (for Teenagers): 90/100
Quantum Computing for Teenagers: 88/100
The Pearl of Consciousness has a slight edge because its visual language and symbolism are more artistically expressive, whereas Quantum Computing for Teenagers excels in clarity and educational communication.
However, if these were submitted as part of a UAL BA Graphic Design or Graphic and Media Design portfolio, no examiner could reliably award a First-Class degree based on the covers alone. UAL places substantial emphasis on evidence of research, experimentation, iterative development, and critical reflection throughout the design process, not just the finished outcome.�
UAL +1