MaplePrimes Questions

m(x[i]) = product(x[i]-x[j], j = 1 .. N)              i <> j

ex:

for N=4

hey,i'm trying to divide the values i get using this 

y := 23.45*sin((360*(x+284))/365):

seq(evalf(y), x = 1..365); 

by some imported data....how do i do this?any good advice will be appreciated.Thank you in advance

Judith

How to find the sum
sum(tan((1/180)*(4*j-3)*Pi), j = 1 .. 45)

 explicitly? Of course, with Maple.

Hello,

I am trying to solve a system of six equations with the command solve. Unfortunately I only get the message "Warning, solution may have been lost". If i try to solve only five equations, i get an answer, that could be right.

My questins is: Is there a mistake in the syntax of solve? Or, is my equations system wrong?

 

Thank you!!!

 

Maple code:

> restart;
> FZ := 0 = FLZ+F11Z+F12Z+F21Z+F22Z+F31Z+F32Z;

I've this task to deliver to my teacher, yet when i try to open up my maple file, it appears to be corrupted (i've no idea why) i used it last night without any problems? ...

 

The only part that opens is the headline...

 

Need assistance!

Rapport_1.mw

 

 

Ive tried several commands, but none of them will give me a response

Here are the points im working with:

u = (2, -3, 1), v = (-4, 3, 3), w = (2, 4, 6)

And here are the several commands ive tried to use, with "with(LinearAlgebra), with(geom3d)" implemented before:

1. 

volume([2, -3, 1], [-4, 3, 3], [2, 4, 6], parallelepiped)

> with(plots, display);
> volume;
display(parallelepiped, axes = normal, scaling = constrained, orientation = ...

I have 91 points and to take the sum of the y-coordinates, I do

sum('points[k,2]','k'=1..91);

 

But if I want to take the sum of the points on just the even indeces i.e k=2, 4, 6, 8, 10...etc, I try to do

sum('points[2k,2]','2k'=1..91)     

but Maple gives me an error. I'm doing something wrong here. Help me please me fix the syntax error!!

Hi,

I am using Maple first time to solve equations. Equations and error message are as belows:

> solve({a(3.05-c)^b = 0.7400000000e-4, a(3.10-c)^b = 0.1806000000e-3, a(3.75-c)^b = 0.5840000000e-4}, [a, b, c]);
Warning, solutions may have been lost

Any solution, what is going wrong?

 

Regards,

Nurul Islam

Have a piece of code:with(Optimization):


with(ExternalCalling):
MyTargetMultArgsFunctionExt := define_external('MyTargetMultArgsFunctionExt', 'MAPLE', x::(float[8]), y::(float[8]), 'LIB' = "maple_library.dll");
G := proc (x, y) options operator, arrow; MyTargetMultArgsFunctionExt(x, y) end proc;
dMyTargetMultArgsFunctionExtr0 := proc (x, y) options operator, arrow; x^2 end proc;
Minimize(G)

 

After which i obtain warning:

Hallo

I'm new in Mapleprimes and I'm looking forward to interesting discussions.

I was just wondering if and how it would be possible to use Maple for something like proving invariance of trace under unitary transformation.

So

tr(\Omega) = tr(U^{+} O U)

and

U^{+}U = I

After a number of reformulations, one arrives at an expression tr(O) = tr(U \Omega U^{+}).

Another example would be to show that (AB)^{-1} = B^{-1}A^{-1}....

 Numbers a, b, and c are randomly chosen from the interval [0,1]. What is the probability that the segments having  these lengths form a triangle? an acute triangle? How to solve it with Maple?

PS. I have in mind how to plot the subset of the unit cube such that the coordinates of its points satisfy the first/second condition and how to calculate its volume.

Hi,

I am new to Maple, so sorry for asking this TRIVIAL question but I got quite frustrated after so much time unsuccessfully trying to figure out how to perform integer computations.

Lets take the simple example below:

3k - 5 = 0

I wanna get k=1 not 5/3

Isolve doesn’t work  for this as I would like. Introduced assumptions re ignored:

Solve(3*k -5=0, k, useassumptions) assuming k :: nonnegint

I have a system with two nonlinear inequality. How can I solve the system?

Hi, I am trying to isolate the following expression for omega

 

a*(cos(omega)*cos(beta*omega)+b*sin(omega)*sin(beta*omega))+c*sin(beta*omega) = 0

 

However, when I try to do so I get a Warning - solutions may have been lost

 

Thanks for any help that can be offered

i have an error

 

Error, (in plots:-pointplot) number of elements in Vector must be a multiple of 2

that keeps popping up. What does it mean and how do I fix it?

First 1804 1805 1806 1807 1808 1809 1810 Last Page 1806 of 2429